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

  1. stopAllSounds();
  2. score = 0;
  3. removeall = 0;
  4. if(checkpoint == 5)
  5. {
  6.    gotoAndPlay(5147);
  7. }
  8. else if(checkpoint == 4)
  9. {
  10.    gotoAndPlay(4338);
  11. }
  12. else if(checkpoint == 3)
  13. {
  14.    if(sabotage == 1)
  15.    {
  16.       gotoAndPlay(3660);
  17.    }
  18.    else
  19.    {
  20.       gotoAndPlay(3529);
  21.    }
  22. }
  23. else if(checkpoint == 2)
  24. {
  25.    gotoAndPlay(2913);
  26. }
  27. else
  28. {
  29.    gotoAndPlay(1789);
  30. }
  31.