actionscript 3 - Flash CS3 - menu for game -
i have started use flash. wrote game want add menu can chose how many players play. how it? have tried create 1 scene menu , creates buttons , in button action script:
on (press){ _root.gotoandstop('game',1) }
//game name of scene engine of game time have syntax error. sum up:
- how create kind of menu/front page of game , how past variable stage.
- is better use frames or stages?
thanks
Comments
Post a Comment