Why doesn’t this code work:
onClipEvent (enterFrame) {
if(_root.box, hittest(_root.car)){
trace(“box intersects car”);
}
}
P.s Im stuck
Why doesn’t this code work:
onClipEvent (enterFrame) {
if(_root.box, hittest(_root.car)){
trace(“box intersects car”);
}
}
P.s Im stuck
:: Copyright KIRUPA 2024 //--