home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2001 September / PCpro_2001_09.ISO / autodemo / extended_main.swf / scripts / DefineSprite_662 / frame_1 / DoAction.as
Encoding:
Text File  |  2001-04-24  |  123 b   |  11 lines

  1. _level3.setMusic("extending");
  2. if(_level3.soundOff)
  3. {
  4.    gotoAndStop(19);
  5. }
  6. else
  7. {
  8.    gotoAndStop(10);
  9. }
  10. stop();
  11.