Search found 2 matches

by stef
Apr 06, 2007 22:10
Forum: Sources, Examples, Tips and Tricks
Topic: Fireworks (particle-test-demo)
Replies: 14
Views: 6152

Fireworks (particle-test-demo)

A fireworkscode of mine click mousebutton (there is a different effect for left/right/middle) ' Fireworks ' by stef OPTION STATIC OPTION EXPLICIT CONST MAXPARTICLES=3600 '300;600;900;1500;3000; 6000; 12000;24000;48000 CONST SCREENW=800 CONST SCREENH=600 declare sub initparticles() declare sub calcpa...
by stef
Mar 31, 2007 20:11
Forum: Sources, Examples, Tips and Tricks
Topic: Superellipses / Supershapes on the fly
Replies: 2
Views: 1625

Superellipses / Supershapes on the fly

Hi all! I'm new here and found a lot of interesting stuff and postings! Thx for sharing! Maybe these 2 (beginner) codes are interesting for somebody ' Superellipses/Supershapes on the fly ' by stef OPTION STATIC OPTION EXPLICIT CONST SCREENW=800 '640 CONST SCREENH=600 '480 CONST MAXSHAPES=100 declar...