home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Acao / ToomyTooth.swf / scripts / DefineSprite_130 / frame_1 / DoAction.as
Encoding:
Text File  |  2005-08-05  |  119 b   |  9 lines

  1. if(_root.Bigshot >= 100)
  2. {
  3.    stopAllSounds();
  4.    tellTarget(_root)
  5.    {
  6.       gotoAndStop("GoodJob3");
  7.    }
  8. }
  9.