PDA

View Full Version : [MX]Increase size of movie clip



ukiran
September 12th, 2003, 01:37 AM
How can I increase the size of a movieclip(to 800x600) which is not in the main time line and place it in the (0,0) position of the stage?

_x,_y properties give the position relative to current movieclip ,isnt it?

I will be happy if anyone can help..Thanks!

Johnny64
September 12th, 2003, 02:27 AM
yourMC._width = 800
yourMC._height = 600

Eric Jr.
September 12th, 2003, 03:22 AM
Make sure you give you MovieClip the proper "instancename" in the properties panel. Also, put the script "Master64" gave you in the MovieClip, the MovieClip you are referring to is in ..

Assuming you are new to flash .......

Voetsjoeba
September 12th, 2003, 11:38 AM
Do you want a smooth animation or a simple resize ?