Monster Racer Rush
Select between 5 monster racers, upgrade your monster skill and win the competition!
4.23 / 5.00 3,881 ViewsBuild and Base
Build most powerful forces, unleash hordes of monster and control your soldiers!
3.93 / 5.00 4,634 ViewsHello all. I've recently started animating with Flash (also a first post in a while in these forums), and right now I'm in the process of creating a simple play button for my animation.
I want the button (which is named simply "playbutton") to start jump to the 3rd frame and start playing the .swf.
This is the following code.
stop() : void;
on(release)
{
this.gotoAndPlay(3);
}
Unfortunately, when I test the movie, the preloader runs, and then the animation completely skips over the button and immediately starts playing the movie without waiting for the user to click the button.
I tried Googling various codes for doing this, but I couldn't find anything that worked.
Could someone help me? Thanks in advance!