Hey Construct Community,
Is it possible for the default ScrollTo behavior to only scroll horizontally? (1001 spikes camera:
)
Develop games in your browser. Powerful, performant & highly capable.
You can probably just do something like system / set scrollx to player.x without using ScrollTo at all. Or you can use an invisible sprite with ScrollTo and set it's postion to player.X if you prefer.
ahr Ech Works, thanks!