Lost...need help!

OK, my brain just can’t comprehend this…

I am using video so I want everything to be single swf files and then I want to link it all, I followed the flash site tutorial to set up my flash site, it worked ok except when you click my button and the swf file loaded it played under the scene I was on. I want to click my button and have it take you to the new swf file and I want the old one to go away. Here is the code I used,
[size=3][font=Times New Roman]on (release) {[/font][/size]

[size=3][font=Times New Roman] _root.contents.loadMovie(“movie 1.swf”);[/font][/size]
[font=Times New Roman][size=3][/size][/font]
[font=Times New Roman][size=3][/size][/font]
I know I should be using parent or get target…I’m just kinda lost.

Thank you in advance for your help!

use

_root.contents.setDepth(1200)

wellchange the depth of the movie to higher than the rest ofyour movie… im not sure on the wording of the above code as i havent used it ina while and i dont have access to fmx atm…
investigate depths :wink:

Prophet.

i think it’s swapDepths(1200) or swapDepth(1200)