Hello there! I want to make the motion of a falling block and returns to its place of origin, as the bad block Super Mario 3.
How can I do?
brunopalermo
Develop games in your browser. Powerful, performant & highly capable.
Use the MoveTo behavior.
I can not find that behavior in the manual. :S
It's a 3rd party addon. Search the forums for the Completed add-ons topic. There is a list.
You can also use the platform behavior :
When player x = block x - set block max fall speed to 2000
Else - set block max fall speed to -1000