I don't know how do you control the speed of your sprite, but you can do it like that:
make a Instance Variable for your player, something like speed.
then events and actions:
System every tick -> player move forward player.speed
Touch on touched player -> player add 1 to speed