Yousef | 12 years ago | 1 comment | 3 likes | 3.7K views
LostBoyz, sinus300 and vincent like this!
Here is a simple Mathsketch example used as the bases for a 10 second countdown show. The writer parameter was used to do the wipe out. The Mathsketch2 script is bellow:
REM sketch a line 10 times. each line is rotated by 36 degrees.
outfile = "Wipeout.EPS"
plot.reset
REM 18 = 360 /(plot.clone /2)
Plot.y = (step -1) * sin(degree * 18 * clone_seq)
plot.x = (step -1)* cos(degree * 18* clone_seq)
plot.z = 0
Plot.steps = 2
plot.clones = 10
Draw.Plot
Enjoy