TGC Codebase Backup



spinning sphere saying HELLO (2) by Slayer93

26th Nov 2004 13:06
Summary

it spins around saying hello in a trasparent sphere



Description

it spins around saying hello in a trasparent sphere



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
set object 1,1,0,0
do
turn object right 1,5
sync
loop