home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / cloud_jumper.swf / scripts / frame_2 / DoAction.as
Encoding:
Text File  |  2008-08-08  |  176 b   |  10 lines

  1. stop();
  2. if(titleplayed == false)
  3. {
  4.    titlea = new Sound(this);
  5.    titlea.attachSound("TITLE");
  6.    titlea.start(0,1);
  7.    titleplayed = true;
  8. }
  9. Stage.showMenu = false;
  10.