home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / sparks.swf / scripts / frame_4363 / DoAction.as < prev   
Encoding:
Text File  |  2005-09-29  |  123 b   |  12 lines

  1. if(_root.score == 2000)
  2. {
  3.    tellTarget("_root.congrats")
  4.    {
  5.       gotoAndStop(2);
  6.    }
  7. }
  8. else
  9. {
  10.    stop();
  11. }
  12.