get me an image and a Gani :P
PHP Code:
function onCreated() onTimeout();
function onTimeout() {
temp.t = random( 0, 3);
temp.x = int( random( 0, 4.5));
temp.y = int( random( 0, 4.5));
this.steps++;
setAni( "MOVEANI", NULL);
move( x, y, t, 4+8+16);
setAni( "IDLEANI", NULL);
if ( this.steps > 4) {
shootball();
this.steps = 0;
}
setTimer( t);
}
something like that XD haven't tested it, so with my luck it doesn't work. :P