TGC Codebase Backup



Sam Softs cd player db by Anonymous Coder

21st May 2006 13:15
Summary

A basic cd player that works!



Description

Created by Sam Soft industries Sam Soft cd player is a basic script of coding that allows the user to play any track of there cd and uses a catchy bitmap in the background i give you full permision to edit this code Sam Shelton

(Note please use your own bitmap for background image.)



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    load bitmap "cd.bmp"

rem Load a music track into number one
Load cdmusic 5,1
loop music 1

wait 10000000000

end