I have a hidden sprite with the scroll to behavior pinned to the cursor that acts as the on screen camera. Is there a way I can keep the hidden sprite pinned to the cursor from leaving the screen?
Develop games in your browser. Powerful, performant & highly capable.
construct.net/en/make-games/manuals/construct-3/behavior-reference/bound-to-layout
By leaving the screen I meant the viewport.
Use clamp() with viewport left, right, top, bottom.