View Single Post
  #3  
Old 01-26-2005, 06:10 AM
Evil_Trunks Evil_Trunks is offline
Evil
Evil_Trunks's Avatar
Join Date: Dec 2004
Posts: 391
Evil_Trunks is on a distinguished road
I didn't understand what you were saying at first, but I totally get what you mean

if you open the debugger you see the script is interpreted as
PHP Code:
if (keydown(0)) {
  
val val+(0.5);
}
else if (
keydown(2)) {
  
val val-(0.5);

seems very wrong....

online, clientside, my results were even stranger

from 0 to 1, it only added in 0.05 increments, but after 1 it added in 0.005 increments
__________________

Reply With Quote