Quote Originally Posted by lamblove
Wow thank you so much for explaing that to me! I just tried it and it worked. I have a question, is there a way to control where the image will show up? Does it just always show up basically where your movieclip is placed? Thanks so much again... you are awesome, lol.
well you can control the placement of the containerClip like you would anything else

containerClip._x = 55;
containerClip._y = 155;

for example.