You requested all posts in the category actionscript-2


drawing a perfect circle with the curveTo function.

1

Sep 10

I'm guessing most of you already know what the graphics.curveTo function is. As the name suggests, it allows you to draw a curved line that starts at a certain point, bends towards a control point, and ends in an anchor point. The starting point of the curve can be ...

read on »

ColdFusion-Powered flex/air RIA

29

Jan 09

A few days ago, Adobe asked me to speak on a workshop about the integration between ColdFusion 8 and Flex. As a ColdFusion developer, the ColdFusion part was not a problem, but I was a bit afraid by the Flex part, since I've never used Flex or flex builder before.  I ...

read on »

Settimeout in AS2 classes

9

Jul 08

I know this has been mentioned on other blogs but I just wanted to write about this myself :-) (first blogposts :-) ). The problem when dealing with the global timeout method in actionscript 2 classes was and still is that you are not able to use the setTimeout ...

read on »
by Alwyn | no comments | Filed Under: Actionscript 2