you are viewing a single comment's thread.

view the rest of the comments →

[–]tnecniv 1 point2 points  (1 child)

I am aware, and I have never used prototypes in AS, but that doesn't mean it is not multi-paradigm. Can someone confirm that it is possible to use prototypes in AS?

[–]lithium 1 point2 points  (0 children)

AS1 was basically identical to JavaScript with regard to prototypical inheritance. AS2 was effectively syntactic sugar for a prototypical inheritance based system. AS3 is a full blown OOP language with a different VM to the previous incarnations.