// PS #2-6 // Strobe light spin Repeat A 0 100 { Paper A Pen (75 - A) Line (100 - A) (75 - (A/2)) ((A*A*A)/15000) ((3*A)/4) Paper (100 - (25 + (3*A)/4)) Pen A Line (100 - A) (75 - (A/2)) ((A*A*A)/15000) ((3*A)/4) }