flash - Actionscript 2.0 give an object 3D rotation? -
i have function doens't work way want to. want objects rotation rotate around y-axis, looks 3d ish.
_root.healthbar._rotation._y = angle;
since talking as2 , stage 2d, there 1 rotation, i.e. there no separate rotations x , y.
all is;
_root.healthbar._rotation = angle;
Comments
Post a Comment