I hit another wall
...Im starting to make the main game now. Well here is my plan. Basically its pong, but the camera will be spinning around the game , gradually getting different patterns and such(levels). Right now i've made the camera, but i cant figure out how to raise it up above the table im playing on and make it look down (ex seats in the upper levels of a stadium)
heres the code for the game so far:
MainGame:
cls
Make Camera 1
position camera 1,0,0,100
point camera 0,0,0
sync on
sync rate 60
Paste image 8,0,0
make object box 1,1,1,3
color object 1, rgb (255,255,250)
position object 1, 21,245,0
make object box 2,1,1,3
color object 2, rgb (255,255,255)
rem make ball
make object sphere 3,1
color object 3, rgb (255,255,255)
rem make floor
make object box 4,20,0.1,20
position object 4,0,-0.55,0
color object 4, rgb (250,250,250)
Thanks in Advance
P.S. Sorry for double post
Be patient....everything takes time.