Well i posted all of my code down below, sorry if its a bit long for a little post-
My main problem is, if i use mouselook and look down, then go froward i go through the floor.
THere is probably something stupidly wrong I am doing but anyhoo im a newb.
sync on : hide mouse
sync rate 30
rem make matrix
Make matrix 1,10000,10000,20,20
load image "media\bitmaps\textures\real\floor\ceramc03.bmp",1
prepare matrix texture 1,1,1,1
randomize matrix 1,10
rem make 2nd matrix
Make matrix 2,10000,10000,20,20
load image "media\bitmaps\textures\arcade\floor\grass07.bmp",2
prepare matrix texture 2,2,2,2
randomize matrix 2,20
position matrix 2,10000,10,10
rem setup fog and backdrop
backdrop on
color backdrop RGB(120,120,120)
position camera 10,10,100
fog on
fog color RGB(0,0,0)
fog distance 7000
set camera range 1,10000
DO
rem various controls
If upkey()=1 then move camera 20
If downkey()=1 then move camera -15
rotate camera wrapvalue(camera angle x()+mousemovey()),wrapvalue(camera angle y()+mousemovex()),0
SYNC
LOOP
Cheers for any help
Oli
Oswold is a Billy