Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » how do i make cameras for my fnaf fan game?
- peashooter007
-
3 posts
how do i make cameras for my fnaf fan game?
I'm making a fnaf fan game called five nights at stampy's but i dont know how to make the cameras work.
- ZoomPlay
-
73 posts
how do i make cameras for my fnaf fan game?
Here is my list of things you would do:
1: add a button for the camera
2: Make all sprites for your office hide.
3: add a varrable called camera
4: draw the rooms as a background and give them a name.
7: add this script to each button that leads to a different camera
1: add a button for the camera
2: Make all sprites for your office hide.
3: add a varrable called camera
4: draw the rooms as a background and give them a name.
7: add this script to each button that leads to a different camera
when this sprite clicked
set [camera] to [roomname ]
broadcast [ update cameras]8: Also add this script to the backdrop:
when I receive [update cameras]
switch backdrop to (roomname)
- foxydafoxdude
-
77 posts
how do i make cameras for my fnaf fan game?
when this sprite clickedso heres how to make the buttons work
switch backdrop to [ v]
when this sprite clickedv ]
switch backdrop to
v ]
play sound until done
that block v ] is not somthing you need to add
Last edited by foxydafoxdude (Jan. 20, 2016 04:42:55)
- Nice_Flame
-
100+ posts
how do i make cameras for my fnaf fan game?
I wouldn't try to make something close to a Five Nights at Freddy's (FNAF) game. If you want to see reasons, go to this link
but you could try this:
but you could try this:
when I receive [Camera v]
set [Camera v] to [on ]
- BKFighter
-
1000+ posts
how do i make cameras for my fnaf fan game?
this linkWhile we are on the topic, I better mention that FNAF's aren't banned, but rather its been found that many don't meat community guidelines. When making a game/animation, etc, (that you intend to share. If you don't share it than it can be any rating) you need to make sure that it could be rated E or (though you could probably get by with E10+) or as a Y, or G (not PG or PG-13 and above.) I wouldn't try to make something close to a Five Nights at Freddy's (FNAF) game. If you want to see reasons, go to
but you could try this:when I receive [Camera v]
set [Camera v] to [on ]
So basically
1) No jump scares
2) No blood/gore
3) No foul language
4) Use your common sense
So just put something less intense their instead.
- letters123and_
-
2 posts
how do i make cameras for my fnaf fan game?
thanks that also helped me!



- Nice_Flame
-
100+ posts
how do i make cameras for my fnaf fan game?
i didn't say they r bannedthis linkWhile we are on the topic, I better mention that FNAF's aren't banned, but rather its been found that many don't meat community guidelines. When making a game/animation, etc, (that you intend to share. If you don't share it than it can be any rating) you need to make sure that it could be rated E or (though you could probably get by with E10+) or as a Y, or G (not PG or PG-13 and above.) I wouldn't try to make something close to a Five Nights at Freddy's (FNAF) game. If you want to see reasons, go to
but you could try this:when I receive [Camera v]
set [Camera v] to [on ]
So basically
1) No jump scares
2) No blood/gore
3) No foul language
4) Use your common sense
So just put something less intense their instead.
- foxydafoxdude
-
77 posts
how do i make cameras for my fnaf fan game?
when [ v] key pressed
broadcast [Cameraon]
- foxydafoxdude
-
77 posts
how do i make cameras for my fnaf fan game?
when green flag clicked
forever
if <key [...] pressed?> then
broadcast [camera on] and wait
end
end
- Victor_Sppedling
-
6 posts
how do i make cameras for my fnaf fan game?
when green flag clicked
forever
say [Y DOES MRES AND OTHER SCRATCH CRE8ORS HAVE TO BAN FNAF!!!!!!!!!!!!!!!!!!!!!!!!] for (4356786789876545678766) secs
end
- VillageFinder
-
1 post
how do i make cameras for my fnaf fan game?
Could you please tell me how I can get a camera sprite to use, if so where from- It can't be blocked site cause I'm doing this at school
- DaEpikDude
-
1000+ posts
how do i make cameras for my fnaf fan game?
everyone this topic is from 2015
- Harakou
-
1000+ posts
how do i make cameras for my fnaf fan game?
Try asking in Requests, but please don't bump old threads that aren't necessarily related. Also keep in mind that recreations of Five Nights at Freddies, or games with similar horror elements aren't allowed. Thanks! Could you please tell me how I can get a camera sprite to use, if so where from- It can't be blocked site cause I'm doing this at school
- Discussion Forums
- » Help with Scripts
-
» how do i make cameras for my fnaf fan game?