Diffrence between AS2 and AS3 ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / guru
ActionScript 3.0 is called object-oriented because it supports inheritance, encapsulation and polymorphism. The first two notions can be easily defined.
AS2 dosent support , this is the difference
| Is This Answer Correct ? | 11 Yes | 18 No |
Hi All, I am new in flash so please help me, When I make a website on Flash & when we wright code on buttons in AS2[CODE: on(release) gotoAndStop ()], we found when we click twice on a button the page automatically switch. (means, code do not work properly). Thanks,
you understand from the sb-25 manual that the built-in, retractable bounce card is meant for use with the flash head in a vertical position? : Adobe flash
which keyword is used to attach methods and properties to a class? : Adobe flash
What are the ways in which actionscript's code can be protected?
What are the functions used with flash media?
wate is multimedia
what is vector graphic animation? : Adobe flash
in general, non-mp3 digital audio destined to be imported into the flash mx authoring environment should first be compressed how much? : Adobe flash
which actionscript classes are used to play flv formatted video? : Adobe flash
what is the primary purpose of the stage object? : Adobe flash
How many methods for depth are available?
what are the different design patterns available in flash?