Quick help please!
Quick help please!
Out of context: Reply #5
- Started
- Last post
- 12 Responses
- unknown0
Quick and dirty method...
make a movieClip with nothing in it, nad place it at the position you want the image to be
e.g make a clip call it imageHolder (the movieclip) not the actual symbol
then you can do
imageHolder.loadMovie("yourmovie...
you can also then move it around... such as
imageHolder._x = 300
imageHolder._y = 100
etc...
imageholder._alpha = 50
hope that helps :)