0% found this document useful (0 votes)
615 views

Making Scratch Games FNaF

This 4-page document teaches how to make a Five Nights at Freddy's game in Scratch. It explains how to create the main menu with start buttons, make sprites for the office and doors, add camera buttons to switch between views, implement timing and artificial intelligence for the animatronics, and finish up the game with additional mechanics like closing doors to avoid jumpscares. The goal is to guide readers through replicating the basic structure and gameplay of FNaF in Scratch to learn programming concepts.

Uploaded by

Allan Solano
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
615 views

Making Scratch Games FNaF

This 4-page document teaches how to make a Five Nights at Freddy's game in Scratch. It explains how to create the main menu with start buttons, make sprites for the office and doors, add camera buttons to switch between views, implement timing and artificial intelligence for the animatronics, and finish up the game with additional mechanics like closing doors to avoid jumpscares. The goal is to guide readers through replicating the basic structure and gameplay of FNaF in Scratch to learn programming concepts.

Uploaded by

Allan Solano
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 5

instructables

Making Scratch Games (FNaF)

by eevee1tree

I, eevee1tree. Shall Show YOU how to make a FNaF Game on SCRATCH!!! If you don't know Scratch its a Programing
website where you can make games, animations, art, and with that we can make games like our subject for today a FNaF
game.

Step 1: Menu Crafting

The Background: so for the buttons take the "Rec" (Rectangle) tool to
make a small black square and add a white outline of 10
Start with a simple black screen, use the "Rectangle" tool (Again I will explain this in another Instructable). use the
to make a square, make sure it cover's the whole screen "Text" tool with the font PIXEL and type START in the text
and its only on the background (More detail's about the box, drag the START into the box and BOOM, you made
tools on an Instructable soon) after you do this i suggest a start button. start coding the button with the "When
making your main character and putting them in the this sprite clicked" and after that put hide and broadcast
what i like to call "The Void". after making this Start (Click new message when you click the dropdown
background its on to the buttons. menu for the broadcast and type start).

The buttons:

Making Scratch Games (FNaF): Page 1


Step 2: Making a MASTER PIECE OF ART

Making the O ce and doors: The CAMS:

rst is to start by making a simple o ce with these Make a button for the CAMS and add code to make it
objects (Table, T.V, Phone. "Optional: Poster, Plush, show the cameras. Add Camera buttons and code to
Windows, Shading, Webs). make another sprite for the change the cams, this is very simple to make the code
doors and their animations (I will make Sprites and just do the same thing I did on the picture and add a
animations for doors as a preset later on). Make the code on your cameras to make it change when it
buttons for the doors and the code for the doors (As broadcasts. then make the art for you cams and add
demonstrated in the photo). your animatronic in the photo.

Making Scratch Games (FNaF): Page 2


Step 3: ACTUALY MAKING a GAME

Making Scratch Games (FNaF): Page 3


Timing out: To make the AI is very simple just make a variable called
"A.I." and change it so as the variable timer goes up, the
To make the timer is very simple, just make a variable call AI goes down (Why I say down is because the lower the
"Time" and have it set to 12 when green ag is clicked, variable the faster the animatronic). make two separate
once you make the timer variable then just add another Cameras for each cam, one for the animatronic being on
script that sets the timer to 1 and change it up by 1 every that camera, and another where the animatronic is not
60 seconds (This is one minute just like the rst night of there. make another variable called "Animatronic" and
the actual FNaF game). add a broadcast block called 6 have it so that when it equals 1, the animatronic will be
am to then make it end the night and you either win or in cam 1 same thing but with 2 (I will be using
go onto the next night. eevee1tree as my animatronic for now).

Making the A.I.:

Step 4: Finishing Up

The end-ish: The END:

to nish up your FNaF game, add a door mechanism so make one last thing to make the ending and other
that when the door is closed, [Animatronic name] does nights (if you want them) then nish up the game with a
not jumpscare you. add some ambience and some more little bow and send it to your friend's. I hope you E N J O
cams and rooms if you made what I did. Y E D :)...

Making Scratch Games (FNaF): Page 4


Making Scratch Games (FNaF): Page 5

You might also like