AS2 Flash 8 help!!!!!!!!!!!!!!!!!!!!!!?

Marker88

New member
i use
onClipEvent (enterFrame) {
if (this.hitTest(_root.wall4)){
_root.gotoAndStop(3)
unloadMovie(this);
}
}
but if i do like all walls it automaticly goes to 3 (death slide) because, and i just want it to be when the object touches the line, any help?
 
Back
Top