RE: arcade Help

I need help with my first major project RE: arcade

the problem is the monsters their HP wont go down and they wont die no matter how many times you hit them with your knife, can someone please help?

1 Like

yayyy someone made resident evil in makecode my brother plays that game all the time!

Should probably say the controls require a key board:

E interact

mouse click attack

WASD to move

When you destroy a sprite with an effect, the sprite is destroyed instantly and only appears on the screen visually for that time, so it won’t trigger overlap events. So because you are creating and then destroying the sprite instantly, it cannot cause overlap events. Try setting its “lifetime” instead to have it automatically be destroyed after an amount of time. One of the options in the “set (sprite) [X] dropdown block.

it’s because youre destroying every projectile after they get fired. The object is immediately destroyed but it keeps properties that influence it visually so it can play the animation, so it cant overlap with other sprites. You should opt for setting their lifespan to 200ms instead (which i already did)

Thanks to @codeFan413 production sped up a bit and now I’m pleased to announce the start of the inventory system! take a look:

current bugs mainly the pistol but thats still in early development!