Actionscript 3.0 difference

Did you know that there’s a big change in terms of how properties are called in AS3 now?

For example, in AS 1 and 2 we used to call MovieClip._x but now in AS3 it’s just MovieClip.x. No more underscore. I just knew about it while exploring AS3 and proceeded to google for a cheat sheet. Guess what? There really was one!

Download it here: http://www.actionscriptcheatsheet.com/downloads/as3cs_migration.pdf

The properties I mentioned are in page 2 of the pdf. I took it that flash.display.DisplayObject simple means a Movieclip object or a Button object or whatever it is that is on the stage.

I hope this is another stepping stone into AS3.0 for everyone.

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>