TGC Codebase Backup



smile by FrEaK Sk8

12th Feb 2006 13:20
Summary

It is actouly a smile created of objects ... It didnt take me more than 15 minutes to create this little creature =D . Enjoy !



Description

It is actouly a smile created of objects ... It didnt take me more than 15 minutes to create this little creature =D . Use arrow keys to move =P :D
Enjoy



Code
                                    ` This code was downloaded from The Game Creators
                                    ` It is reproduced here with full permission
                                    ` http://www.thegamecreators.com
                                    
                                    make object sphere 1,50
position object 1,0,30,0
color object 1,RGB(255,0,0)
make object sphere 2,80
position object 2,-64,70,0
make object sphere 3,80
position object 3,64,70,0
make object box 4,128,8,48
position object 4,0,-20,0
color object 4,RGB(255,128,0)
make object sphere 5,10
position object 5,-64,70,-40
color object 5,rgb(0,0,0)
make object sphere 6,10
position object 6,64,70,-40
color object 6,rgb(0,0,0)
make object box 7,128,8,48
position object 7,0,-40,0
color object 7,RGB(255,128,0)
make object sphere 8,20
position object 8,-55,-30,0
color object 8,RGB(255,128,0)
make object sphere 9,20
position object 9,55,-30,0
color object 9,RGB(255,128,0)
make object sphere 10,20
position object 10,-45,-30,0
color object 10,RGB(255,128,0)
make object sphere 11,20
position object 11,-35,-30,0
color object 11,RGB(255,128,0)
make object sphere 12,20
position object 12,-25,-30,0
color object 12,RGB(255,128,0)
make object sphere 13,20
position object 13,-15,-30,0
color object 13,RGB(255,128,0)
make object sphere 14,20
position object 14,-5,-30,0
color object 14,RGB(255,128,0)
make object sphere 15,20
position object 15,5,-30,0
color object 15,RGB(255,128,0)
make object sphere 16,20
position object 16,15,-30,0
color object 16,RGB(255,128,0)
make object sphere 17,20
position object 17,25,-30,0
color object 17,RGB(255,128,0)
make object sphere 18,20
position object 18,35,-30,0
color object 18,RGB(255,128,0)
make object sphere 19,20
position object 19,45,-30,0
color object 19,RGB(255,128,0)
make object sphere 20,400
position object 20,0,0,200
color object 20,RGB(255,255,0)
make object box 21,348,40,348
position object 21,0,170,200
position camera 0,0,-300
do
control camera using arrowkeys 0,2,1.2
loop