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

  1. if(_root.score >= 700)
  2. {
  3.    stopAllSounds();
  4.    tellTarget(_root)
  5.    {
  6.       gotoAndStop("GoodJob2");
  7.    }
  8. }
  9.