Thales' theorem
sin = opposite/hypothenuse
xdiff = float(x1-x0) / 1ydiff = float(y1-y0) / 1
pos = 0..1xpos = x0 + xdiff * posypos = y0 + ydiff * pos
height = 30curve = sin( pi / pos ) * height
ypos += curve
The last competition hasn't finished yet has it
. Good to hear you kept tapping away until it was working - As the Borg would say.. "Persistence is not futile" or was it "resistance is futile"?