Zion's Forum Posts

  • Thanks but I need them to scroll down as you move forward. In buildbox you have to create a level as different scene and as you move forward the system automatically select any scene and it looks like random and it is smooth. In the game color switch you can every time new obstacles are spawn I want the same system or mechanism.

    Can you help me.

  • Sorry I actually don't know how to add image,therefore i have put the url to dropbox and you can see the imagehttps://www.dropbox.com/s/e9g2gu71tb48d2g/1.png?dl=0 and

    https://www.dropbox.com/s/4pejwgagdd73de6/2.png?dl=0

  • Hello everyone.

    I am creating a game vertical infinite runner type game. In this I have created this random set pieces

    file:///C:/Users/Jignesh/Desktop/1.png[/img]

    file:///C:/Users/Jignesh/Desktop/2.png[/img].

    I have created many like this and at start you will spawn at first image and as you move on the second image appear and it is smooth transition and so on it goes. every time it is randomly selected.

    Can anyone help me??

    Thank you.

  • Thank you dop2000

  • Hello everyone, I have created a game in which if you touch a specific object you gain a point and after that the position of every other object(Same Sprite) changes.

    I have put the event such that if you touch the object set the position of the object randomly. But only the position of the object from which you gain point changes.

    Can anyone tell me what to do, so that every object position is set randomly.

    Thank you

  • Thank you dop2000

  • Hello everyone, I have created a game in which if you touch a specific object you gain a point and after that the position of every other object(Same Sprite) changes.

    I have put the event such that if you touch the object set the position of the object randomly. But only the position of the object from which you gain point changes.

    Can anyone tell me what to do, so that every object position is set randomly.

    Thank you

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks Rodak but afterwards in the game if i want to move from 1 to 3 then how will i be able to do that.

    Before this I have make a game and this functtion was working very fine but now I don't know why it is not helping.

    Rodak or anyone else have anyother idea then please help me.

    Thank you so much.

  • Hello everyone who is reading this.

    I have make an event if you touch the object and its animation frame =1 then change to 0, if the object animation frame=0 then change to 1.

    Here is the file you can download and tell me what are my mistakeshttps://www.dropbox.com/s/fg0tflctg9iqvex/not_working.capx?dl=0

    Thank you.

  • dop2000 don't worry. It's is working fine. Thank you for your help.

  • Thank you dop2000 but this is not working for me. I have try and test what you have say but sometimes the object is spawning inside the circle, but thank you.

    Do you have any other suggestions then please tell me.

  • I am making a game in which there are 2 circle at fix position. One is bigger, second is smaller and inside the bigger one. I need to spawn a object randomly between this 2 circle.

    Can anyone help me.

    Thanks you.

  • Is it even possible to wrap the screen when it goes out of bounds of a layout, seamlessly? Because I want to make a game that allows the player to walk in one direction and end up coming back from the other side.

    The screen resolution is 1024x720 while the actual layout is 5000x5000. Also the screen itself follows the player.

    Tell me how to wrap the screen and how to make the screen follow the player.

    Can anyone help me. If you can then please reply.

    Thank you.

  • and R0J0hound can any of you can tell me how to screen wrap. It’s like I want the camera to follow player every tick and when it reach at the end of the layout it should wrap, but while wrapping the screen should look like it is infinite. It should not wrap when player is outside layout but when it is inside.

  • thanks dop2000 your way of doing the help me but when it get closer to the end of the layout the screen stop following and when is about to reach the end it goes to the other side. I want to camera to follow player every tick and the player must be at the center of the screen whole time.