CodeBase - It is my first time using Particle

Return to the CodeBase listing

Category: Complete Applications

Version: 1.0

0
0

Information

Uploaded: 8th Feb 2005 23:26

Modified: 1st Jan 1970 01:00

Author:  Jedi Lord

Summary

I ADD A SMALL JOKE ALSO CHECK IT OUT :)

Full Description

REM Project: Particle<br /> REM Created: 2/8/2005 8:16:40 PM<br /> REM<br /> REM ***** Main Source File *****<br /> REM<br /> <br /> make particles 1,1,1,1<br /> set particle emissions 1,1<br /> set particle velocity 1,1<br /> set particle gravity 1,0<br /> set particle speed 1,.001<br /> set particle chaos 1,0<br /> set particle life 1,100<br /> color particles 1,100,50,0<br /> color backdrop rgb(0,0,0)<br /> do<br /> color particles 1,rnd(255),rnd(255),rnd(255)<br /> set cursor 100,300<br /> PRINT &quot;We must find the Borg Planet AND DESTORY THEM!&quot;<br /> fastsync<br /> loop

Comments

No comments yet.