several

  1. Z

    Several Depth For One Single Object [SOLVED]

    Hi everyone ! Oooook, that one is VERY tricky and I have no idea how to do that but I'm going to try my luck if someone has a solution ! In my game, I have two type of tiles for my graphics. Some ones are flat : The floor, aaaand anything else which is flat and set on the floor. Other ones have...
  2. Z

    Assign Several Collision Masks To An Object ? [SOLVED]

    Hi everybody ! A simple question. For an object, when you put : y = y - 3 // Or y -= 3 Y axis increase with a speed of 3 pixels. So, how to make Y axis increase OF 3 pixels ? Exemple : If y = 9 And you put a magic code that add 3 to y Then y = 6 and WON'T increase anymore if you don't tell it...
Top