Combined Code
movieClip 2 {
}
movieClip 4 {
}
movieClip 6 {
}
movieClip 8 {
}
movieClip 9 glob {
instance of movieClip 4 {
onClipEvent (load) {
this._visible = false;
}
onClipEvent (enterFrame) {
if (this.hitTest(_root.eva.eva.dhit)) {
_root.drate = 0;
_root.struck = true;
_root.stuck = true;
this._parent.gotoAndStop('done');
}
}
}
instance of movieClip 6 {
onClipEvent (data) {
this._visible = false;
Unknown action: 0x02
gotoAndStop('');
this._parent._y += 10;
if (this._parent._y >= 300) {
this._parent.gotoAndPlay('pop');