How to create Platformer Blocks.
Time
Member Posts: 113
Hey GameSalad Community,
How do I create platformer blocks like in mario? Jump at the bottom and it breaks, while I can still stand on the top. Also by doing this when colliding from wither side it acts a bit funny and stalls and then falls. Does anybody have a template or no how to create this? Please message me I really need help.
By,
Fellow GameSalader
How do I create platformer blocks like in mario? Jump at the bottom and it breaks, while I can still stand on the top. Also by doing this when colliding from wither side it acts a bit funny and stalls and then falls. Does anybody have a template or no how to create this? Please message me I really need help.
By,
Fellow GameSalader
Comments
Trying to get in the Unicorn Game?
I would suggest checking out the code in a template for this sort of thing if your looking to make a plat former:
http://marketplace.gamesalad.com/#query=jayleedesigns&product=3852
Or try constraining an actor to the bottom of a platform that adds a true boolean every time the block is hit from the bottom, then put a rule in the block to destroy the the actor after that boolean = true, You can then reset this and use it for another block..
//Fajlajp