Custom Backdrop Collision Help
Well i thought these events would work after reading the tutorials from the site.... but they didn't work.:(
NOTE: Colision detector is at the feet of my character which makes him stop when that detector collides with a backdrop.
Here are the events i used for the custom backdrop movement:
Pushes character to the right if he trys to move into a wall from the left:
IF: X Position of "Collision Detector" = X "Collision Detector" -1
*IF: Collision Detector is overlapping a backdrop
ACT: Set position at (1,0) from Collision Detector
Pushes character to the left if he trys to move into a wall from the right:
IF: X Position of "Collision Detector" = X "Collision Detector" +1
*IF: Collision Detector is overlapping a backdrop
ACT: Set position at (-1,0) from Collision Detector
Was there something i did wrong?
Re: Custom Backdrop Collision Help
I may be mistaken, but I am quite sure that the top conditions of both events will never be true. The X position of an object cannot be itself plus or minus one. You are, for example, asking if I live in my neighbor's house. ;)
Re: Custom Backdrop Collision Help
XD!!!
Ok, nevermind.
I had to delete my current character because i drew him very stupid and too quick.
I need to do better with him the next time.