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

  1. checkpoint = 1;
  2. if(_root.player == "protoman")
  3. {
  4.    gotoAndPlay(633);
  5. }
  6. else
  7. {
  8.    gotoAndPlay(1169);
  9. }
  10.