Hi Team I have on my main timeline a Scripts frame with actionscript in it. then I have a Movieclip, and in each frame there are objects that I register an eventlistener on, the event listener calls a function in the main actionscript frame, ie MovieClip (parent).processSelect, or MovieClip(parent.parent).processSelect Can I do the same in Javascript ???
↧