View Single Post
  #97  
Old 07-15-2002, 11:06 PM
Tyhm Tyhm is offline
Psionic Youth
Tyhm's Avatar
Join Date: Mar 2001
Location: Babord, West Graal Deaths:1009 Kills:1
Posts: 5,635
Tyhm has a spectacular aura about
...because there's only one charge cell, which is used for Beam Saber or Cannon (or Radio when it's done), depending on how fully charged it is?

They fire it based on the cannon's position in the gani, it looks stupid centered.

Detecting player speed: if(!this.oldx=playerx||!this.oldy=playery){
this.xspeed=playerx-this.oldx;
this.yspeed=playery-this.oldy;
this.oldx=playerx;
this.oldy=playery;
}

Seems to be a bug when you hit the walls at an angle, though. *shrugs*
__________________
"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
Reply With Quote