Thread
:
Seeking the knowledge and wisdom of Kaimetsu's tile script ability
View Single Post
#
10
06-20-2001, 11:23 PM
grim_squeaker_x
Retired Oldbie
Join Date: Mar 2001
Posts: 3,084
Quote:
Originally posted by MoonAngel
if (playerenters||timeout) {
for (this.i=0;this.i<64;this.i++) for (this.j=0;this.j<64;this.j++) {
this.a=int(random(0,4080));
board[this.i+64*this.j]=this.a;
}
updateboard 0,0,64,64;
timeout=0.05;
}
this is how to randomize a level's tile when you don't know what to put in it
Hey you stole my script! Dammit.
__________________
grim_squeaker_x
View Public Profile
View GraalOnline Profile
Find all posts by grim_squeaker_x