uliwitness / Stacksmith

An intuitive software erector kit targeted at people new to programming, but with enough potential to stay useful once they've learned, inspired by HyperCard.
http://stacksmith.org
129 stars 13 forks source link

move command #26

Open uliwitness opened 11 years ago

uliwitness commented 11 years ago

Command that allows you to use e.g. a bezier path draw graphic's points to animate the movement of another part. 'move me along the points of grc "bounce route"' for example.

uliwitness commented 8 years ago

Mostly works now, but need to interpolate the points for a uniform speed.

uliwitness commented 7 years ago

Still need to fix the calculation of intermediate points at a certain step size, see CGraphicPart::ConvertPointsToStepSize(). If you're good with coordinates and line equations, this is probably easy for you, hence the "starter bug" tag.