hi folks,
i have a total block here with a problem concerning loadMovie. Please help!
I load an swf and want to refer to a btn instance inside this swf. Here the code snipplet:
[SIZE=1]this.memberContainer.createEmptyMovieClip(“stefan”,1)
this.memberContainer.loadMovie(“member4.swf”);
this.memberContainer.stefan._xscale=40;
this.memberContainer.stefan._yscale=40;
this.memberContainer.stefan._x=150;
this.memberContainer.stefan._y=10;
[/SIZE]
[SIZE=1]this.memberContainer.stefan.btn.onRollOver = function(){
this.m1._alpha=100;
this.m0._alpha=0;
}
[SIZE=2]But the roll over does not work. A trace for the x position of the instance btn returns as undefined! I really dont see the mistake:deranged:. can anybody help me to see clear again? Thanks.
christoph
[/SIZE]
[/SIZE]