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 ViewsI'm not sure if this video will help since my internet connection sucks so I couldn't watch the video to tell you if it's AS2 or 3. http://www.youtube.com/watch?v=CiPORZJIq Pc
If that doesn't work try this. http://www.isaackeyet.com/2007/flash-mov ie-controls-playpause-button/
Also if there AS3 sorry but I'm pretty sure the syntax is the same so it shouldn't matter.
At 7/31/11 12:45 AM, Punisher33 wrote: i made a loading screen and play button. and all i need is help getting the action script 2 to work. i'm trying to get the click button as a way to play it.
You can either download the buttons that are provided by Newgrounds or you can use the actioscript:
onRelease(){
gotoAndPlay ("Insert frame you wish for it to start on")
}
I BELIEVE that's the right actionscript code...
At 8/3/11 12:24 PM, QuietStealth wrote:At 7/31/11 12:45 AM, Punisher33 wrote: i made a loading screen and play button. and all i need is help getting the action script 2 to work. i'm trying to get the click button as a way to play it.You can either download the buttons that are provided by Newgrounds or you can use the actioscript:
onRelease(){
gotoAndPlay ("Insert frame you wish for it to start on")
}
I BELIEVE that's the right actionscript code...
But the button has to hold the actionscript. If you add it to the frame, it won't work.