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

  1. if(_root.restart == 1)
  2. {
  3.    gotoAndPlay(20);
  4.    _root.polarity = "blue";
  5.    _root.tempx = 35;
  6.    _root.tempy = 190;
  7. }
  8. else
  9. {
  10.    gotoAndPlay(10);
  11. }
  12.