home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / megaman_polarity.swf / scripts / frame_29 / DoAction.as < prev   
Encoding:
Text File  |  2007-03-20  |  96 b   |  9 lines

  1. if(_root.player == "protoman")
  2. {
  3.    gotoAndPlay(2347);
  4. }
  5. else
  6. {
  7.    gotoAndPlay(1912);
  8. }
  9.