Zion's Forum Posts

  • thanks mekonbekon I like the capx that is there in the forum you have given. It help me a lot but in that capx the layout size is equal to the camera viewpoint. In my game the camera point of view is small and the layout size is large. So do you have anyother way to do the same thing that is in the capx but in larger layout size

  • I want to make a game in which the screen is following player and when it reaches the end it get back from other side.

    But as the player move close to the edge of the layout the screen stop following the player. I want screen to follow the player and want to make the screen wrap. Site that it look infinite but you are just looping in the layout.

  • Thx

  • Is there any other way without adding plugin. And thanks for reply

  • Hello guys, I am making a coloring book type of game and I want to make a color bucket tool. Can anyone help me how can I make the color bucket tool.

  • brunopalermo

    Thank you and sorry for the late reply but when i have replace mouse with touch, the plane goes to position 0,0 when you are not touching the screen. Can you tell me how to solve it

  • brunopalermo can you tell me how can i increase the speed of leap

  • brunopalermo thanks for the CAPX.

    You have done the exact work but I need the same thing with touch control not with mouse.

    Can i replace Mouse.X & Mouse.Y with Touch.X and Touch.Y

  • this is capx given in the consruct 2

    1. click on File menu

    2. click on New

    3. scroll down you will find endless scroller game demo

    start that pre-build capx and look how it works you will get the idea

  • Hello guys,

    Thank you for giving your time, I want a plane to move according to where user touch.

    I have put (Set Position="Touch.X & Touch.Y")

    When plane is on left side of the screen, and when you touch right side of the screen the plane looks like it is teleporting from place to place. I want the plane to move not teleport.

    For example:- If the plane is on left side of the screen, and user touch right side of the screen the plane should move (like 8-direction behavior) to the position where user has touch.

    Can anyone help me to solve this problem.

    Thanks again.

  • dop2000 have you download all 4 or only first 3 plugin?

  • Can you tell me how to install CSV plugin

  • Thank you all for replying.

    dop2000 you have use CSV file to make multiple levels in one layout, can you tell me another method of doing the same thing or anyone else.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you

  • dop2000 & NN81 if I make 100 layout with 1280x720 window and layout size, only use one event sheet with less events, about max 20-25 sprites on each layout (sprites are also small in size) and only changing the position of the sprites in each layout. Can I make the game for mobile accordingly to this.