View Single Post
  #169  
Old 11-26-2001, 02:00 PM
adam adam is offline
http://wiki.graal.us/
adam's Avatar
Join Date: Nov 2001
Posts: 2,247
adam has a spectacular aura aboutadam has a spectacular aura about
Send a message via AIM to adam
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.
__________________
Rogue Shadow (TCN)(NAT)(Global Development Team)

For development help, contact the patrons of the #graaldt irc channel below, I am usually there.
Click Here to Join IRC Chat Now! -- irc.freenode.net Channel: #graaldt
Quote:
<Dustyshouri> no, RogueShadow is always talking about scripts lol
<Dustyshouri> in fact, he pretty much brought Graal back as a topic single-handedly
Reply With Quote