Ramez1's Forum Posts

  • Thank you, gumshoe2029 helped a lot

  • Hello,

    I am trying to expand the number of cells in my board, in other words make the board bigger.

    The problem is that whenever I try to increase the width and high of the board proprieties, it only add tiles outside of the screen layout. Whenever I try to make cell smaller by decreasing its size, it just leave big gap between the cells.

    I want cells to be smaller and close to each other, if anyone have idea please help

    The link has screenshot of the code and screenshot of the game

    "https://drive.google.com/drive/folders/0B1pGW-xaP8VfM1hNZTFEeTgzd0U"

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thank you so much, cleared many concepts for me

  • so there is no any other way to separate each monster with his animation according to his direction of movement, without getting the full C2?

  • sounds like you set the animation for the object (monster) and not for the instance of the related monster.

    Sorry I am beginner, how could I set it to specific instance of the related monster

  • I am doing a pathfinding behavior for my monsters where they move on their path to specific point. A monster has animation for down and right movement.

    The problem is when the first monster change his movement animation form right to down, all other monsters switch to moving down animation, although they should have the right animation not down.

    Screen shot of the code:

    "https://drive.google.com/drive/folders/0B1pGW-xaP8VfMXVpRWZPZVo2Y0U"