Well seeming that I when I needed help on an overhead camera, I couldn't find anything. So to prevent people from wasting hours looking on this site, I have decided to post the overhead camera code from Breeder's Life to here. I have also included an example.
Overhead Camera Code:
`Overhead Camera
`By: Zeus (Jordan)
autocam off
cx#=0
cy#=2000
cz#=100
position camera cx#,cy#,cz#
point camera 0,-800,1000
Example:
sync on
sync rate 60
`Make the landscape
Make matrix 1,5000,5000,20,20
position matrix 1,-2500,0,-1000
`Overhead Camera
autocam off
cx#=0
cy#=2000
cz#=100
position camera cx#,cy#,cz#
point camera 0,-800,1000
do
set cursor 0,0
print "FPS:",screen fps()
sync
loop
Enjoy,
Jordan
Formerely Cool Guy Jordan