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

  1. if(_root.restart == 1)
  2. {
  3.    gotoAndPlay(46);
  4.    _root.polarity = "blue";
  5.    _root.health = 28;
  6.    _root.tempx = 35;
  7.    _root.tempy = 240;
  8. }
  9. else
  10. {
  11.    gotoAndPlay(36);
  12. }
  13.