NextPreviousHomeMathsketch 2 script in Blufftitler countdown show.

Yousef | 11 years ago | 1 comment | 3 likes | 3,577 views

vincent, LostBoyz and sinus300 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


Download media files (1.1 KB)

Share this on FacebookShare this on X

Thanks yousef, hope more and more scripts.

vincent, 11 years ago


Comment to this article

You must be logged in before you can comment to this article. Login | Register

More by Yousef