• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

GameMaker Physics Object - Making Pass-Through in-game

T

TunaY

Guest
Hi all,

I did lots of research but couldn't find a decent answer...

Here is the issue; I have 3 object.

1- Player
2- Bomb
3- Moving Platform

I want to make my player pass through moving platform as I hit bomb.

I am using Physics, so I've tried phy_active = false. This one works, but when I set phy_active = true, it starts over and my moving platforms code runs from the scratch, which causes moving platforms to go through walls.

I also tried "fixtures" but couldn't get it worked well.

Is there any other way to do that? I'm struggling with that for 2 days..

Thanks in advance!
 
Top