Category Archives: Flash
Misconceptions about flash
Looking at blogs, who have transformed from flash lover to html5 lovers have raised a lot of concerns that has proved flash to be annoying for future use. When it’s good to have new options for doing same thing that … Continue reading
AS3 Event Handling- part 6
In this small part of action script event handling we will learn about one of the effective event handling technique that can help us to dispose our objects towards garbage collection( I will be writing about this interesting topic soon.)- … Continue reading
AS3 Event Handling- part 5
Previous part of AS3 Event Handling series was about creating custom event class. In this part we will look at the one of the mostly unused parameters in addEventListener method handler. addEventListener is the method used to add an listener … Continue reading
Multiple tweening problem
While developing a multi player poker game I got strange problems with tweening using fl.transition.Tween class. There were 18 cards to be distributed among 9 players in sequence and with 100ms interval. I put them in a timer and fired … Continue reading
AS3 Event handling- Part 2
In the previous post we checked out some issues with AS2 event handling mechanism. In this post we will look at some well known words used in AS3 event handling. AS3 has radical changes compared to AS2 version of action script. … Continue reading
AS3 Event handling- Part 1
Handling an event in AS3 is quite easy and controlling each phase of event propagation is a bit tricky for beginers. Handling methods in as2 were quite simple, yet they lacked flexibility. This series of event handling is aimed to … Continue reading
Trick for adding properties to a sprite object
I remember the days of AS2 when I was able to add dynamic properties to a movieclip and able to access them within some event. Now working with AS3 I still able to do the same, yet, if I use … Continue reading
Copy-paste problem in Flash from MSPaint
Others may have encountered this problem before, but I found this copy paste problem in Flash(Flash CS3) for the first time. Flash magically rotates and inverts the images copied by the system clipboard from MSPaint. Here are the steps how … Continue reading
