home *** CD-ROM | disk | FTP | other *** search
/ 404 Jogos / CLJG.iso / Aventura / MindScape.swf / scripts / DefineSprite_1010 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-12-04  |  71 b   |  9 lines

  1. if(_root.musicVol > 0)
  2. {
  3.    stop();
  4. }
  5. else
  6. {
  7.    nextFrame();
  8. }
  9.