home *** CD-ROM | disk | FTP | other *** search
- ro = 10;
- ska = 110;
- dispass = -2;
- d = 10;
- onenterframe = function()
- {
- d--;
- if(d > 0)
- {
- _X = c._x + (_X - c._x) / 1.06;
- }
- _Y = _Y + ys;
- ys += 0.5;
- s._rotation += ro;
- if(ro < 30)
- {
- ro += 5;
- }
- dis += dispass;
- _xscale = _xscale * 1.04;
- _yscale = _yscale * 1.04;
- if(dis < 0)
- {
- if(_Y > 300)
- {
- if(math.abs(r.cbx - _X) < r.bombrange)
- {
- r.hit = 1;
- r.zhit.start();
- r.enemies.removevalue(_name);
- }
- this.removeMovieClip();
- }
- }
- cekhit2();
- if(hit)
- {
- r.score += r.point;
- r.zboom.start();
- this.gotoAndPlay("exp");
- }
- };
- stop();
-