Hello,
I have a problem. When i make a matrix and texture it, then i run it, and it shows a black or blue screen, nothing else. I don't know what is wrong, and it doesn't give any errors. Here is the code:
Rem Project: Darkhaven
Rem Created: 21-1-03 15:50:59
Rem ***** Main Source File *****
Rem ***** Image Loading *****
load image "basphlt.jpg",1
Rem ***** Matrix Creation *****
make matrix 1,1000,1000,25,25
prepare matrix texture 1,1,1,1
update matrix 1
Rem ***** Camera Set-Up *****
make camera 1
set current camera 1
position camera 500,25,0
Rem ***** Main Loop *****
sync on
do
control camera using arrowkeys 1,5,5
loop
Please help me!!

Sys: PIII 450mHz, 128mb RAM, voodoo3 3000AGP (sux)