|
I was most likely looming for the one that uses temp.i, something Tric thought me but I forgot... for() not move()...
|
PHP Code:
for (temp.i=player.x; temp.i<player.x+5; temp.i++) {
this.x = temp.i;
}
something like that? i wouldnt suggest that, use move() instead