Stop an actionscript
I'm in the process of making a game. My problem is this...
I have a program running that starts fish randomly swimming out from one side and a lure on a fishing line hanging from the top. This works fine, my fish and lure contact and disappear and add to the score. What doesn't work is when the player clicks on two buttons i have inside the scene with this fishing game going on. One button is to change bait and the other is to change the player. These are two seperate scenes. Basically the buttons clicks thru to the correct scene, but whatever part of the fishing program that was on while the button was clicked freezes. It's then overlapped in the changing lure or player scene.
Is there a script that stops an actionscript program? Or clears the screen? I am not a programmer, so it's difficult for me to write this stuff - any ideas?
|