Hey there,
In my platformer there are some frozen floors. Now i want to make the character slide over the floor, when on touch with the icy underground.
For example, if you are standing on the slippery ground and press left, the character moves left, now if you stop pressing left, he still slides a bit to the left.
Any idea how to do this WITHOUT the physics behaviour?
I saw this effect in games like the old Mega Man Willys Revenge on Gameboy, so i was thinking it should be easy to do that?