qoosghoune's Forum Posts

  • 3 posts
  • I want to get three random values from a one dimension array, without any repeating value. It's easy to get one random value by creating a random number but how do I create second and third random numbers without te risk of getting the same value before?

    In fact what I'm trying to do is creating an npc dialogue system in which there are 10 chat topics but the game randomly selects three of these. So the player will select a chat subject among these three. Can you think of a different and better approach to carry out this in Construct 2?

  • created a csv file,

    imported my file in project bar,

    inserted ajax,

    also inserted csv as an object,

    but when i choose AJAX - request project file, only files that are selectable are "icon-114.png" etc. no sign of my csv file...

    what to do? what am I doing wrong?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • let's assume i'm making a platform game with 50 levels. so i will create 50 different layouts... i have a score and a health bar. do i have to write the event sheets again and again for keeping and displaying score and health? or is it possible to use a seperate event sheet for just keeping score, health etc.

  • 3 posts