View Single Post
  #7  
Old 08-19-2001, 04:54 AM
kyle0654 kyle0654 is offline
-. .`
kyle0654's Avatar
Join Date: Mar 2001
Posts: 1,000
kyle0654 will become famous soon enough
Quote:
Originally posted by LiquidIce00


they should have absolute value but for pos>neg.
so i dont gotta do
this.x=this.x-(this.x*2);
;D
this.x = abs(this.x)*-1;

that'll always return the negative value.
Reply With Quote