Aligning & collision help

I have a game in which the Player slides around in 4 directions and collides with blocks to solve the puzzle: http://arcade.gamesalad.com/games/131991

My problem is that aligning the obstacles by eye, even with a grid image in the background isn't really helping, the player catches sometimes and makes the levels really easy to complete.

is there a better way i can do collisions or align? snap to grid or something?

thanks, Jordan.

Comments

  • expertmcexpertmc Member Posts: 49

    I will try to find out how to do it ArcticSquiare

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    To do alignment you could store all of your X and Y coordinates in a table and read them from there to place each of your blocks.

Sign In or Register to comment.