home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / SpaceEscape.swf / scripts / DefineSprite_289 / frame_1 / DoAction.as < prev   
Encoding:
Text File  |  2005-08-08  |  96 b   |  8 lines

  1. function fPlay(tVal)
  2. {
  3.    if(_root.soundOn == true)
  4.    {
  5.       gotoAndPlay(tVal);
  6.    }
  7. }
  8.