home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / choco_land.swf / scripts / DefineSprite_207 / frame_1 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  141 b   |  11 lines

  1. if(_root.allowSounds)
  2. {
  3.    gotoAndStop(5);
  4.    _root.speaker.gotoAndStop(1);
  5. }
  6. else
  7. {
  8.    stop();
  9.    _root.speaker.gotoAndStop(2);
  10. }
  11.