TGC Codebase Backup



Center Sprite Function by dj chainz

1st Dec 2003 8:35
Summary

A simple center sprite function, useful for making a gun cursor in games like HOUSE OF THE DEAD



Description

Not much more to say. Its very simple



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    `May be freely used
function CenterSprite(spriteno,spritex,spritey,imageno)
sprite spriteno,spritex,spritey,imageno
endfunction