Hi,
I am switching from AS2 to AS3 recently, and I am a little bit confused about the ENTER_FRAME event, how can I assign different ENTER_FRAME event to different MovieClips?
If I have two mc, I add one listener to each, then wouldn’t they all call the same function?
Or I just name the function differently? Thanks.