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

  1. stop();
  2. tellTarget("_level0")
  3. {
  4.    _root.health = _root.megaman.health;
  5.    _root.polarity = _root.megaman.polarity;
  6.    _root.tempx = _root.megaman._x;
  7.    _root.tempy = _root.megaman._y;
  8.    _root.jumping = _root.megaman.jumping;
  9.    _root.inmidair = _root.megaman.inmidair;
  10.    _root.shooting = _root.megaman.shooting;
  11.    _root.charging = _root.megaman.charging;
  12.    _root.hasfired = _root.megaman.hasfired;
  13.    _root.removeall = 1;
  14.    play();
  15. }
  16.