I'm trying to code some platforms that appear and disappear. If the player is above the platform, when it disappears, the player should fall down. Now the player stays at the position where the platform was an needs jumping to update its position. Should I call some function from the class Player to make it to update its position and fall down after removing the platform?
Thanks for your help!
I'm trying to code some platforms that appear and disappear. If the player is above the platform, when it disappears, the player should fall down. Now the player stays at the position where the platform was an needs jumping to update its position. Should I call some function from the class Player to make it to update its position and fall down after removing the platform?
Thanks for your help!