RanM's Forum Posts

  • thank you!

  • Hi !

    How do I convert a string \text to an array? The size of the array is not prefixed.

    Thank you very much!

    Ran

  • Thank you, Colonal ! :)

  • Hi everyone!

    I am adding a new feature to an ed game I'm working at- Hangman minigame.

    It's a pretty simple game- you drag and drop a letter to a "letter space". It must collide with the right space.

    My challange is to :

    1. after counting the characters of the word (with len(text)) - create the number of spaces above accordingly in the middle of the screen.

    2. let the program know which character supposed to be where.

    I searched the forum, tutorials and referance guides but still haven't found enough clues yet. Please assist me with ideas or maybe references to some relevant information

    Ran

  • Thank you AllanR!

    Where can I see examples of this done?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi all (:

    I made a quiz game based on the quiz game example that came with the C3.

    Now I want to improve it by adding images as questions. Can I refer to a certain image or sprite in an array /dictionary and than call it ? Are there any tutorials or examples on the matter?

    Thanks

    Ran

  • Many thanks!

  • Oh, almost forgot to post the event sheet:

    [img=

    ]

  • Hi everyone!

    I've been looking through the forums and tutorials and still can't find an answer to my problem.

    I'm making an ABC matching game- capital to small letters.

    I used the array editor:

    And then used these events + an event to present one of the cells of the array.

    It didn't do anything! Look at the Debug:

    Is there any reason why my array is still empty?

    Thank you very much.

    Tagged:

  • Hi

    I am new to construct3, am learning it in order to make a multiplayer game.

    In this certein game the host is on pc, and the pears supposed to be on mobile apps with different interfaces than the host. my questions are:

    1. Can it actually do it?..

    2. is it possible that the host will load a different room than the peers? or maybe the same room with different stuff?

    I need the peers to have a simple interface so that they won't have to download anything big.

    Thank you very much!

    Ran

    Tagged: