home *** CD-ROM | disk | FTP | other *** search
- xs = r.espeed;
- name = "bomb";
- if(_parent._name == "enemymap")
- {
- initme();
- }
- else
- {
- onenterframe = function()
- {
- _X = _X + xs;
- cekhit();
- if(hit)
- {
- gotoAndPlay(5);
- }
- if(!r.inv)
- {
- if(hittest(s.z))
- {
- r.hit = 1;
- gotoAndPlay(5);
- }
- }
- if(_X < -30)
- {
- this.removeMovieClip();
- }
- };
- }
- stop();
-