Re: Jerky Animated Graphics

2016-03-21 Thread RM
Thank you very much: I have experimented with 'lock screen', but, obviously, in the wrong places in the script. Richmond. On 21.03.2016 21:36, Terence Heaford wrote: Just added lock screen and unlock screen on mouseUp put fld "VERTS" into fld "VERTS2" put fld "VERTS" into fld "VERTS3"

Re: Jerky Animated Graphics

2016-03-21 Thread Terence Heaford
Just added lock screen and unlock screen on mouseUp put fld "VERTS" into fld "VERTS2" put fld "VERTS" into fld "VERTS3" put 2 into STRETCH repeat until STRETCH > 300 lock screen put (360 + STRETCH),310 into line 3 of fld "VERTS2" put (360 - STRETCH),10 into line 4 of

Jerky Animated Graphics

2016-03-21 Thread RM
I have been messing around with what are, frankly, extremely simplistic, experiments in animating polygon graphics. However, as I change the vertices of a graphic the thing won't stay still but keeps moving its centre, so I have to keep reseting its left side. As a result while the animation i