Hi, I don't know why, but when I try to use scroll to it doesn't work.
I open a Construct template with this action and it works perfectly.
I did my code just like the template for this case.
"System -> Every tick -> Scroll to (360, player.Y)"
Hi Janaina, do you have a capx that you can share? It will be easier to figure out the problem if we can review the code.
Janaina It could be a bug aswell but scroll to seems to work for me. Upload your capx to dropbox so we can see what code your using etc
What email should I use to share my folder with?
Sorry, Iv forgot there is a public folder in Dropbox.
That's the link
https://www.dropbox.com/s/z5dcz2oxgrayz ... .capx?dl=0
Maybe you've put a "Scroll To" behavior on another object?
Rather than scrolling to the player every tick, you could also simply put the scroll to behavior on the player object if that suits your project.
On the layout properties set 'Unbounded Scrolling' to 'Yes'.
Develop games in your browser. Powerful, performant & highly capable.
Yaaaay! That's it!
Thank you so much!
Thank's for all of you that tried to help me. The problem is solved ^_^