|
-
http://www.iopcvideo.com
ok, go to the page, and here's my problem, click on the buttons, opening the windows.
here's what happens:
windows open in layers. what i mean is, the about window is on the bottom layer, then the solutions window is on top, etc... meaning, if i were to open the solutions window first and the the about us window, it would be covered up, and difficult to view.
here's what i want to happen: i want the button that i click and the window that i open to open in top layer, so that they are opened in the order they are clicked, not the predetermined order. meaning, if i were to open solutions, and the about us, despite the fact that about us is lower in order, it would appear on the top.
PLEASE, any help would be amazing. any suggestions. anything at all! i'm desperate. thank you kindly, john
-
i got a solution.... but no need to strip.. =P haha
ok well basicly.. flash works in layers starting from _level0 and works its way up from there sticking each layer on top of the next...
therefore... you want each layer to be higher than the last..
so make a variable say
framelevel = 1
and each time a button is clicked tell it to load the movie onto framelevel
and then do i++
got it?
so example
first frame of your movie
framelevel = 0
on the buttons
on (release) {
loadMovieNum("whatever.swf", framelevel);
framelevel++;
}
hope this helps
-Rui
-
much like jesus, ruiz, you are my savior
-
hahah
anytime
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|