Maybe the following tutorial could help you out:
https://www.scirra.com/tutorials/308/cl ... ics-pacman
Also, it's possible to bypass the url posting restriction by simply inserting characters into the url, or missing off the http:// part, e.g.
> http*://*www.mysite.com/mygame.capx
[/code:1vegfwl8]
Thank you for this useful information.
https*://*www.dropbox.com/s/ktf884jobl6jrtv/Pacman.capx?dl=0
not quite sure if this will help, But have you tried
if angle = 0 (then pick 90,180,270)
if angle = 90 (then pick 0,180,270)
if angle = 180 (then pick 0, 90,270)
if angle = 270 (then pick 0, 90,180)
edit: also use marker blocks top,bottom,right,left if overlapping top on collision with right angle go down or left (pick 180,270) and so on. so not to get stuck in a corner just going top and right.
As we can not see what you have done it is hard to point you in the right direction, without guessing at the issues you are having.
I haven't tried this, but I will try it and report back if it has fixed my issue or not. Thank you for trying to help.