You have to have a loop but you don't so it goes right to this part
wait key so you end the program after you hit any key. You also don't need a do/loop in the if/endif statement otherwise it will stay in there.
You have to make a do loop around the if/endif statement so it can loop around it. One more thing if you don't use
sync on and
sync rate the computer will have control over your sync rate so it will look choppy if you use the
sync command. So it should be something like this.
`sync
sync on
sync rate 60
`make matrix
make matrix 1,100,100,50,50
`loop
do
if upkey()=1
move camera 1
endif
`sync
sync
loop
NARUTO IS THE NINJA.....not really
[url=http://forum.openmmo.co.uk/index.php?topic=328.0]
WIP...4 Elements