home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 51
/
PCGamer51_17Demos.iso
/
games
/
colobotdemo
/
colobotdemo10e.exe
/
script
/
trepulse.txt
< prev
next >
Wrap
Text File
|
2001-06-10
|
247b
|
14 lines
extern void object::Evite( )
{
while ( true )
{
float front, left, right;
front = radar(Mine, 0, 30, 0, 20);
left = radar(Mine, 30, 60, 0, 20);
right = radar(Mine, -30, 60, 0, 20);
motor(1-right, 1-left+front);
}
}