extern void object::Chasse( ) { while ( true ) { float x = 10+rand()*20; float y = -62; goto(x,y,0); wait(1); } }