TGC Codebase Backup



Background by Flame15

4th Sep 2005 4:52
Summary

A simple program for making backgrounds. Just change the backgrop.bmp to the name of your file. (The image should be 650 x 471) Made by Eivind



Description



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    load bitmap "backdrop.bmp",1 rem loads the background image
copy bitmap 1,0 rem copys the image to the screen
set current bitmap 0