Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I need help with a jumpscare script
- CreativeRacoon
-
5 posts
I need help with a jumpscare script
Sooo.. I'm making a FNaF fan game and I got everything done.. beside the jumpscares!! I need help because I tried:
when I receive start:
if mask (variable) = Off
then broadcast jumpscare
when I receive jumpscare:
play (sound)
broadcast: game over.
and all it did was repeat the same noise a Quatrillion times!
when I receive start:
if mask (variable) = Off
then broadcast jumpscare
when I receive jumpscare:
play (sound)
broadcast: game over.
and all it did was repeat the same noise a Quatrillion times!
- belangermediaa
-
100+ posts
I need help with a jumpscare script
What you do is:
When I receive Jumpscare
Set (variable) to (whatever)
Play (sound)
It toggles the variable. Bug fixed!
When I receive Jumpscare
Set (variable) to (whatever)
Play (sound)
It toggles the variable. Bug fixed!
- ResExsention
-
1000+ posts
I need help with a jumpscare script
You're – er – not supposed to have jumpscares here on Scratch. You can keep the same mechanics as FNaF, but you may not have the backstory or the horror elements.
- coocoo333
-
94 posts
I need help with a jumpscare script
You're – er – not supposed to have jumpscares here on Scratch. You can keep the same mechanics as FNaF, but you may not have the backstory or the horror elements.
IDK I did it all the time. no one complained. their is a whole bunch of horror games on scratch
- ResExsention
-
1000+ posts
I need help with a jumpscare script
You're – er – not supposed to have jumpscares here on Scratch. You can keep the same mechanics as FNaF, but you may not have the backstory or the horror elements.
IDK I did it all the time. no one complained. their is a whole bunch of horror games on scratch
You should report said projects, actually.
- TheDreamyProfessor
-
500+ posts
I need help with a jumpscare script
You're – er – not supposed to have jumpscares here on Scratch. You can keep the same mechanics as FNaF, but you may not have the backstory or the horror elements.
IDK I did it all the time. no one complained. their is a whole bunch of horror games on scratch
You should report said projects, actually.
It's not a big deal if it's small. Sometimes their just fun to play. If it's like a really scary jumpscare that made your heart stop, I suggest getting it removed.
- jettypumpkin07
-
1000+ posts
I need help with a jumpscare script
Here's the code:
sorry.
when (6 year-old v) receives [jumpscare v] :: events hat
switch costume to [scared v] :: looks
if <(costume name :: looks) = [scared]> then
start sound [aaaaaahhhh!!! v] :: sound
shout [aaaaaahhhh!!!] :: looks
move (100) steps away from [computer v] :: motion
wait (5) minutes :: control
go to [computer v] :: motion
report [jumpscare project v] to [Scratch Team] :: sensing
end
do something else :: custom
sorry.
Last edited by jettypumpkin07 (June 11, 2020 06:08:38)
- TheDreamyProfessor
-
500+ posts
I need help with a jumpscare script
when green flag clicked
if <[scariness] < [100]> then
start project
else
report project to scratch team
end
so that was just a joke…
- Paddle2See
-
1000+ posts
I need help with a jumpscare script
Yes, please use the Report button when you see jumpscares.You're – er – not supposed to have jumpscares here on Scratch. You can keep the same mechanics as FNaF, but you may not have the backstory or the horror elements.
IDK I did it all the time. no one complained. their is a whole bunch of horror games on scratch
You should report said projects, actually.
Check out this topic for more information
https://scratch.mit.edu/discuss/topic/168506/
- Discussion Forums
- » Help with Scripts
-
» I need help with a jumpscare script