Please, use the new
Blupi.org
website for downloading freely all games.
English
Français
Deutsch
Introduction
Products
CeeBot-Teen
CeeBot-A
CeeBot3
CeeBot4
Loop
Back
extern void object::Loop( )
{
repeat ( 6 ) // repeat 6x
{
move(5); // move forwards 5 meters
turn(90); // quarter turn left
fire(1); // shoot target
turn(-90); // quarter turn right
}
}