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

  1. if(_root.restart == 1)
  2. {
  3.    gotoAndPlay(80);
  4.    _root.polarity = "blue";
  5.    _root.health = 28;
  6. }
  7. else
  8. {
  9.    gotoAndPlay(66);
  10. }
  11.