Geoboard project

Hi all!!

I am working on a geoboard/pegboard project in flashMX, in which I want to streatch a rubberband kind of element. In that there are lines, on which if pressed at any point of that line, another handle shows up, and by dragging that handle, the line on which it was been pressed, stretches. and this way, the shape of the band can be changed, stretched etc.

I will appreciate any help…

thanks in advance!!!
-Shailee

Hi,
Can follow the link, for I am trying to say how it should work.
http://matti.usu.edu/nlvm/nav/frames_asid_282_g_3_t_3.html

Please help!!!

-Shailee

use the drawing API…

MovieClip.beginFill()
MovieClip.beginGradientFill()
MovieClip.clear()
MovieClip.curveTo()
MovieClip.endFill()
MovieClip.lineStyle()
MovieClip.lineTo()
MovieClip.moveTo()