
08-31-2002, 01:26 AM
|
|
Psionic Youth
|
 |
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
|
|
|
if(created){
x=x-(1/16); //drift online
timeout=0.05; //only work reliably once ever
this.imgwidth=394; //ditto
this.imgheight=260; //ditto
hide;
}
To make this work online, you'd need
if(created){
if(visible) x=x-(1/16); //middling, it's best to put in the exact x
hide;
}
if(playerenters){
timeout=0.05;
this.imgwidth=394;
this.imgheight=260;
}
Don't believe me? Put a warp in your level to another level, and vice versa. When you reenter, everything goes plotz. |
__________________
"Whatever," said Bean, "I was just glad to get out of the toilet."
"Power does not corrupt. Fear corrupts, perhaps the fear of a loss of power."- John Steinbeck
"I'm only acting retarded, what's your excuse?" queried the Gord.
 - My pet, the Levelup Gnome
http://forums.graalonline.com/forums...&postcount=233
|
|
|
|