tetuan's Forum Posts

  • Hi, I need help in my hextile type word puzzle.

    how do I make word letters in connection?

    For example : the word is "wonderful"

    but I need all letters of "wonderul" in connection in random direction or position?

    How can i do it? any ideas?

    capx: http://englishpedia.net/kk/wordaholic.capx

  • Thanks for the replies. Great

  • Hi,

    I am trying to create a hexagon style sprites with a specific number,

    I limit to create number to 10, but it creates 11

    I couldn't solve the problem

    I will be grateful if you help me...

    my capx: http://englishpedia.net/kk/create-number.capx

  • In fact I tried to do that but it didn't work. I cannot compare two array values. Is there a way to compare two array values

  • hi,

    I am trying to make a word generator create words from given letters, but it can create a word several times.

    I am using a wordlist array...

    I only want to see a word only once in the produced list?

    can anyone help me?

    my capx:

    http://www.englishpedia.net/capx/generator.capx

  • Hi

    I am preparing an app which will contain hundreds of videos.

    I cannot put all the videos in the app because of the large download size

    I want to give the User option to download the wished videos from an URL After ınstalling the app.

    Can ı do it with c2 and how? Thanks

  • Hi.

    I need help for opening html links in published apks with cocoon.

    I use "browser" or " cocoon canvas" url linking

    it works on a webpage but doesn't work in apks?

    Thanks alot.

  • thanks a million for your help

  • Hi, I am preparing a spelling game with ajax.

    I have some text instances loaded from a file.

    I have the following screen:

    my problem is:

    when I click "c" all the c's go at once.

    What I want is:

    to choose only one word by clicking "c" and

    not pass to another word till I finish spelling that one....

    my work is here: http://englishpedia.net/games/words.capx

    I will be very grateful if anybody can help me...

    thanks a lot...

  • app.box.com/s/1ggxpv61cysemvebdk125bo0kun0l7gg spelling .capx

    hi.. Thanks again.. but i have a question if you could please anser and show me the way...

    is it possible to make to repeat the words only once and finish after the deck is completed?

  • Hi,

    I am trying to make a vocabulary activity using text objects and ajax.

    I have managed to get words from sql database by using ajax and php.

    My problem is that:

    any action created in the event for the text objects loaded from the database does not work.

    capx file here: englishcat.org

    Any solutions? thanks any way...

  • thanks alot...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks

  • Hi,

    I'm preparing a spelling game..

    According to code below, on the screen I see a random word and write it, so the word disappears,

    but then

    how to reload the new word to spell and not repeat the word done?

    Can you show me an easy way, thanks.

  • Hi...I amd a teacher and trying to make a spelling game. It is a kind of fast writing a word you see.

    I can delete the first letter by pressing any key in the keyboard with this code..

    right(SpriteFont.Text,len(SpriteFont.Text)-1)

    but I want to delete the first letter with a specific key "A, or B" I press

    For example: the word is " book"

    I want it delete the first letter only pressed on the key "B"

    Thank for your help...