home *** CD-ROM | disk | FTP | other *** search
- stop();
- this.onEnterFrame = function()
- {
- this._x = _root.Device._x;
- if(_root._ymouse >= 126 && _root._ymouse <= 630)
- {
- this._y = _root._ymouse;
- }
- if(_root.SAmmo <= 0)
- {
- _root.Special = "None";
- this.unloadMovie();
- }
- if(_root.HitDevice._currentframe >= 1)
- {
- this.gotoAndStop("Hit");
- }
- };
- this.onMouseDown = function()
- {
- if(_root.NextShot == true)
- {
- _root.attachMovie("WaveBlastID","WaveBlast",200);
- play();
- _root.NextShot = false;
- _root.SAmmo -= 1;
- }
- };
-