siboy13
January 8th, 2003, 06:28 AM
I am probably being incredibly thick and not understanding depth, i am new to this!!
I thought the higher the depth number the closer to the viewer it was?
I have created a movie which pulls back info from a database, on the original movie, once all the data was loaded, i created the required number of dynamic text boxes on the _root and everything worked perfectly.
I then decided that i would need to display other information on other movie clips. So i decided to turn the movie into a movie clip, so that i could create other movie clips and load these as needed.
I created a new blank movie, attached a blank movieclip(depth 0) as a container for the movie clips that will hold the different data, i then used attachMovie(depth 1) to attach the original movieclip, which holds the database info. I then changed the original movie, so that it would create the text boxes in this movie clip(depth 3), so that when i decided to load another movie, i don't have to clear up text boxes on the root.
When i run the movie, i get the background image for the data movie clip, but i don't see the text. I used trace to make sure that the text boxes were being created and the text values were assigned and they are. So why can't i see the text???
Be as sarcastic as you like, if this is very easy, i just need the answer!!
Cheers
I thought the higher the depth number the closer to the viewer it was?
I have created a movie which pulls back info from a database, on the original movie, once all the data was loaded, i created the required number of dynamic text boxes on the _root and everything worked perfectly.
I then decided that i would need to display other information on other movie clips. So i decided to turn the movie into a movie clip, so that i could create other movie clips and load these as needed.
I created a new blank movie, attached a blank movieclip(depth 0) as a container for the movie clips that will hold the different data, i then used attachMovie(depth 1) to attach the original movieclip, which holds the database info. I then changed the original movie, so that it would create the text boxes in this movie clip(depth 3), so that when i decided to load another movie, i don't have to clear up text boxes on the root.
When i run the movie, i get the background image for the data movie clip, but i don't see the text. I used trace to make sure that the text boxes were being created and the text values were assigned and they are. So why can't i see the text???
Be as sarcastic as you like, if this is very easy, i just need the answer!!
Cheers