TGC Codebase Backup



Sequencer by Ecliptic Soul Entertainment

13th Mar 2005 14:35
Summary

a basic sequencer for all to enjoy.



Description

A basic squencer. type 3 and it will add 0 to 3 and again until the screen is full.



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    INK RGB(255,120,45),RGB(0,0,0)
CLS
INPUT "Increment> ";c
CLS
DO
a=a+c
PRINT A;
PRINT " ";
LOOP