Diffrence between AS2 and AS3 ?

Answer Posted / brandon booker

This questions is too broad to give a truly appropriate
answer to. So, here is an incomplete list of differences
that you can use, and add to.
1.As3 is a compiled environment. Because of this,
operations in as3 can take up to 1/3 as long as they did in
as2. (according to adobe, and only if the code isn't on the
frame)
2.Because it's compiled we also get nice things like
compiler errors telling us when we've written some code that
won't compile properly, as2 just ignores these lines of
code. This can increase productivity significantly.
3.As3 uses a garbage collection system to clean up our
memory for us. (it doesn't really work, but at least it tries)
4.As3 is actually a different language. Some syntax remains
the same as in declaring variables, but almost all
functional operations have changed. Everything from how the
draw system works to adding an event listener are new.

Is This Answer Correct ?    11 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Differentiate between as2 and as3.

509


Explain what does the void function and object contain in actionscript?

473


What are the features involved in updating a language?

477


What does the void function and object contain in actionscript?

486


at which point can you start usability testing? : Adobe flash

504






How to make synchronous data calls in actionscript?

458


What are the functions used with flash media?

464


what should be inferred by a variable named birthplace_str? : Adobe flash

488


what is the effect on the instances of a symbol if the symbol itself is changed? : Adobe flash

457


what is not a disadvantage of using the fscommand? : Adobe flash

509


what is the key purpose of using layers in a timeline? : Adobe flash

449


which methods is most likely an event handler? : Adobe flash

499


what is the best reason for using the geturl command, instead of the fscommand, when communicating with the host application? : Adobe flash

414


how to embed flash in html? : Adobe flash

496


you are creating a form that will fade out when the user submits it. What must you do to with the text fields to ensure that text entered by the user will fade out? : Adobe flash

453