Hi,
I'm testing things on Template infinite jumping to learn how it works.
Now I have 2 problems,
1, how to get a background, now it vanishes when player jumps higher?
2. I put random coins on top of platforms, but they come on top of every platform, is there a way to get them randomly on maybe half of the platforms?
I use the same code to create coins as the platforms and then set position to platform.
System create object Sprite coin
layer "Game"
x random(5, LayoutWidth -40)
Y ViewportTop("Game")
Thanks any help