TGC Codebase Backup



Begginers First Code v.2 by MartinS

10th Jan 2006 7:57
Summary

Begginers First Code v.2.



Description

Begginer's First Code v.2. This one show how to make a box, and how to texture it, too!



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    MAKE OBJECT box 1,750,100,25

LOAD IMAGE "TEXTURE.bmp",2

TEXTURE OBJECT 1,2

DO

  YROTATE OBJECT 1,OBJECT ANGLE Y(1)+.8

LOOP