Browsing Posts tagged source code

It’s typical, that every time i wanted to add a custom right click menu to my flash apps, i just googled for it and pasted in the usual code. It just occurred to me that these 5-10 lines of independent code don’t have to (and shouldn’t) be part of the main code of my projects. [...]

I’ve had a script in my “script tests” library for a long time now that used the noise() method of the BitmapData Class on EnterFrame to create a noisy image that somehow resembled the static when we have bad signal on TV. However it just didn’t seem complete. Flash Player 10 came with some major [...]

After searching in vain a whole day for a dateChooser/dateField/calendar component for Flash CS3/CS4 that would work with Actionscript 3 (something like the one there was for AS2) i decided to follow a different route. Since Flex Builder has exactly what i was looking for i decided to import it. The operation proved to be [...]

AS3 Basic Fractal

No comments

[flash http://blog.locus-delicti.com/wp-content/uploads/as3fractal.swf w=500 h=500] (note: reduce iterations if it runs slowly) A very simple fractal, consisting of straight lines, each positioned at the center of the other. Found lying at the actionscript tests folder. The code looks pretty clean. Get the source code here.