This is mostly a question for @richard and the makecode team (@MakeCode ). Is there a planned fix for the screen expansion thing. I know it isn’t technically officially supported but it’s just kinda limiting. Also I know you’ve stated this before but do you have an idea of when the seperate multiplayer screen could be implemented? No rush of course i was just curious. On this topic i’d also like to say the multiplayer settings are very helpful and work very well! Thanks for your time
-JtSpeedRun
Disclaimer: This wasn’t made to rush anyone I was just curious!
@mcodes whenever you’re using an event block that involves sprites (e.g. sprite overlaps, tilemap overlaps, etc.), you generally want to drag the local variable out of the event instead of referencing a global one. For example, in this GIF instead of the global myEnemy I drag the “othersprite” variable out of the event and use that.