Please all, especially those south of the Equatorl,

The paragraph:

"(Southern hemisphere dwellers may insert a line
 ahead of the CIRCLE commands as shown here:

Rkx = -Rkx : Rsx = -Rsx 
CIRCLE (320, 280), 170, 13
CIRCLE (Rkx, Rky), 3, 15
CIRCLE (Rsx, Rsy), 3, 12: PAINT (Rsx, Rsy), gs, 12

to have counterclockwise rotation as if looking northward.)"

Should instead have read:

"(Southern hemisphere dwellers may insert a line
 ahead of the CIRCLE commands as shown here:

Rsx = 320 + Rax: Rkx = 320 + Ra2x: ' For CCW rotation
CIRCLE (320, 280), 170, 13
CIRCLE (Rkx, Rky), 3, 15
CIRCLE (Rsx, Rsy), 3, 12: PAINT (Rsx, Rsy), gs, 12

to have counterclockwise rotation as if looking northward.)"

My apologies,

Bill
 

Reply via email to