Jumping on Physical object

Hi,

Can anyone tell me,how can I pass through a physical object without colliding it.

For example: I have a character, he is standing under a tile. When he jumps, he should move to surface of tile without colliding its bottom.How it can be done ?

any help would be appreciated.

Thanks and regards [import]uid: 176766 topic_id: 33257 reply_id: 333257[/import]

Hi robustur3,

I am currently developing a platformer/Jump&Run game and I have the same problem. One idea is to change the collision mask while jumping to pass through the platform. But I am not sure if this is possible. After finishing game logic I will take a look at it.

Regards,

Max [import]uid: 138330 topic_id: 33257 reply_id: 132164[/import]

@robustur3,

Yes. It can be done: http://www.youtube.com/watch?v=b_ebsI_Ujpg&feature=plcp

If you have an Android device, you can download the SSKCorona sampler to see the above video in action on your device.

@robustur3 and @CineTek,

Take a look at the implementation I used for that video. You can find the relevant code in SSKCorona.

This specific file has the code: https://github.com/roaminggamer/SSKCorona/blob/master/sampler/ssk_sampler/mechanics/platforming/1wayplatform_logic.lua

[import]uid: 110228 topic_id: 33257 reply_id: 132223[/import]

Hi robustur3,

I am currently developing a platformer/Jump&Run game and I have the same problem. One idea is to change the collision mask while jumping to pass through the platform. But I am not sure if this is possible. After finishing game logic I will take a look at it.

Regards,

Max [import]uid: 138330 topic_id: 33257 reply_id: 132164[/import]

@robustur3,

Yes. It can be done: http://www.youtube.com/watch?v=b_ebsI_Ujpg&feature=plcp

If you have an Android device, you can download the SSKCorona sampler to see the above video in action on your device.

@robustur3 and @CineTek,

Take a look at the implementation I used for that video. You can find the relevant code in SSKCorona.

This specific file has the code: https://github.com/roaminggamer/SSKCorona/blob/master/sampler/ssk_sampler/mechanics/platforming/1wayplatform_logic.lua

[import]uid: 110228 topic_id: 33257 reply_id: 132223[/import]