Question
Changing a movieclip
Hi,
If I have already created a movieclip and am currently in the onEnterFrame
method, can I change the clip that that object references in the library?
For example can I do something like this
function onEnterFrame()
{
this = _root.attachMovie( ... )
}
Thanks
Wil
If I have already created a movieclip and am currently in the onEnterFrame
method, can I change the clip that that object references in the library?
For example can I do something like this
function onEnterFrame()
{
this = _root.attachMovie( ... )
}
Thanks
Wil