Please, use the new
Blupi.org
website for downloading freely all games.
Deutsch
English
Français
Einführung
Produkte
CeeBot-Teen
CeeBot-A
CeeBot3
CeeBot4
Schleife
Zurück
extern void object::Schleife( )
{
repeat(4)
{
move(40);
turn(90);
fire(1);
turn(180);
}
}