movie.createemptymovieclip()
movie.createemptymovieclip()
- Started
- Last post
- 3 Responses
- beingdevious
arrggghhh!! why wont this work. im trying to create an empty mc at the start of the mopvie. then load an external swf into it and then make the the instance follow the mc.
heres my code, tell me what im doing wrong please?
blankey.createEmptyMovieClip(mou... 50);
mouse_mc.loadMovie("mouse.swf");
this.onEnterFrame = function() {
mouse_mc._x = _xmouse;
mouse_mc._y = _ymouse;
};
- beingdevious0
nevermind i got it
- noquo0
Although this may seem to be the perfect chance to propogate my identity as a "Flash master", alas, it's slips away through my true lack of knowledge. I would recommend posting this question where the true gurus reside. Such as:
http://www.flashkit.com
http://www.actionscripts.org
good luck,
:: noquo
- noquo0
doh. late again.