Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how to make a title screen
- Theonly_porygon-z
-
Scratcher
7 posts
how to make a title screen
So hi, i cant find any websites showing how, and i dont really have social media so youtube isnt available
- RonTheFrog
-
Scratcher
20 posts
how to make a title screen
All you really need is some buttons and stuff. I usually make my title screens by making a bunch of sprites with this script.
when green flag clicked
show
set size to (100) %
forever
if <touching [ mouse pointer] ?> then
set size to (90) %
if <mouse down?> then
wait until <not <mouse down?>>
if <touching [ mouse pointer] ?> then
broadcast [ Clicked!]
end
end
else
set size to (100) %
end
end
- Discussion Forums
- » Help with Scripts
-
» how to make a title screen