i am making a flight simulator type game... and here is part of my code
do
if downkey()=1 then pitch object up 2,5
if upkey()=1 then pitch object down 2,5
if leftkey()=1 then turn object left 2,5
if rightkey()=1 then turn object right 2,5
if spacekey()=1 then move object 2,0.8
move object 2,-150
position object 3,object position x(2),object position y(2),object position z(2)
move object 2,150
position camera object position x(3),object position y(3),object position z(3)
set camera to object orientation 2
sync
loop
how come this is showing only the side of my airplane (object 2)? how do i make it show the back of it?
THANKS FOR STOPING AT A RED LIGHT... AND LETTING ME CRASH INTO YOU AT 80 MILES AN HOUR!!!