Passable platforms for multiplayer game?

Hello, can anybody help me? I would like to make a multiplayer platformer game for 4 players.

So I need to make a platform - physical object, on which players can stand. Players should can jump through it below; but can’t above. It means platform should be passable when jumping below, but not passable from above - and simultaneously for 4 players.

How can I make it? Or Corona doesn’t support it?

Hi @nod_av,

Yes, you can implement “one-sided platforms” in Corona. The best way is to use the PhysicsContact as described in this tutorial:

https://coronalabs.com/blog/2012/11/27/introducing-physics-event-contact/

Best regards,

Brent

Hi @nod_av,

Yes, you can implement “one-sided platforms” in Corona. The best way is to use the PhysicsContact as described in this tutorial:

https://coronalabs.com/blog/2012/11/27/introducing-physics-event-contact/

Best regards,

Brent