Can someone make this person able to move around well, like jump correctly? The project is here.
The feet sometimes go inside the black floor, and he can go straight through the black bumps. You could just add some scripts that make this work.
Offline
Quick 'n dirty:
when gf clicked forever if <touching color [#000000]?> change y by (5) else change y by (-1) endNot exactly optimal, but it works!
Offline