is there a class for connecting points by a spline in flex resp. actionscript?
Asked
Active
Viewed 1,075 times
0
1 Answers
2
The Degrafa project provides classes for this sort of thing - it is Flex-centric however.
Degrafa can be found here -> www.degrafa.org.
If you go to the docs http://www.degrafa.org/docs/ you can scroll right to the BezierSpline for an example class.

sksizer
- 221
- 2
- 2
-
do you know if I can use it with FlashDevelop or do I need the Flexbuilder? FlashDevelop just gave me this message as I tried to insert a tag. col: 19 Error: The prefix "degrafa" for element "degrafa:filters" is not bound. – Sebastian Müller Jun 05 '09 at 08:00
-
Ok just found the learning guide for degrafa, really nice, many thanks therefor – Sebastian Müller Jun 05 '09 at 08:10