Subversion Repositories forest

Rev

Blame | Last modification | View Log | RSS feed

do

   rem Video...
   remstart
   if started = 0
     for i = 0 to 500 step 5
       Y# = Get ground height(1, X#, Z#) + (600 - i)
       Position Camera X# + i*2, Y#, Z# + i*2
       sync
     next i
     started = 1
   endif
   remend

loop