home *** CD-ROM | disk | FTP | other *** search
- stop();
- tellTarget("_level0")
- {
- _root.health = _root.megaman.health;
- _root.polarity = _root.megaman.polarity;
- _root.tempx = _root.megaman._x;
- _root.tempy = _root.megaman._y;
- _root.jumping = _root.megaman.jumping;
- _root.inmidair = _root.megaman.inmidair;
- _root.shooting = _root.megaman.shooting;
- _root.charging = _root.megaman.charging;
- _root.hasfired = _root.megaman.hasfired;
- _root.removeall = 1;
- play();
- }
-