OK,i got this code:
Rem Project: Game Engine
Rem Created: 27-8-2006 11:33:00
Rem ***** Main Source File *****
`Loading images
`Load Image "Media\Textures\Ground1.bmp",1
`Setting up the Ground
make Matrix 1,3000,3000,100,100
`prepare matrix texture 1,1,100,100
`Loading all objects...
Load Object "Media\Models\Tree1.x",1
Load Object "Media\Models\Tree1.x",2
Load Object "Media\Models\Tree1.x",3
Load Object "Media\Models\Tree1.x",4
Load Object "Media\Models\Tree1.x",5
Load Object "Media\Models\Tree1.x",6
Load Object "Media\Models\Tree1.x",7
Load Object "Media\Models\Tree1.x",8
Load Object "Media\Models\Tree1.x",9
Load Object "Media\Models\Tree1.x",10
`setting up camera
xrotate camera 0
position camera 0,30,0
`Setting Up the World
Position object 1,20,0,20
Position object 2,120,0,80
Position object 3,175,0,120
`The main loop
do
Sync rate 60
`The controls
if upkey()=1 then move camera 2
if downkey()=1 then move camera -2
if leftkey()=1 then turn camera left 1
if rightkey()=1 then turn camera right 1
loop
THIS is line 28:
and i get this error:
Runtime Error 7008 : Object does not exist at line 28
Whats wrong with this?
FPSC-Toolkit in the make.Progress log:
FPSC-Segments 35%---FPSC-Entity 's 0%---FPSC-Signs 0%
FPSC-Decals 0%---FPSC Characters 0%