Issue with moving an actor across to another actor.
I have an issue. In my Project I have an actor that is drilling down, breaking blocks to try to reach the end, while gaining points, and not running out of air. When my actor is going down and it lands on a block sometimes it gets stuck and cant move left or right. The actors that it lands are at the same exact height. If the actor has momentum when moving across the actors it glides across fine. But, if the actor lands on the edge of one of the blocks then it can not glide across. I need help and have tried many ways. Below are some screenshots. In the screenshot that is the Project Preview it shows how the main actor is on top of a brick block, but it can not slide over onto the blue block. If you need anymore screenshots please let me know. Please help, you can also Skype me at tpapaslice.
Answers
Jamie
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Jamie
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
Is it an accelerate behaviour or a move behaviour?
There are a few work arounds you could do, such as raising the actor 1 pixel off the ground when its moving, etc.