CraiggieSaurus's Forum Posts

  • 11 posts
  • so it's not possible to let player key in their name in the game and let it appear in my .txt?

  • Is it possible to save user data into a notepad? w/o any web server

  • How do I control my keyboard using touch input? I've tried using the 8 directional and it seems helpless..there are only 3 option for me to choose for my platforming game which are Jump, Left, Right.

    i created a sprite and want it to pick up some items in my platforming game when I touch the sprite or when i pressed "Z". how do i link it? been searching since morning :(

  • It became boxes!

    P.S. questions mark I mean!

  • Is it possible to key in Chinese character?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • maybe i never explain myself clearly, all the sentence are dynamic which can be edited by .txt file and i wont know how many words is going to be in the sentence or what words is that.

  • Currently i am working on a game which require the player to solve the question by phrasing words, every time i start my layout it will randomize a sentence.

    Example:

    I have randomize a sentence of 9 words with 9 text label:

    My name is Jerry and i hate Cat Tom

    i manage to shuffle the words by putting them into array, randomize them and then comparing them by each text labels.

    But now i have a problem here for this sentence:

    My name is Jerry and her name is Jane

    You notice there are 2 "is" and 2 "name" How i can shuffle such sentence by comparing text labels? Been trying this for 2 days and i am still stuck.

    P.S, I've used the search button but no solutions found. And yeah, i am newbie.

  • How many events does a game usually have? because right now i am doing a educational game which have 300+ events. Is it a lot?

  • Understood! thanks (:

  • Oh my god thats exactly what i want by separating the text in the .txt file, learned new stuff today. Thanks Guizmus! <img src="smileys/smiley1.gif" border="0" align="middle" />

  • How can I load String arrays from the .txt file with AJAX? i've read a tutorial about Ajax but that tutorial only allow us to return one sentence.

    I am trying to make every words in the sentence dynamic, that means i can change the words in the .txt easily to make new sentence.

  • 11 posts