Quote:
Originally Posted by Greg SS
add
import flash.geom.Point
and change Movieclip to MovieClip
|
It still doesn't seem to be working unfortunately..
So, let me get this straight - can I use this code on a Movie Clip's actions (inside an onClipEvent(enterFrame))?
Do I need to change any of the variables in the script like zombies or i? Because at present it doesn't look like the script actually references the instance names of my zombies.
I am calling the function, but if I try and trace zombies[i] right after, I constantly get undefined.