home *** CD-ROM | disk | FTP | other *** search
- a.gotoAndStop("stand");
- d = attacdelay;
- onenterframe = function()
- {
- _X = x + math.sin(b1++ * 0.08) * 120;
- _Y = y + math.sin(b2++ * 0.3) * 10;
- d--;
- if(!d)
- {
- gotoAndPlay(31);
- }
- cekhita();
- if(hit)
- {
- hit = 0;
- r.score += r.point;
- energy--;
- attachmovie("blink2","blink2",100);
- if(energy < 0)
- {
- gotoAndPlay(39);
- }
- }
- };
- stop();
-