soundpool issue
Hi all, thanks for all the suggestions, @informatix, i actually tried putting the
command in the Activity_Resume but in did not work either. I finally got it working this way.
I had to initialize the sp variable in the Sub_Globals and load the .mp3 files from the main activity, then when i call them from the other two activities like this
called from Green1 activity
Main.sp.Play(Main.loadid, 1, 1, 1, 0, 1)
and this called from Red1 Activity
Main.sp1.Play(Main.loadid1, 1, 1, 1, 0, 1)
and this workd good, i'm not sure why but it works, :sign0060:
Thanks all for your help!