As a principle that’s a cubic spline with two parameters
Posted by: pixelero | July 14, 2008
Flash 10, Part 3 of testing graphics.drawPath() : drawTriangles
Posted in actionscript, flash | Tags: actionscript 3.0, Adobe, as3, drawTriangles, flash, flash 10, graphics, perlinNoise








[...] Part 3 [...]
By: Flash tuorials | Tutorials on Flash Player 10 Roundup part 2 | Lemlinh.com on August 22, 2008
at 5:39 am
Hi
i tried to compile and run the free transform example.Its showing some error FreeTransformDemo.as on line boxes[i]= new EditBox();
I think you havent provided EditBox.as for the FreeTransformDemo
By: Biju on March 31, 2010
at 6:34 am
Oh, sorry, someone’s already asked for it by e-mail, but I forgot to post it publicly. Anyway, here you are:
http://www.petrileskinen.fi/Actionscript/GraphicsPathTest/drawTriangles/EditBox.as
By: pixelero on March 31, 2010
at 3:06 pm
Hey man nice blog!! where did you get this information from?
By: Judge on September 19, 2008
at 2:54 pm
@Judge :
You can find Flash 10 Language Reference like for instance here: http://injun.ru/flash10api/class-summary.html
and the information around the blogs, Senocular has one nice to start with: http://senocular.com/flash/tutorials/flash10drawingapi/
or follow lemlinh’s link above: http://www.lemlinh.com/flash-tuorials-tutorials-on-flash-player-10-roundup-part-2
By: pixelero on September 19, 2008
at 3:33 pm
I think Judge is link spammer
By: makc3d on January 28, 2009
at 12:15 pm
Yes, thanks for noticing, I think you’re right. His comment is something fitting on almost any kind of blog. I removed the link to his ‘site’ but kept the comment anyway.
By: pixelero on January 28, 2009
at 12:37 pm
Hi Pixelero,
Great work!! I was wondering if it’s possible to add more “touch points” to the script? Here a screenshot to illustrate: http://springworks.de/morepoints.jpg
By: Aron on February 9, 2009
at 2:25 pm
As I see it, the easiest way to have more control points would a script like dividing to whole thing into four parts, like:
current basic version:
**** ****subdivided:
****** * ******* * ******… I’ll think about it
By: pixelero on February 16, 2009
at 7:54 am
is there any way to create a similar waves effect in flash 9 / as3?
By: chris on September 8, 2009
at 9:40 pm
@chris, no, not at least in an easy way, I’m afraid. New graphics classes in FP10 makes creating effects like this so much easier !
By: pixelero on September 9, 2009
at 11:37 am