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 going to put a Scene Selectoin menu in my movie. When making my movie do I have to put different parts of my movie into different scenes or I can I just use action script to move to a certain frame in the movie when selecting a scene? Which way is better? Thank you!
Neither have many pros or cons apart from organisation for you
The action script to Go to a frame and play is gotoAndPlay(framenumber)
you could do frames, but they stink...
it would be best if you used AS to go where you want
on (press) {
// or release
_root.gotoAndPlay("where you want to go, keep the parinthses if you are using a frame lable")
}