I have a function in a mc and I want to use it in another mc.
But I does not seem to call it.
I guess I can make the function global in some way, or?
Printable View
I have a function in a mc and I want to use it in another mc.
But I does not seem to call it.
I guess I can make the function global in some way, or?
put the function in the actionscript of the frame.. not of the movie clips
and you should be able to call on it as
_root.FunctionName()