Guest User

Untitled

a guest
Feb 18th, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function startMenu(e:MouseEvent):void {
  2.     ...
  3.         else {
  4.                startGame(); // change here
  5.        }
  6. }
  7.  
  8. function startGame():void {
  9.         //Va et s'arrète vers la 2ème image clé
  10.         gotoAndStop(2);
  11.     ...
  12. }
Add Comment
Please, Sign In to add comment