0

ActionScript 2 to 3 Object Properties

ActionScript 2 to 3 Object Properties via @largestartist Posted by Jose Cuadra on July 22, 2008 Tags: | Filed Under: References

In ActionScript 3 accessing your favorite object properties no longer require underscores as they did in AS 2. Here are some examples that list the previous and current conventions.

ActionScript 2 ActionScript 3
_alpha alpha
_parent parent
_rotation rotation
_width width
_height height
_x x
_y y
This list displays the most common properties.

Want More? Try These.

Related Articles
The Textfield’s Alpha Property in AS 3.0
Flash Display Fixes
Access Cascading Styles with JavaScript
Disable Safari’s Textarea Grip
Transversing the Display List Correctly
Random Functions
Conditional Shortcut in ActionScript
Flash Slideshow in Actionscript 3
From Work Path to Shape Layer
Random Articles
From Work Path to Shape Layer
Pencil Painting with Nickelsen
Dreamweaver CS3 Start and Crash Bug
CFCACHE, IE, CSS and XHTML
ActionScript 2 to 3 Object Properties
Access Cascading Styles with JavaScript
JavaScriptless Tool Tips
Web Fonts Suck!
Target Blank for XHTML
The Definitive List of Adobe Alternatives

Leave a Reply