Subversion Repositories forest

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 daniel-mar 1
do
2
 
3
   rem Video...
4
   remstart
5
   if started = 0
6
     for i = 0 to 500 step 5
7
       Y# = Get ground height(1, X#, Z#) + (600 - i)
8
       Position Camera X# + i*2, Y#, Z# + i*2
9
       sync
10
     next i
11
     started = 1
12
   endif
13
   remend
14
 
15
loop