View Single Post
  #1 (permalink)  
Old Aug 5th, 2007, 16:59
al2000123 al2000123 is offline
New Member
Join Date: Jul 2007
Location: India
Posts: 7
Thanks: 0
Thanked 0 Times in 0 Posts
loadMovie(),loadMovieNum()

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!
Reply With Quote