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

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