Hi guys
I saw the new Scrollbar extension some days ago, but I have no idea how to use it.
Is there a tutorial somewhere? The page in the GDevelop wiki doesn’t really explain how to use it, nor does it have an example.
Hi guys
I saw the new Scrollbar extension some days ago, but I have no idea how to use it.
Is there a tutorial somewhere? The page in the GDevelop wiki doesn’t really explain how to use it, nor does it have an example.
From what im reading
It seems this is no different than slider object we have built in engine
Like you would use slider object to change volume
You set max units so how high value can go
Then steps so how much it will jump each position change of slider
And that is pretty much the same
You just declare how much you want to move it could be even offsetting camera position or object position
In some range
You will still need to build whole logic yourself for what exactly to move and where
THIS extension just allows you to control it as far as im aware
Ahhh, I see, I thought it was a better implementation of the Scroll Container Extension, which is really useful.
I can’t figure it out - it is hidden or visible depending on whether the contents exceed the container size. But I can’t see how to define the container or it’s contents…
We definitely need a tutorial for it. Or a game example linked to the page.
I added a link in the extension description.