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:

  1. how create kind of menu/front page of game , how past variable stage.
  2. is better use frames or stages?

thanks


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -