Home » Archive

Articles in the Uncategorized Category

AS3, Uncategorized, flash, usefull »

[22 Jun 2011 | No Comment | ]

A very nice tip over there:
http://blog.comtaste.com/2008/11/how_to_know_who_called_my_acti.html

Uncategorized »

[7 May 2010 | One Comment | ]

Ok, seems that many people have had this issue before but, as always in this kind of situation, it seems that I’m the only one having this specific issue on the entire web…
If you google it, you’ll find plenty of people telling about their story and how they solved it.
Here is mine:
I tried to call a static function from a static class with other functions working perfectly well. When I created this new function and tried to call it, I would get this 1006 “… not a function” error.
The trick …