Discuss Scratch

DrChicken24
Scratcher
1000+ posts

I need a skip button....

Hello everyone! I need to make a skip button for my game, cheese chase… Its a skip button for the tutorial, you can go to my game and look in the script. Anyone help with making a skip button for a tutorial??
duckboycool
Scratcher
1000+ posts

I need a skip button....

Just have a sprite that's an arrow saying skip on it (Easy to find on the internet) and set this up.
when this sprite clicked
broadcast [Skip v]

// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
Very basic, may not work if said sprites are used for other things. Let me know how this works for you.
gems89
Scratcher
1000+ posts

I need a skip button....

this looks like a duplicate. Please try not to duplicate
DrChicken24
Scratcher
1000+ posts

I need a skip button....

duckboycool wrote:

Just have a sprite that's an arrow saying skip on it (Easy to find on the internet) and set this up.
when this sprite clicked
broadcast [Skip v]

// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
Very basic, may not work if said sprites are used for other things. Let me know how this works for you.
Well, what I have is the sprite is talking for the tutorial, so if I did that, it would stop ALL of the code in script, making the game end…
ZZ9PluralZAlpha
Scratcher
1000+ posts

I need a skip button....

Must you create the same topic twice?
JOTUBER
New Scratcher
1 post

I need a skip button....

It does not help!

Last edited by JOTUBER (April 24, 2019 08:41:26)

deck26
Scratcher
1000+ posts

I need a skip button....

JOTUBER wrote:

It does not help!
If you have a question please create your own topic rather than necroposting.
learnercoder
Scratcher
9 posts

I need a skip button....

duckboycool wrote:

Just have a sprite that's an arrow saying skip on it (Easy to find on the internet) and set this up.
when this sprite clicked
broadcast [Skip v]

// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
Very basic, may not work if said sprites are used for other things. Let me know how this works for you.
deck26
Scratcher
1000+ posts

I need a skip button....

learnercoder wrote:

duckboycool wrote:

Just have a sprite that's an arrow saying skip on it (Easy to find on the internet) and set this up.
when this sprite clicked
broadcast [Skip v]

// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
Very basic, may not work if said sprites are used for other things. Let me know how this works for you.
Please don't necropost.
098765432154321
Scratcher
500+ posts

I need a skip button....

JOTUBER wrote:

It does not help!

learnercoder wrote:

duckboycool wrote:

Just have a sprite that's an arrow saying skip on it (Easy to find on the internet) and set this up.
when this sprite clicked
broadcast [Skip v]

// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
Very basic, may not work if said sprites are used for other things. Let me know how this works for you.
The topic is from 2016
Hydro7
Scratcher
1 post

I need a skip button....

you could just do something like this -

when green flag clicked
forever
if <key [ s] pressed?> then
next backdrop

Last edited by Hydro7 (Oct. 31, 2019 09:55:58)

deck26
Scratcher
1000+ posts

I need a skip button....

Hydro7 wrote:

you could just do something like this -

when green flag clicked
forever
if <key [ s] pressed?> then
next backdrop
Please read a topic right through before responding and you'd realise you're necroposting.
Aquaanimation_fan
Scratcher
3 posts

I need a skip button....

thanks alot!
kanhagupta2009
Scratcher
1 post

I need a skip button....

i try it but it is not working
KASHVIBRUNO
Scratcher
1 post

I need a skip button....

deck26 wrote:

Hydro7 wrote:

you could just do something like this -

when green flag clicked
forever
if <key [ s] pressed?> then
next backdrop
Please read a topic right through before responding and you'd realise you're necroposting.
THANKS A LOT
ayyyyes10135
Scratcher
100+ posts

I need a skip button....

Aquaanimation_fan wrote:

thanks alot!

kanhagupta2009 wrote:

i try it but it is not working

KASHVIBRUNO wrote:

deck26 wrote:

Hydro7 wrote:

you could just do something like this -

when green flag clicked
forever
if <key [ s] pressed?> then
next backdrop
Please read a topic right through before responding and you'd realise you're necroposting.
THANKS A LOT

please dont necropost the three of you.
hornet134
Scratcher
6 posts

I need a skip button....

I tried using the codes but it didn't work. (I'm going to try something else)
Isathesmarty1
New Scratcher
1 post

I need a skip button....

I KNOW HOW! YOU JUST SAY SKIP OR ELSE! IN say____ for __ secs

Last edited by Isathesmarty1 (Jan. 13, 2022 01:31:31)

partners4stuff
Scratcher
1 post

I need a skip button....

I am making a game for year/grade 2s I want a skip button if they don't know the question. and there are multiple questions. Its called Candyland mathz

Last edited by partners4stuff (Aug. 17, 2022 09:41:33)

legendary34678
Scratcher
1000+ posts

I need a skip button....

Hello! If you have a question, please make your own topic instead of necroposting on old ones. Thanks!

Powered by DjangoBB