
12-27-2001, 05:05 PM
|
|
Registered User
|
 |
Join Date: Mar 2001
Posts: 825
|
|
|
~AlphaFlame~
Just a guess, but wouldn't you need to do something like
if (timeout){
Check();
showimg 0,0,fish.gif,this.x,this.y;
timeout=1;
}
function Check(){
this.x=int(random(0,64));
this.y=int(random(0,64));
if (!tiles[this.x,this.y]=tile)Check();
}
Eh, maybe? |
__________________
If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
|
|
|
|