I'm trying to create a game where your character automatically in one direction and your objective is to avoid objects etc.
I made is so every time character on collision with floor, character simulates right platform control but it doesn't seem to work.
Here is the capx: dl.dropbox.com/u/75406771/runforit.capx
Change "on collision" to "is overlapping".
However, when he jumps, he won't move in midair. In that case, use
"every tick: simulate moving right."
Develop games in your browser. Powerful, performant & highly capable.
Thanks, the every tick worked perfectly.