TGC Codebase Backup



Timer bar for an RPG by astrokid

15th Mar 2004 14:28
Summary

This is a nifty bit of code for a timer bar in an rpg



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    ink rgb(11,3,143),1
For a= 0 to 80
b = 210 + a
box 210, 40, (210+ a), 50
wait 62.5
next a