Hi
I'm trying to plot some functions. What I've been doing is calculate the position of dots in a certain increments then duplicate a dot and set it to that position. Are there a faster way to do this?
Printable View
Hi
I'm trying to plot some functions. What I've been doing is calculate the position of dots in a certain increments then duplicate a dot and set it to that position. Are there a faster way to do this?
There are new Charting Components for MX, maybe that could help:
http://www.macromedia.com/desdev/mx/flash/
Found the solution to my own problem. Using Movieclip.moveTo(x,y) and Movieclip.lineTo(x,y)you can pretty much graph any thing at an amazing speed.
Swiff Chart might help you:
http://www.globfx.com
This tools creates incredible graphs very easily and quickly.