There is a fine line between genius and madness.
You appear to be skipping along this line with a grin on your face! It’s wonderful.
Was the line :-
if (p.y nh) p.dy = -Math.abs(vx) * .1;
supposed to be :-
if (p.y nh) p.dy = -Math.abs(vy) * .1;
(‘VY’ where it had been ‘VX’)
or do you just prefer the way it looks on the screen?
Paul
mean clouds evaporation occurred fourth states
There is a fine line between genius and madness.
You appear to be skipping along this line with a grin on your face! It’s wonderful.
Was the line :-
if (p.y nh) p.dy = -Math.abs(vx) * .1;
supposed to be :-
if (p.y nh) p.dy = -Math.abs(vy) * .1;
(‘VY’ where it had been ‘VX’)
or do you just prefer the way it looks on the screen?
Paul
Good catch Paul, that was a ‘fine’ bug, I think