Hey im’ new to flash, i’m just wondering if this hittest is correct.
onClipEvent (enterFrame) {
if (_root.laser, hitTest(_root.enemy)) {
enemy.removeMovieClip();
}
}
Hey im’ new to flash, i’m just wondering if this hittest is correct.
onClipEvent (enterFrame) {
if (_root.laser, hitTest(_root.enemy)) {
enemy.removeMovieClip();
}
}
:: Copyright KIRUPA 2026 //--
``` ```