I’ve set a background image on the body using background-image: url('main-bg.jpg') !important;.
Instead of using black sprites to cover the sides, is there a better or cleaner way to achieve this effect?
I’m using scale outer in my project to make it responsive across devices, but I want to customize it. I only want it to be visible at the top and bottom, and hidden on the left and right sides of the screen. Is there a way to achieve this?
I want to create a preload screen instead of a logo or progress bar before the runtime is launched; is there a way to achieve this, and does Construct 3 offer support for it?
Ashley
i can help u
Is layout big enough to scroll? Try enabling "unbounded scrolling" in layout properties.
Oh, thank you very much! When unbounded scrolling was enabled, it worked perfectly.
Develop games in your browser. Powerful, performant & highly capable.
Use a sprite with ScollTo behavior. Or add this event: On every tick: System Scroll to
Use a sprite with ScollTo behavior. Or add this event:
On every tick: System Scroll to
I created 1 sprite and set the tween value between 1 and 0.95. Layout scale works but scrolls to not, layout always scales in position (0.0)
You scroll there.
Can you explain more about it, I can't find a place to scroll