Vibrating rectangles: Difference between revisions

Content added Content deleted
Line 1,267: Line 1,267:
for sz = 2 to Width step 4
for sz = 2 to Width step 4
rectangle sz, sz, Width - sz, Height - sz
rectangle sz, sz, Width - sz, Height - sz
wait 0.01
next
next
loop</lang>
loop</lang>