It is my first time using Particle by Jedi Lord8th Feb 2005 23:26
|
---|
Summary I ADD A SMALL JOKE ALSO CHECK IT OUT :) Description REM Project: Particle Code ` This code was downloaded from The Game Creators ` It is reproduced here with full permission ` http://www.thegamecreators.com REM Project: Particle REM Created: 2/8/2005 8:16:40 PM REM REM ***** Main Source File ***** REM make particles 1,1,1,1 set particle emissions 1,1 set particle velocity 1,1 set particle gravity 1,0 set particle speed 1,.001 set particle chaos 1,0 set particle life 1,100 color particles 1,100,50,0 color backdrop rgb(0,0,0) do color particles 1,rnd(255),rnd(255),rnd(255) set cursor 100,300 PRINT "We must find the Borg Planet AND DESTORY THEM!" fastsync loop |