Hi!
For my interface I required to load
swf files on clicks of buttons, into an empty movie Clip, and with the much-appreciated help of Sgaspar11, I just about managed it. Now I just noticed that if there is a
swf UNDER THE NEWLY LOADED movieclip, its buttons are activated through the new
swf, above it. I am going wrong somewhere- but I'm lost- Am I making sense?
To load the
swf in a movie clip, I have done the following:
on(release){
this.shell.loadMovie("movieclip.
swf",1);
_root._x = 0;
_root._y = 0;
}
Can someone please help me?
Thanks!