home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Revista CD Expert 51
/
PCGamer51_17Demos.iso
/
games
/
colobotdemo
/
colobotdemo10e.exe
/
script
/
human07.txt
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2001-06-10
|
326 b
|
24 lines
extern void object::Activity( )
{
errmode(0); // ne stoppe pas si erreur
while ( true )
{
motor(-0.2, 0.2);
wait(1);
motor(0.2, -0.2);
wait(1);
motor(0, 0);
wait(4);
motor(0.4, -0.4);
wait(2);
motor(0, 0);
wait(1);
motor(-0.4, 0.4);
wait(2);
motor(0, 0);
wait(1);
}
}