home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Diversos / find_difference.swf / scripts / frame_46 / DoAction.as
Encoding:
Text File  |  2006-09-05  |  310 b   |  22 lines

  1. time -= "1";
  2. if("0" >= time and score >= "60")
  3. {
  4.    gotoAndStop(47);
  5. }
  6. else if("0" >= time and "60" >= score)
  7. {
  8.    gotoAndStop(48);
  9. }
  10. else if(time >= "0" and score == "100")
  11. {
  12.    gotoAndStop(47);
  13. }
  14. else if("0" >= time and score == "0")
  15. {
  16.    gotoAndStop(48);
  17. }
  18. else
  19. {
  20.    gotoAndPlay(34);
  21. }
  22.