How would I create vanishing platforms in a side-scroller context? As in, a platform sprite that will vanish if stood on too long and then respawn shortly after vanishing.
I thought of using x-y coordinates as a condition, but I'm not sure how to get them to be paired together instead of as just separate events.
I also tried the on collison with player, but the platform vanishes when the player touches the bottom or sides. I don't want that.
I also tried the "on platform?" condition, but that didn't work so well. >_<
Project link