home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / megaman_polarity.swf / scripts / frame_8443 / DoAction.as
Encoding:
Text File  |  2007-03-20  |  388 b   |  32 lines

  1. if(checkpoint == 5)
  2. {
  3.    gotoAndPlay(5746);
  4. }
  5. else if(checkpoint == 4)
  6. {
  7.    gotoAndPlay(4923);
  8. }
  9. else if(checkpoint == 3)
  10. {
  11.    gotoAndPlay(4169);
  12. }
  13. else if(checkpoint == 2)
  14. {
  15.    if(sabotage == 1)
  16.    {
  17.       gotoAndPlay(3334);
  18.    }
  19.    else
  20.    {
  21.       gotoAndPlay(3204);
  22.    }
  23. }
  24. else if(checkpoint == 1)
  25. {
  26.    gotoAndPlay(2667);
  27. }
  28. else
  29. {
  30.    gotoAndPlay(567);
  31. }
  32.