I'm trying to make an impossible game, but there's something wrong. When I try to play it, it goes and stops and doesn't go forward. The .capx is in the attachment.
It's moving, because you are don't have a background you can't see it moving.
Add a background.
And check the C2 example : Auto runner, You don't have to make a 100,000 wide layout.
The auto runner template creates blocks randomly, but I would like to have the same one. And it can't go more than the windows size. Something like this:
Develop games in your browser. Powerful, performant & highly capable.
Try this demo
That didn't work.
eunyong1002 Working fine take a good look at Background
But the character isn't moving
If you set the text to floor(player.x) every tick, you can see that the player is in fact moving.. I'm curious why the blocks don't show that movement, though?
EDIT: Oh! cause they're on the UI layer with parallax set to 0,0...
Here you mean like this