Discuss Scratch

Charizard746
Scratcher
100+ posts

Scrollable Menu

How do I make a menu with a scroller that you can click and drag to move down the page? I'm also looking for alternative, easier to create menus if that is too hard…
kevtheguy
Scratcher
31 posts

Scrollable Menu

Hello! I might only have a few posts, but I'm a semi-experienced scratcher. To make a scrolling menu, you can make a list by going to the variables section and click “create list”. Here is some code:
whenanykeypressedshowlistnameaddsomethingtolist nameaddsomething2tolist nameaddsomething3tolist name
and so on.
Once you put enough, then you can scroll through the list.
Charizard746
Scratcher
100+ posts

Scrollable Menu

kevtheguy wrote:

Hello! I might only have a few posts, but I'm a semi-experienced scratcher. To make a scrolling menu, you can make a list by going to the variables section and click “create list”. Here is some code:
whenanykeypressedshowlistnameaddsomethingtolist nameaddsomething2tolist nameaddsomething3tolist name
and so on.
Once you put enough, then you can scroll through the list.
Oh I mean with sprites!!
mitdk
Scratcher
1000+ posts

Scrollable Menu

whenup arrowkeypressedchangeyby10whendown arrowkeypressedchangeyby-10
key up arrow also detects mouse wheel scrolls.

Last edited by mitdk (Dec. 14, 2020 22:21:58)

secretagent123
Scratcher
1000+ posts

Scrollable Menu

I will make a demo.
Charizard746
Scratcher
100+ posts

Scrollable Menu

i want it mouse controlled…

Powered by DjangoBB