hi,
Lets say I have
main.swf with following MCs in it: canvas_mc, tab_mc…
I want to make some class, lets say TimeLineObjects, with functions. This class can be linkage to MovieClip or written in main timeline. I want when I import TimeLineObjects, in other class and write lets say getCanvas to return me in MovieClip in main.swf canvas_mc,. Same for function getTab to return me tab_mc.
How I can do that?
I try many way, but when I linkage the class in some MC and made instance of it is now use.
I cant think of a way to do this.