Hello, I have used the split screen extension for a multiplayer platformer game called Monkey Jump where you can throw a banana boomerang. However, with two players playing, the banana doesn’t throw, and with one player playing, the game stops. Does anyone know what might be the problem and how to fix it?
link to project: https://arcade.makecode.com/S99037-41131-69178-29121
@1978monkeynutze is probably gonna go insane on your game (if you knew what 1978monkenutze’s game is, youll know)
I don’t really know how to fix this as I never made a multiplayer game (yet) but maybe it’s because the text box is like 5 characters long so that a player can probably just type multiple 1’s that confuse the game.
Welcome to the forums @applecat1025 , these seem to be the problem:
I believe you’ve mixed up your sprite variables, double-check that they are right, and always make it so player 2 can join, otherwise, the code will render all the stuff for player 2’s sprite, without it being there
well a few things I saw was
- you don’t need to set the sprite to invisible at the start
- your after 100 needs to be at the top of the code not the bottom
that might help
YESSSSSS I HAVE BEEN SUMMONED!!goodgame
hi, with some struggle I have found out the problem:
the split screen extension will not allow the “set projectile” block. i don’t know if this is just my project or if it is an extension issue, but that’s the problem. i recoded the code so that a sprite would be made with a certain velocity, which is basically the same thing. Thanks for your help, thread resolved!