Hello, I am quite new to Stencyl and still learning. I have an issue with the game i'm creating and would like some help.
My game is a standard platformer focused around mobility so my character has a jump, a vertical dash and a horizantal dash. To execute the dashes I use the command "set x/y to x/y of Self - 200 for Self".
The dashes work perfectly except for one problem, I can dash through walls or into walls and get my character stuck.
Is there anyway I can prevent this or even stop the dash in front of the wall?
Thank you