BluesmanUK
Programmer
Hi guys,
Im having problems getting attachMovie to work for me when i roll over a movieclip.
here is my code:
if i try the same with createEmptyMovieClip, it's fine. Anyone have any idea what i'm doing wrong?
cheers,
J
Im having problems getting attachMovie to work for me when i roll over a movieclip.
here is my code:
Code:
this.container_mc.button_mc.onRollOver = function() {
this.attachMovie("icon","icon_mc",this.getNextHighestDepth());
trace(this.plus_mc); // returns undefined
}
if i try the same with createEmptyMovieClip, it's fine. Anyone have any idea what i'm doing wrong?
cheers,
J