Saturday, October 2, 2010

AS2 to AS3 - Common DisplayObject Properties

Properties in AS3 now use CamelCase. Here are some common DisplayObject properties.

ActionScript 2

ActionScript 3

_xx
_yy
_widthwidth
_heightheight
_xscalescaleX
_yscalescaleY
_xmousemouseX
_ymousemouseY
_namename
_alphaalpha
_visablevisable
_rotationrotation
_rootroot
_parentparent

Post a Comment