TGC Codebase Backup



spinnig sphere saying HELLO by Slayer93

20th Nov 2004 22:46
Summary

this is a sphere that says hello it spins too



Description

this is a sphere that says hello it spins too



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    set text size 80
text 100,100,"HELLO"
set current bitmap 0
get image 1,80,100,350,220
make object sphere 1,1
texture object 1,1
do
turn object right 1,5
sync
loop