ID:1702611
 
(See the best response by LongCat666.)
Code:
client/var/Mov=0
client/var/speed=1
North()
if(!src.Mov)
src.Mov=1
spawn(3)
src.Mov=0
if(!usr.nabike)
if(usr.step_size<7) usr.step_size++
if(src.speed<3)
src.speed++
spawn(7)
src.speed--
if(src.speed==1) usr.step_size=1
..()


Problem description:

My original pixel moviment this good ?? if you can advise me! thank you
advise you guys anything? not speak English well, but google translate addresses, thanks



Best response
Yes not pixel good movement but intentions for the you seems to alright. Not good code very ignorant but you are I guess new but show to you a good pixel for now is for FIREking's library which move pixel without tile because step_size for you like this makes very inefficient so don't make that. ;)
i understand , thanks !