myMovieClip.onLoad = function () {
trace (“onLoad called”);
};
it not works:q:
thx for any helps
myMovieClip.onLoad = function () {
trace (“onLoad called”);
};
it not works:q:
thx for any helps
You don’t need to do movieClip.onLoad, just put the actions onthe frame and they will load when the frame is hit, which would also be when the clip is loaded.
[edit]
also… check this out
http://www.kirupaforum.com/forums/showthread.php?s=&threadid=10604
[/edit]
Ok now I understand it.thx for u help.
:: Copyright KIRUPA 2024 //--