Hello All,
I have problem spelling too, but that is for a different forum. hehehe
I am trying to fade in a movieclip dynamicly. When a user clicks a different button, I want to fade it out and fade in another movieclip in its place. I would love some some code and pseudo code for an approach on this.
I have this which dosn't really work
for(var i=1; i <= 8 ;i++) {
mymovieclip._visible = i*10;
mymovieclip.pause = i * 1000;
}
Again, thanks for all the help
I have problem spelling too, but that is for a different forum. hehehe
I am trying to fade in a movieclip dynamicly. When a user clicks a different button, I want to fade it out and fade in another movieclip in its place. I would love some some code and pseudo code for an approach on this.
I have this which dosn't really work
for(var i=1; i <= 8 ;i++) {
mymovieclip._visible = i*10;
mymovieclip.pause = i * 1000;
}
Again, thanks for all the help