Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I need a skip button....
- 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 clickedVery basic, may not work if said sprites are used for other things. Let me know how this works for you.
broadcast [Skip v]
// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
- DrChicken24
-
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.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…when this sprite clickedVery basic, may not work if said sprites are used for other things. Let me know how this works for you.
broadcast [Skip v]
// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
- 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....
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....
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 clickedVery basic, may not work if said sprites are used for other things. Let me know how this works for you.
broadcast [Skip v]
// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]

- deck26
-
Scratcher
1000+ posts
I need a skip button....
Please don't necropost.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 clickedVery basic, may not work if said sprites are used for other things. Let me know how this works for you.
broadcast [Skip v]
// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
- 098765432154321
-
Scratcher
500+ posts
I need a skip button....
It does not help!
The topic is from 2016Just have a sprite that's an arrow saying skip on it (Easy to find on the internet) and set this up.when this sprite clickedVery basic, may not work if said sprites are used for other things. Let me know how this works for you.
broadcast [Skip v]
// In other scripts running the cut-scene
When I receive [Skip v]
stop [all other scripts in sprite v]
- 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....
you could just do something like this -Please read a topic right through before responding and you'd realise you're necroposting.when green flag clicked
forever
if <key [ s] pressed?> then
next backdrop
- KASHVIBRUNO
-
Scratcher
1 post
I need a skip button....
THANKS A LOTyou could just do something like this -Please read a topic right through before responding and you'd realise you're necroposting.when green flag clicked
forever
if <key [ s] pressed?> then
next backdrop
- ayyyyes10135
-
Scratcher
100+ posts
I need a skip button....
thanks alot!
i try it but it is not working
THANKS A LOTyou could just do something like this -Please read a topic right through before responding and you'd realise you're necroposting.when green flag clicked
forever
if <key [ s] pressed?> then
next backdrop
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!
- Discussion Forums
- » Help with Scripts
-
» I need a skip button....