i make map from boxes 64x64
REM Project: test fps
REM Created: 23.08.2013 23:30:59
REM
REM ***** Main Source File *****
REM
autocam off
fog on
fog distance 5000
SET CAMERA RANGE 1,6000
sync on
sync rate 0
make object cube 1,100
t=1000
for x=1 to 64
for y=1 to 64
instance object t,1
position object t,x*100,0,y*100
SET OBJECT FOG t, 1
t=t+1
sync
set cursor 0,0
print t
print str$(screen fps())
control camera using arrowkeys 0,10,10
next y
next x
do
set cursor 0,0
print str$(screen fps())
control camera using arrowkeys 0,10,10
sync
loop
fps down from 500 to 100