home *** CD-ROM | disk | FTP | other *** search
- cheesecake._rotation += 5;
- if(gun_delay < 64)
- {
- if(_parent.cur_balls < _parent.max_balls / 2)
- {
- if(!(gun_delay % 8))
- {
- var r = _parent.get_rotation(this,_parent.player) - this._rotation;
- _parent.new_ball(this._x,this._y,r + this._rotation,_parent.max_speed / 2,2);
- _parent.new_ball(this._x,this._y,r + this._rotation + 180,_parent.max_speed / 2,2);
- _root.shot_sfx.start();
- }
- }
- }
- else if(suffocation.size > 100)
- {
- suffocation.size--;
- }
- gun_delay++;
- gun_delay %= 128;
- if(hp > 0)
- {
- prevFrame();
- play();
- }
-