by DirtyRoboto » Mon Feb 19, 2007 7:15 pm
            
            
                    
                by DirtyRoboto
Mon Feb 19, 2007 7:15 pm
            
            
            After my link, the download count went from 16 to 42 
Beermat, can you compile the whole file or are you getting any snaggs?
The RC section looks interesting and there are some wierd crouch walks and some secondary moves that are cool.
Heres a good one...
'========================================
sitdownbackwalking:
DIM i AS BYTE
             SPEED 9
             
             FOR I = 0 TO 10
     
             MOVE G6A,115, 150,  24, 140,  94, 100
             MOVE G6D, 86, 151,  26, 140, 110, 100
             WAIT
             
             MOVE G6A,100, 131,  26, 162, 100, 100
             MOVE G6D,100, 160,  25, 133, 100, 100
             WAIT
       
             MOVE G6A, 86, 151,  26, 140, 110, 100
             MOVE G6D,115, 150,  24, 140,  94, 100
             WAIT
          
             MOVE G6A,100, 160,  25, 133, 100, 100
             MOVE G6D,100, 131,  26, 162, 100, 100
             WAIT
             
             NEXT I
 
       
             SPEED 5
             MOVE G6A,115, 150,  24, 140,  94, 100
             MOVE G6D, 86, 151,  26, 140, 110, 100
             WAIT
             
             GOSUB standard_pose
             RETURN
'=======================================
 
            After my link, the download count went from 16 to 42 
Beermat, can you compile the whole file or are you getting any snaggs?
The RC section looks interesting and there are some wierd crouch walks and some secondary moves that are cool.
Heres a good one...
'========================================
sitdownbackwalking:
DIM i AS BYTE
             SPEED 9
             
             FOR I = 0 TO 10
     
             MOVE G6A,115, 150,  24, 140,  94, 100
             MOVE G6D, 86, 151,  26, 140, 110, 100
             WAIT
             
             MOVE G6A,100, 131,  26, 162, 100, 100
             MOVE G6D,100, 160,  25, 133, 100, 100
             WAIT
       
             MOVE G6A, 86, 151,  26, 140, 110, 100
             MOVE G6D,115, 150,  24, 140,  94, 100
             WAIT
          
             MOVE G6A,100, 160,  25, 133, 100, 100
             MOVE G6D,100, 131,  26, 162, 100, 100
             WAIT
             
             NEXT I
 
       
             SPEED 5
             MOVE G6A,115, 150,  24, 140,  94, 100
             MOVE G6D, 86, 151,  26, 140, 110, 100
             WAIT
             
             GOSUB standard_pose
             RETURN
'=======================================
 
            In servo's we trust!