home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / SpaceEscape.swf / scripts / DefineSprite_312 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-08  |  158 b   |  12 lines

  1. this.onEnterFrame = function()
  2. {
  3.    if(_root.soundOn == true)
  4.    {
  5.       this.gotoAndStop(1);
  6.    }
  7.    else
  8.    {
  9.       this.gotoAndStop(2);
  10.    }
  11. };
  12.