Hi, i´m making a Endless Jumper using the Infinite Jumper example, i want to make a infinite Tiled Background but my player moves, so i can´t use a bullet behaviour on Background because don´t work, how can i make the Background move only when I jump, and make it infinite? And its possible to change randomly the background using other animations? Here is my capx: https://www.dropbox.com/s/0d9qnmjszo7cvsl/TiledBackground.capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
I've done it here for you: https://www.dropbox.com/s/fxa6e4g2di64w ... .capx?dl=0
I put the background in another layer which doesn't move, and added an algorithm that makes it move itself up so you can't see the top, but still looks smooth. It is the new action in your 6th event as seen here http://gyazo.com/f3ae8e55d29808880173168904aa1316.
Hope this helped, I only tested in Chrome!
VeneficBlade It works perfect! Thanks so much
No problem, hope you finish your game soon!