Discuss Scratch

Aftons_fan913
Scratcher
64 posts

How would I do jumpscares? [fixed]

I'm making a horror game, and i need something to trigger jumpscares and trigger chases. I have a randomized spawning in some parts. Also, how would I do the animatic for the jumpscare?

Last edited by Aftons_fan913 (Oct. 2, 2024 18:03:07)

POW_Boy1
Scratcher
29 posts

How would I do jumpscares? [fixed]

Lets say you are making FNAF, You could search up something like this “Bonnie Jump Scare GIF” then download it, Then make a new sprite where its the jump scare, Press import Costume and pick the GIF, It will automatically turn it into frames, but here comes the hard part. You have to time it where its runs the same speed as the GIF. The code is down below!
whenIreceive Jump scarerepeatHowmanyframesyouhavenextcostumewaittheperfecttimesecs
I hope this works!
ThatChaoticSuperstar
Scratcher
10 posts

How would I do jumpscares? [fixed]

Aftons_fan913 wrote:

I'm making a horror game, and i need something to trigger jumpscares and trigger chases. I have a randomized spawning in some parts. Also, how would I do the animatic for the jumpscare?
I'm an avid dev, so I can help with that!
You'll want to get the sprite first(either made by you or someone else)
then, you can string together parts of animation, which is what I do
here's the code I usually use:
whenIreceiveenter char name jumpscareswitchcostumetoframe1repeatnumberofframes,usually5-20nextcostumebroadcastgameover
hope it helps!
POW_Boy1
Scratcher
29 posts

How would I do jumpscares? [fixed]

ThatChaoticSuperstar wrote:

Aftons_fan913 wrote:

I'm making a horror game, and i need something to trigger jumpscares and trigger chases. I have a randomized spawning in some parts. Also, how would I do the animatic for the jumpscare?
I'm an avid dev, so I can help with that!
You'll want to get the sprite first(either made by you or someone else)
then, you can string together parts of animation, which is what I do
here's the code I usually use:
whenIreceiveenter char name jumpscareswitchcostumetoframe1repeatnumberofframes,usually5-20nextcostumebroadcastgameover
hope it helps!
umm that would just instantly go to the frame that was at 5-20…
Maybe add a
waitsecs
Block
Aftons_fan913
Scratcher
64 posts

How would I do jumpscares? [fixed]

Thank you! How would I trigger the jumpscares/chases though?
POW_Boy1
Scratcher
29 posts

How would I do jumpscares? [fixed]

Aftons_fan913 wrote:

Thank you! How would I trigger the jumpscares/chases though?
maybe when its to late to close the door then just broadcast jumpscare??
DangerPuppy10
Scratcher
1000+ posts

How would I do jumpscares? [fixed]

I advise to not make a jumpscare at all, because it's against the community guidelines to do so.
ThatChaoticSuperstar
Scratcher
10 posts

How would I do jumpscares? [fixed]

Aftons_fan913 wrote:

Thank you! How would I trigger the jumpscares/chases though?
Let me show you the script I use to trigger it:
whenIreceiveIn-GamewaituntilcharAIvalue=usually 6 or 7wait6.2secsifdefense mechanic=off/0thenbroadcastcharjumpscareelseifdefense mechanic=on/1thenbroadcastchar_reset
Then, when you want it to continue, replace “In-Game” with “char_reset”.
ThatChaoticSuperstar
Scratcher
10 posts

How would I do jumpscares? [fixed]

DangerPuppy10 wrote:

I advise to not make a jumpscare at all, because it's against the community guidelines to do so.
you can make a button to turn them off, so you don't really have a spot in this forum, and I'm saying that because sometimes we need to rebel to get our way. Apparently, ST can talk about Racism and POLITICS, but WE, as scratchers, can't make horror game projects.
8to16
Scratcher
1000+ posts

How would I do jumpscares? [fixed]

i unfortunately cannot help you with this as jumpscares are against the community guidelines.

ThatChaoticSuperstar wrote:

(#9)
you can make a button to turn them off, so you don't really have a spot in this forum, and I'm saying that because sometimes we need to rebel to get our way. Apparently, ST can talk about Racism and POLITICS, but WE, as scratchers, can't make horror game projects.
scratch is for kids
Aftons_fan913
Scratcher
64 posts

How would I do jumpscares? [fixed]

Thank you guys! I did read over the guidelines, and I think it's appropriate to have a setting ( i do this for a lot of things, like deaf mode, where it doesn't speak it says it in speech bubbles,) to where jumpscares can be turned off. And the jumpscares will not be very frequent, like they are in FNAF games. They are easily avoidable.
ThatChaoticSuperstar
Scratcher
10 posts

How would I do jumpscares? [fixed]

Aftons_fan913 wrote:

Thank you guys! I did read over the guidelines, and I think it's appropriate to have a setting ( i do this for a lot of things, like deaf mode, where it doesn't speak it says it in speech bubbles,) to where jumpscares can be turned off. And the jumpscares will not be very frequent, like they are in FNAF games. They are easily avoidable.
No problem, my friend! If you could offer help, I'm making a “TOO MANY NIGHTS” esque game and need help with one of the main parts. Here's the forum if you need it:
https://scratch.mit.edu/discuss/topic/782609/?page=1#post-8165190
MillionOfficial
Scratcher
500+ posts

How would I do jumpscares? [fixed]

Don't make it too scary; jumpscares go against the community guidelines because Scratch is for children
whenclickedrepeat200switchcostumetothecostumeyouwanttouseforthejumpscarechangesizeby3Keep it at this number or lower, a bigger one will cause the jumpscare to be scarier, and worse, it might ban you!switchcostumetosize hackThe costume "size hack" is an empty costumewait0.01secs
Vicbuilder1
Scratcher
1 post

How would I do jumpscares? [fixed]

i need some help
GameCatastrophe0927
Scratcher
1000+ posts

How would I do jumpscares? [fixed]

Vicbuilder1 wrote:

i need some help
*sigh*
oculusmaxfan01
Scratcher
1 post

How would I do jumpscares? [fixed]

hey, i'm making a jumpscare for a horror game about morse code. any ideas? The monster is a pair of eyes in the shadows.
N8_D_GR8_1
Scratcher
1000+ posts

How would I do jumpscares? [fixed]

oculusmaxfan01 wrote:

hey, i'm making a jumpscare for a horror game about morse code. any ideas? The monster is a pair of eyes in the shadows.
Jump scares are not allowed on Scratch unless the user explicitly specifies that they are ok with it. For example, if you had a button that the user had to press in settings to enable the jump scare. For ideas, please create a new topic in the Project Ideas forum: https://scratch.mit.edu/discuss/9/
sw-1-2-2-1-6
Scratcher
8 posts

How would I do jumpscares? [fixed]

Vicbuilder1 wrote:

(#14)
i need some help

necropost

oculusmaxfan01 wrote:

(#16)
hey, i'm making a jumpscare for a horror game about morse code. any ideas? The monster is a pair of eyes in the shadows.
necropost v2
N8_D_GR8_1
Scratcher
1000+ posts

How would I do jumpscares? [fixed]

sw-1-2-2-1-6 wrote:

-snip-
The topics favored by the Google search algorithm get tons of necroposts.

Powered by DjangoBB