home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / starball.swf / scripts / DefineSprite_245 / frame_1 / DoAction.as
Encoding:
Text File  |  2006-06-13  |  176 b   |  14 lines

  1. if(_root.mySound.getVolume() < 10)
  2. {
  3.    gotoAndStop("off");
  4. }
  5. if(!_root.muzonOff)
  6. {
  7.    _root.muzon.gotoAndStop("start");
  8. }
  9. else
  10. {
  11.    gotoAndStop("off");
  12. }
  13. stop();
  14.