Recently, Andrew Griffin wrote: > I need to move an image from point a to point > b in a curve. The starting point is 260,239 and the > ending point is 600,239. The curve needs to curve up. > I was told to use the quadratic equation, > y=ax^2+bx+c, but what I really need is a way to do > this in script form and some more explanation of the > formula. Any help would be, as always, greatly > appreciated!
You can always draw the curve you want as a polygon and move the image to the points of the curve. Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design Email: [EMAIL PROTECTED] Web: www.tactilemedia.com Archives: http://www.mail-archive.com/[email protected]/ Info: http://www.xworlds.com/metacard/mailinglist.htm Please send bug reports to <[EMAIL PROTECTED]>, not this list.
