currently i'm making a dungeon game and when i place platforms they keep falling. How do i get them to stop? I tried making it a solid object, but it didnt work. I was going to post an image, but couldn't figure out how.
Are you using Physics/Platform behaviours? If you are using Physics, set the sprite to be 'immovable'. If you only have solid behaviour enabled it shouldn't be falling.
Develop games in your browser. Powerful, performant & highly capable.
I think i figured it out, all i had to do was give the object the behavior of a pathfinder and solid right?