Discuss Scratch

breadyman789
Scratcher
4 posts

How to make a start screen

In most projects i've seen they all have some sort of fancy image you see in the thumbnail or the game and when you pause it. How do you add that function into a scratch project? Thanks in advance

Last edited by breadyman789 (Feb. 19, 2024 10:37:13)

EDawg2011
Scratcher
1000+ posts

How to make a start screen

whenclickedforeversettimertotimerwhentimer>timerYou can put (timer + 0.1) here to be immune against inaccuracies, I think.dosomething

If you don't need a timer for any other purpose in your project,

whenclickedforeverresettimerwhentimer>0.10.1 here too.dosomething

Last edited by EDawg2011 (Feb. 19, 2024 12:42:47)

chippysmall4
Scratcher
1000+ posts

How to make a start screen

EDawg2011 wrote:

whenclickedforeversettimertotimerwhentimer>timerYou can put (timer + 0.1) here to be immune against inaccuracies, I think.dosomething
The timer is not Being reset here! So it won't work
If the timer is needed for something else, use this
whenclickedforeversettimer variableto0
Has to be added
Be Sure To Give Credit To @chippysmall4 In A Prominent Section Of The Description
Follow if you want
G22IsTutor
Scratcher
22 posts

How to make a start screen

I don't really understand your question (sorry I'm dumb lol), but if you mean a thumbnail, here is like the most simple version:
whenclickedgotofrontsetghosteffectto100

like really simple.

Last edited by G22IsTutor (Feb. 20, 2024 01:21:33)

Powered by DjangoBB