View Single Post
  #39  
Old 08-29-2007, 02:50 AM
bscharff bscharff is offline
Bloo
bscharff's Avatar
Join Date: Sep 2006
Location: San Antonio, Texas
Posts: 185
bscharff has a little shameless behaviour in the past
Send a message via AIM to bscharff Send a message via MSN to bscharff Send a message via Yahoo to bscharff
Fairly Simple - Not Sure If It Would Work In Your Situation...
I've Only Read The First Page - Too Lazy
Of Course Add Timeout Etc Blah Blah:

PHP Code:

this
.width = (this.player.x);
this.height 2;

if (
onwall2(this.x,this.y,this,width,this.height)){

}else{
this.mode "idle"//Whatever Your Go Into Idle Is

__________________
Trying to be nice now...
Reply With Quote