firdosh
12-10-2006, 09:49 PM
I am trying to get this effect in AS3
http://www.complexification.net/gallery/machines/peterdejong/
I was wondering what would be the best way to go about.
I was thinking a single Sprite where i would call the particles draw method using the onEnterFrame event but going through a 4000 loop evertime inside the onEnterFrameEvent seems to be a bit too intensive, even for a Timer event
anyone have any ideas ??
also would this be the best way to draw a pixel drawRect(x,y,1,1) ??
thanks
firdosh
http://www.complexification.net/gallery/machines/peterdejong/
I was wondering what would be the best way to go about.
I was thinking a single Sprite where i would call the particles draw method using the onEnterFrame event but going through a 4000 loop evertime inside the onEnterFrameEvent seems to be a bit too intensive, even for a Timer event
anyone have any ideas ??
also would this be the best way to draw a pixel drawRect(x,y,1,1) ??
thanks
firdosh