Visible and invisible loaded images

Hello,

I have got some images that i have loaded flash from another website.

i have used the tween function to make it move about. i would like to know if there is a way to have many images in the same symbol and change there visiblility so that you can only see one at a time. when i use


_root.images.image1._visible = false
_root.images.images2._visible = true

it doesnt work; they are all visible at the same time.

could anyone give me a hand,

thanks,

Stupid Saint

PS if you are writing code please label it Thanks!!:bounce:

Assuming the paths are correct, your code will work.
The problem is that loading isn’t a instantaneous event. Therefore, you must assure that the loading has finished before referencing the MovieClips.