Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How Do You Make A Fnaf Game?
- CookiesAndCream144
-
19 posts
How Do You Make A Fnaf Game?
I'm Really Confuzzled, I'm Tryin' To Make A Fnaf Game But It's Pretty Hard, Mostly Help With How The Characters Move And Appear In The Office When They Get Too Close.
- s714655
-
100+ posts
How Do You Make A Fnaf Game?
Are there any specific scripts you can't get to work or bugs you don't know how to fix? This isn't the area of the scratch forums to ask how to make games, this section is called help with scripts. If you want help with something specific then please show the code you have been using.
- Sliced-UP
-
100+ posts
How Do You Make A Fnaf Game?
You can't make a Five Nights At Freddy's because it is a horror game and if you make it anyways the project would be blocked or something I'm Really Confuzzled, I'm Tryin' To Make A Fnaf Game But It's Pretty Hard, Mostly Help With How The Characters Move And Appear In The Office When They Get Too Close.
- PersonPersonson
-
69 posts
How Do You Make A Fnaf Game?
You can make a horror game, it just can't be that are too scary (like loud-noised jumpscares with scary images, blood, etc.). For more information about what's appropriate for FNAF projects, I recommend this article and this article from the Scratch Wiki. As far as actual programming goes, you wanna have a forever loop with a wait block for each character. Once the timer is up and the AI level meets or exceeds a randomly generated number (1-20), then it can move from its current location to the next one on a fixed path that eventually leads to the office. YouTube videos about FNAF AI can help give you an idea of how this could work in your game. If you have any more questions, feel free to ask me!You can't make a Five Nights At Freddy's because it is a horror game and if you make it anyways the project would be blocked or something I'm Really Confuzzled, I'm Tryin' To Make A Fnaf Game But It's Pretty Hard, Mostly Help With How The Characters Move And Appear In The Office When They Get Too Close.
when I receive [Game Start v]
forever
wait [time for animatronic to move] secs
set [movement opportunity v] to (pick random (1) to (20))
if <<(animatronic AI) > (movement opportunity)> or <(animatronic AI) = (movement opportunity)>> then
if <(location) = [Stage]> then
set [location v] to [Kitchen]
else
...
end
end
end
Last edited by PersonPersonson (Dec. 12, 2024 15:32:38)
- CookiesAndCream144
-
19 posts
How Do You Make A Fnaf Game?
try some stuff with the brightness effect for when the mouse hovers over it, when start is pressed, trigger an event and make the event darken the screen. what is your game about?
- Discussion Forums
- » Help with Scripts
-
» How Do You Make A Fnaf Game?