30
2009
ActionScript 3.0 Basics part 2. – Simple Menu, using tweener Tutorial.
In part 1 I have covered some basics of AS3, I talked about where to find help when you have any kind of ActionScript 3.0 problem, I posted some usefull links but we havent done anythink practical (if you havent read the part one here it is) :) In part 2 we will makeĀ simple AS3 menu (see it) that uses the Tweener for animaction.
29
2009
ActionScript 3.0 Basics part 1.
Hi guys, yesterday friend of mine came to me and ask if I could teach him basics of ActionScript 3.0, He didn’t have much experience with flash but while a go he did some basic stuff with timeline and as2. So I though it will be cool to make series of articles/tutorials about basics of AS3. This series will be perpoused for people who have some experience with flash, but don’t worry if you don’t [...]
28
2009
iFlashDen 0.5.0 – update!
It’s here iFlashDen version 0.5, I have made many changes, below I list some of them: improved design personal settings new sound notification auto-login You can download this release from here or if you have version 0.3.5+ just update :) You can alwso dwonload the source from here Please tell me about any suggestions or bugs. Enjoy! P.S Fallow me on Twitter.
27
2009
iFlashDen update v 0.4.1
I have made next update, it adds the systemTry support and the native menu, so now the app dont have to be on your task bar while is running :) You can download the file from here or just restart the iFlashDen app if you have version 0.3.5 and you will be prompted to update! Hope you like it!
26
2009
iFlashDen v 0.3.5 – Air app, API support.
I have made a small update, this update adds the auto-update functionality to iFlashDen app so you dont have to reinstall each time I release somethink new :) You can get the new version here:
25
2009
iFlashDen v 0.3 – FlashDen air app, API support.
Recently FlashDen have released the beta version of their API. I have made little Adobe Air aplication. If you dont know where to find your API key go to FlashDen.net login, then account>edit>API key. Main features: New sale notification (sound and icon highlight). View your 50 last sales. Statistics (number of sales, price, income) Username and API key save option View your balance. You can get it here: I will add more features when the [...]
25
2009
Event handler function – did you know that?
I have notisted that not many of you know about that. You can call an Event handler function normaly without the dispatchEvent. For example you have the button Click handler function: private function buttonClick(e:MouseEvent):void { trace("button click"); } /*If you write a function like this and you will call the buttonClick(); you will get an error that you havent provide the the Event.*/ private function buttonClick(e:MouseEvent = null):void { trace("button click"); } [...]

An article by



