TGC Codebase Backup



Creating Basic Object`s by Stig Design Stig Magne

15th Mar 2008 0:43
Summary

Making Integrated Object`s



Description

How To make
-Cube/Dice
-Scale Cube
-Color Cube
-Position Cube



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    Rem Here is The Integrated Code to Make
Rem Basic Object`s

Rem Cube
Make Object Cube 1,100

Rem Scale Object Cube
Scale Object 1,50,50,50

Rem Position in 3DSpace of our Cube
Position Object 1,0,25,50

Rem The Other Object Making Code is Almoast Same
Rem Butt Some Diffrentce like

Make Object Plain 2,100,100
Make Object Sphere 3,100

rem and so on
rem Have Funn to Test this code
rem This code is for Newbees
Rem and Chekk the 3D Section in the Code Help
Rem or press F1 key on enny of the`s Making Code`s