View Full Version : Dyanamically Loaded Images...a small problem
saru110
11-15-2006, 02:54 PM
hey people
i have used some wicked code from this forum to make a slideshow which imports its images from an images folder but i just have one tiny problem...the images are loading above my navigation system and i can`t see my buttons!! please help...
cheers
anonymous
11-15-2006, 03:37 PM
Would need to see your loading code... It appears you're loading the pictures on a higher level than your main movie...
Better, attach your .fla.
saru110
11-16-2006, 07:36 AM
hi thanks for helping me out...i really appreciate it. i don`t have access to the file at the moment but in the code it is loading the images into 100. i haave tried changing this to 0 or deleting it completely but the images still fall in front of the buttons
saru110
11-16-2006, 12:44 PM
hi i just got home and checked the code...the line in question must be
this.createEmptyMovieClip("holder",100);
i tried changing 100 to 0 or 1 or -1 but still no good....
if anyone can please help
thanks in advance
anonymous
11-16-2006, 02:03 PM
Is your navigation nested in a movie clip on stage?
If so, try swaping it's depth to 200, and keep 100 for the other created holder mc.
saru110
11-16-2006, 10:55 PM
hi anonymous
i can`t tell you how much i appreciate you helping me. so i put my 4 buttons inside 1 mc called "buttons_all" but how do i can about setting it`s depth to 200?
thankyou so much
anonymous
11-17-2006, 12:10 AM
buttons_all.swapDepths(200);
saru110
11-17-2006, 06:06 AM
thankyou so much for your help...you`re a star:D
anonymous
11-18-2006, 02:30 AM
Ÿou're welcome. ;)
|
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.