PDA

View Full Version : ActionScript 3.0 enquiry


korkor5
01-09-2007, 09:55 AM
hi all,
has there been a release of actionscript 3.0? i.e. the complete working version not the preview that comes with adobe flash9. If it exists can someone give me the url to where i can download it.

thanx
korkor5:red:

Dazzer
01-09-2007, 10:30 AM
the preview is the FINAL RELEASE of Actionscript 3.0

It will not be further updated.

senocular
01-09-2007, 11:17 AM
the preview is the FINAL RELEASE of Actionscript 3.0

It will not be further updated.

Thats not entirely true. Its possible that there may be some minor additions to the language. For example, the 9.0.28.0 update introduced the ADDED_TO_STAGE and REMOVED_FROM_STAGE events for display objects. With the release of the next version of Flash, there may be other additions - that's not saying there *will* be, but its possible.

For the most part, however, what you have with the AS3 Preview is pretty much up to par with what ActionScript 3 is, at least in its current release state.

korkor5
01-09-2007, 11:23 AM
ok thanx but im working with classes here and im trying to use the addEventListener in a class created in the adobe flash 9 as3.0preview, but its not recognized in the class's actionscript environment. its only recognised in the .fla environment and not the class environment.

help me out here

korkor5

senocular
01-09-2007, 11:34 AM
You're probably using it incorrectly.

restlessdesign
01-22-2007, 10:29 AM
AS3 still needs to having its improved tweening methods (c/o Robert Penner) added for the Flash 9 Final Release :)

Dazzer
01-22-2007, 10:34 AM
but ... that would be updated as a class, not as a change to the way the code functions. I think?

senocular
01-22-2007, 11:52 AM
but ... that would be updated as a class, not as a change to the way the code functions. I think?

Thats correct. Tweening classes are not a core part of the language. They are external classes just like any class you would make.

The current Flash 9 Alpha doesn't have these because... well, its in Alpha.