I was making adjustments to my game like the guide and choose your character. Then when I was playing through I lost all my hearts after a few seconds in the second stage. It seemed to loose hearts at the same speed as I would loose hearts if I was touching an enemy. I can’t see anything in the code that would do that, can anyone help?
1 Like
ummm I don’t know if anybodies gonna be willing To help because the code is very unreadable, I managed to sort some of it whoever is willing: https://arcade.makecode.com/S67969-55763-47223-87746 but please try to make it more readable. for example, the area variables name mySprite20, ########, %%%%%%%%, and sprite types named darcy, Aaa, Ruyjybbutth. I would also recommend learning how arrays work.
I cant read the code but the error looks like its the snow that damages the player. Change the way it spawns or destroy it entirely… Maybe it’s the sprite type that’s the problem. I’m saying this after playing once.
1 Like
Thank you. I will try to make it more organised, especially the variable! And I will look into arrays.