Discuss Scratch

Gr4eagle96
Scratcher
5 posts

how do you make a scrolling system?

HOW?! with the scroll wheel? does it use
when green flag clicked
OR something else?
-sbossbattle_
Scratcher
100+ posts

how do you make a scrolling system?

You can't use the scroll wheel; however there are multiple projects that use a scroll bar, which might be useful. Otherwise, just use a list.
NMario84
Scratcher
1000+ posts

how do you make a scrolling system?

A scrolling system, for what? A scrolling game, or an auto scrolling scenario?

You can't use the scroll wheel
What do you mean you can't use the scroll wheel? On the mouse?
when [up arrow v] key pressed
if <not <key (up arrow v) pressed?>> then
set [scrolling v] to [up]
wait (0.2) seconds
set [scrolling v] to ( )

when [down arrow v] key pressed
if <not <key (down arrow v) pressed?>> then
set [scrolling v] to [down]
wait (0.2) seconds
set [scrolling v] to ( )
^
Does this not work?
miggc
Scratcher
34 posts

how do you make a scrolling system?

NMario84 wrote:

A scrolling system, for what? A scrolling game, or an auto scrolling scenario?

You can't use the scroll wheel
What do you mean you can't use the scroll wheel? On the mouse?
when [up arrow v] key pressed
if <not <key (up arrow v) pressed?>> then
set [scrolling v] to [up]
wait (0.2) seconds
set [scrolling v] to ( )

when [down arrow v] key pressed
if <not <key (down arrow v) pressed?>> then
set [scrolling v] to [down]
wait (0.2) seconds
set [scrolling v] to ( )
^
Does this not work?


Yes, that's the scroll wheel he's/she's talking about, the button in the middle of your mouse

———————————————————————————————————————————-

when green flag clicked
if <Follow miggc> then
repeat (∞)
say [THANK YOU!!!] for (∞) secs
say [You the best :D] for (∞) secs
end
end
Gr4eagle96
Scratcher
5 posts

how do you make a scrolling system?

I want to use the scroll wheel

Powered by DjangoBB