Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.18 / 5.00 3,534 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.80 / 5.00 4,200 ViewsHello, i need some help with my animation, This is my first animation and its just me getting used to the tools, all i need to do is put sounds in and it will be finished, However there is one problem i can't seem to fix, The API had been added to the first frame of the timeline and works, both codes have been put in and there is no errors seen in the output. The problem is that when i click Play, it moves onto the next frame on the timeline, but will not automatically play unless i click play from right clicking on it
my friend tested this too and had the same problem.
Try putting some actionscript into the second frame to play the movie. I think it's something like
play();
That's for AS3.0, I'm not sure about 2.0.
At 1/13/13 07:27 PM, SafePlagiarism wrote: Try putting some actionscript into the second frame to play the movie. I think it's something like
play();
That's for AS3.0, I'm not sure about 2.0.
Yes, play(); worked, It now plays all the way through, i just need to clean up the sounds, and it will be finished
Thank you very much for the help! :)