Spark Line-drawing speed issues
April 20, 2011
Leave a comment
I, after way too many hours of going through my code, finall found out why the linedrawing part of my latest flex 4 project ran really slow.
Spark (and probably all other versions of the linedrawing routine in Flash) runs really slow if the end points end up ‘inbetween’ pixels. Convert the start and end positions to int before drawing and you’ll see a massive speed increase.
ActionScript 3.0 Components
December 31, 2009
Leave a comment
I’ve written a piece on the dreaded Components in ActionScript 3.0
Categories: Flash
ActionScript, AS3, Flash
Created a page for simple tips & tricks for XSI
December 30, 2009
Leave a comment
I made this page mainly for my own reference but if anyone have any additions/corrections feel free to inform me.
Local Rotation in ICE
November 16, 2009
Leave a comment
Here’s the ICE tree of locally rotated particles.

Using ICE to create a fence on a landscape
September 23, 2009
Leave a comment
I used XSI’s ICE to place the fence on the landscape.

I need to go to sleep now. I’ll write how the ICE-tree is constructed later.