i have wrriten some code here. a simple camera scrolling across a matrix. For some reasn the code doesnt work. I am using pro here and i was wondering if i had made a mistake or if other peeps had this problem
rem setup a matrix
sync on
sync rate 30
autocam off
backdrop on
color backdrop RGB(0,0,128)
fog on
fog distance 1000
fog color 0
make matrix 1,10000,10000,100,100
load image "matrixtex.bmp",1
prepare matrix texture 1,1,1,1
randomize matrix 1,180
update matrix 1
position camera 300,get ground height(1,300,300)+50,300
do
if upkey()=1 then move camera 1
if downkey()=1 then move camera -1
if leftkey()=1 then yrotate camera camera angle y()-5
if rightkey()=1 then yrotate camera camera angle y()+5
camx#= camera position x()
camz#= camera position z()
camy#= get ground height(1,camx#,camz#)
set cursor 10,10
print camx#; " "; camz#
position camera camx#,camy#+50,camz#
sync
loop
If you forget one little thing i shall have you shaved sterilised and destroyed: Jeffrey Goines