home *** CD-ROM | disk | FTP | other *** search
/ Pro-Cent Games: For Only 1 Cent! / Pro Cent Games.bin / BrainTest.exe / scripts / frame_11 / DoAction.as
Encoding:
Text File  |  2004-03-16  |  118 b   |  11 lines

  1. if(_root.count >= _root.p)
  2. {
  3.    _root.p += 1;
  4.    gotoAndPlay(3);
  5. }
  6. else
  7. {
  8.    _root.count += 1;
  9.    stop();
  10. }
  11.