TGC Codebase Backup



the spinning cubes rules !!!! by Anonymous Coder

13th Mar 2007 23:29
Summary

El autentico cubito giratorio



Description

un cubo giratorio que con sus giros te ara bomitar un coito interruptus de emocion!!!
el autentico , el que le gusta a tu vieja !!!!



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    REM Project: mi primer cubo giratorio
REM Created: 13/03/2007 21:52:24
REM
REM ***** Main Source File *****
REM
if check display mode(1024,768,32)=1
 set display mode 1024,768,32
endif

ink 0x88FFFFFF,0
set text font "Tahoma"
set text size 32


sync on : sync rate 60 : hide mouse
load image "gian.jpg",1

color backdrop &h00aa










make object cube 1,100

texture object 1,1



do:
rotate object 1,object angle x(1)+0.1,object angle y(1)+0.2,object angle z(1)+0.3
center text screen width()/2,screen height()-50,"Este es mi primer cubo giratorio !!!!"



sync
loop