ibraheemmorgan's Forum Posts

  • You do not have permission to view this post

  • You do not have permission to view this post

  • Hello everyone..I want to know how I can make the object move along a specified path repeatedly ( loop ) Where I make the path and the object follows it

  • It works ... thank you so much

  • Hello everyone ...

    I want to make some objects move up and down in loop and at a specific speed

    I tried the ( sine behavior )

    It worked fine but When sine starts it starts going down first, then goes up. How to make it go up first, instead of down first?

    Is there a way to choose the direction at the beginning?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • hello everyone

    Is there a max number of objects in the layout?

    I want to know how many objects I can add to the level without problems or crashes , Because my game requires a Lots of objects

    .

    .

    Another quick question : is the large number of points in collision polygon make the program crash ?

    Thank you in advance

  • Hi everyone

    I am working on this maze , It's one sprite

    I want to make the ball pass through the maze and hit the walls

    Is there a way to make the collision polygon covers only the visible parts in the maze and disappears in places with transparency .

    As you see in the picture the collision polygon covers the entire image and I could not put the ball inside it .

    Any ideas or suggestions to solve this problem ?

    Another quick question is the large number of points in collision polygon make the program crash ?

  • it's working

    thank you so much .

  • can you please explain to me in detail how to do this in the events sheet ... I'm a beginner ... and I will be grateful to you

  • Hi everyone 👋

    I am working on a drag and drop game with big layout size ( 7000 _ 1080 ) pixel

    The game is about moving objects across the layout Using the mouse cursor

    I've made the camera movement related to objects with ( scroll to ) behavior But when I move the object using the cursor, the camera movement becomes very fast Because the drag and drop with the mouse is very fast .... Is there a way to slow down the drag and drop speed for the objects inside the layout so that the camera movement becomes slow as well?

    Thanks in advance