Pls someone help me I can't figure out why projectiles aren't loading

I am making a multiplayer 1v1 game, and the projectiles don’t work even though I double checked my code like 5 times. However, for some reason, if you go to the top left of the map, the projectiles work for some reason. I’m very confused about this if you could figure out whats wrong, I would be very grateful.
[https://arcade.makecode.com/S06136-02403-48977-30613]

1 Like

Projectiles get destroyed when they go off screen. Maybe the split screen messed this up? Try using that “set (mySprite) [auto destroy] < off >” block but replace the sprite with the projectile right after it’s created. That will prevent it from destroying when it’s “off screen”, because I don’t think it works correctly with split screen cameras

yes it works, thank you very much, I was trying to fix it for weeks

1 Like