Hello I’m trying to make a Fnaf game but it has a bunch of bugs that I don’t know how to fix can anyone help me to fix them or give me ideas to make it better thanks.
If you share your code, we can help!
Sure! Just share your project (or your problem) and I can help, I made plenty of fnaf-likes and would love to help others do the same.
Can We See What you Have Currently???
I agree
I did. I’m still waiting for approval though.
I’d be happy to help with what I can. You’ll probably need to share the to link though
its good idk why buts its kinda buggy but I like the art
Very nice art, although I see the first problem. You keep destroying the left and right buttons when you don’t need to. Destroying sprites that are gonna be used later in code tend to no go so well (at least for me).
Solution: When the player turns left or right, make a variable (or a sprite data using the sprite-data extension) that saves what direction they’re looking at and make the button they use turn invisible and ghost through sprites.
can you show pictures or a game if you can I’m new to this kind of stuff thanks.
Seems apparent that there is a bug which creates a sprite on every frame making it lag.
In this version, click the ‘A’ button on the arrows to look left and right!
it does add a 5 ms (milisecond) delay between switching, you can change it in the ‘After (500)’ block to 100 if you want to shorten it
Wow this is great !!! Is it okay if I build my game off this because this is amazing thanks.
Yep! And if you need anymore tips, me and everyone else here are happy to help. Also Welcome to the fourms!
thank you
Love the art can’t wait to play the game
question can you add voice lines into your game just wondering.
here’s how the game is doing I have been really updated it that much https://arcade.makecode.com/S36329-14707-94990-04801
good job on adding on to the existing code. Small problem, you put Down on the top when it should be up (since that’s what you set the direction to in the code.) meaning you can’t go back down after looking up.
Also you can’t add real like voice acted lines but you could do game over text or maybe subtitles with the many text sprite extensions