Quote:
Originally posted by Python523
.01 cant work as a timeout because graal doesnt run that fast why wont you believe me
|
he's right, you know...
anyway, easiest way i do something like that is use showimg under a timeout, use a simple counter every timeout, then after the amount of time you want cancel the timeout and use hideimg...
something like
if (blah){
timeout=.05;
}
if (timeout){
this.show++;
if (this.show<60){showimg 1,blah,x,y;timeout=.05;}
if (this.show=>60){hideimg 1;}
}
something like that...