|
-
[RESOLVED] call one function from one mc to another
AS2
In two movieclips how to call myfunction(parameter) so that the function loads only when it initializes like the onLoadInit method
myfunction.onLoadInit = function(parameter) {
trace("parameter==" + parameter);
}
I want to call a fucntion that does something like the above from the first mc while the function is declared in the second.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|