Hey folks, I'm new here and just starting to play with construct 2. My first step was to make the UI.
I followed a tutorial for swipe scrolling, .
It works great, however I am trying to build a dynamic playable area. I have it set to Unbounded Scrolling, and want to use sprites to limit the movement of the "TouchFollowMe" sprite from the tutorial.
However, after several attempts with such tools as Collision events, "Solid" behaviors, etc, I just can't get the "TouchFollowMe" sprite to make a full stop when it hits my "PlayArea" Sprite.
Am I missing something?