gamingqd's Forum Posts

  • Hello, I have 3 random incidents.

    1)There is a pandemic. Will you open hospitals?

    -Yes -No

    2)They kidnapped you. Will you try to run?

    -Yes -No

    3)There was an earthquake. Will you run for help to people?

    -Yes -No

    I would like to shuffle these incidents and appear in the game every 5 seconds randomly. I've tried to use the ''functions'' but I couldn't. Do you guys have a project that will help me with it? or can you show me an example of how to do it? I've added the incidents to the array and use ajax. yet I couldn't go further. If you show me an example, I would appreciate it.

  • Hello, thank you for answering. I fix the problem:)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi guys, I have a game like when you touch the money sprite the money amount increases by 5. Yet, I have 3 layouts and they all have the same global variables; money, success, and popularity. In layout 1, I touch the money sprite, and the money increases by 5. But when I go to layout 2 if I don't touch the money sprite again the money amount doesn't appear instead ''0'' appears because I set text to ''0''. It still increases and be 10 but it doesn't appear if I don't touch. When I go back to layout 1, it's the same. If I don't touch the money sprite, the money amount doesn't appear even though it increases. I mean they turn into their starting text name when I don't touch upon the sprite. How can I fix this? I hope you understand me:(

  • Hello! in my game there will be a lot of text, like 30 events:

    -While you are walking, you come across with a dog.

    -Your parents want you to stop smoking.

    Think about there'll 30 of them. How can I import them to Construct without using XML or JSON formats? If I write them as a text in the Construct, can I use them in the array later? Because there will be lots of events and I have to randomize them while using Array.

    Thank you!

  • You do not have permission to view this post

  • Hello, first of all, thank you for answering my question! And if it doesn't bother you, I have more:)

    In my game there will be a president and he will face some random events such as; an earthquake happened in your city or there is a virus and people need health service. These are just 2 examples and I will make more of it. Yet, I don't know how to adjust these random events. I want these random events to appear when the player reaches 5 million dollars, or when the player makes an investment in education etc. I hope I'll be clear this time. Again, thank you for helping.

  • Hello guys, I'm trying to make a life simulator game and I want to add random events like ''You see a dog and it bite you.'' I don't know how to do that. I'm very new in game development and construct 3. I would really appreciate it if you help me. Thank you.