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

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