Quote:
Originally posted by Gspeed2000
The TOT waterfall was a mix of scripting and a small waterfall image looped. It was a basic dual "for"loop if you know gscript, one for down, one for moving over.
We will try and integrate as many ideas from TOT as possible, all the ones that make it a better game that is
|
I think I know how to do it now. thanx.
....
uh... Well gif's are a great way to go
for (this.x=0;this.x<64;this.x++){
for (this.y=0;this.y<64;this.y++){
if (tiles(this.x,this.y)==whateverblackis){
showimg this.x*this.y,waterfall.gif,this.x,this.y;
}
}
}
I can't believe I didn't think of that the first time.. =/ Im losing it.
school has made me weak!.
Btw: that is a nice percentage thing ya did there. =) made it look like it was some super complex stuff going on in the background to set it up.