Hi all,
just a quick question, can you specify the size of an empty movieclip to be created below is the code I am using - do I need to specify the size i want in here?
createEmptyMovieClip(“content”,500);
content._x=5;
content._y=12;
thanks
Rob