rockjock04
10-27-2003, 01:58 PM
I'm trying to do a very simple resize.
on(release){
_root.box._xscale=50;}
assume the above code has no syntax error, does this render me a movie clip that is 50 pixels wide, or 50% of it's original size?
on(release){
_root.box._xscale=50;}
assume the above code has no syntax error, does this render me a movie clip that is 50 pixels wide, or 50% of it's original size?