1 Comment AS3, IT, Work

[Work] Recommendation Letter from the IPB (Portugal)

IPB - Recommendation letter

Recommendation letter from the Instituto Politécnico de Bragança (Portugal).
I really had a good time there and I am really proud of the level my students could achieve in such a short time!

No Comments AS3, IT

[AS3] Overloading methods

http://flexblog.faratasystems.com/2006/10/16/actionscript-3-overloading-constructors-with-rest

Have a look to this article about rest parameter. It is used to simulate method overloading. If you are from C++ / Java worlds, it will remind you variadic methods.

Like some AS3 tricks (e.g.: Singleton), this one is particularly hacky… ActionScript would really need to natively include this kind of features.