UltraLion's Forum Posts

  • Hello, I don't understand what the problem is since you can use the coordinates of the enemies to recreate, if the boss is at X 3000, you will give 2 actions, one where you recreate the characters from X 0 to X 2900 one from X 3100 to whatever you want, so the boss will not be recreated, in case you want to recreate it on some occasions, you will create an action dedicated to the boss in a separate event

  • Thank you very much, I was still trying to figure out how to do this, it seemed strange that the first word could not be found!

    This is exactly what I was looking for, you are great!!!

  • What can't you reproduce? Do I have to resend the file?

  • So what are you trying to do in the textboxes?

    This code should be clearer

    sendspace.com/file/3550lc

    The first thing I would like to understand is why when writing the letter "p" in the input text there is the word potatoes and not pear, I wish there was pear because putting the words in alphabetical order it comes first

  • Given our nicknames, I apologize from Leon to Leone but I use google translate to write on the forum

  • Maybe I explained myself badly, I don't want the first 2 rows of the array, fortunately I know how to show them :D

    I would like that by typing the letter P the first text finds me Pear and the second Potatoes.

    instead now when I type P it finds me only potato, while in the list it finds Pear

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I was hoping that by typing "P" Pear would appear in the first text field and Potatoes in the second, I'm making attempts.

    But I don't understand why even if I leave only the first text, when I write P it finds Potatoes first thus reversing the alphabetical order while it doesn't happen in the list

  • Check out this demo

    https://howtoconstructdemos.com/search-for-a-text-in-a-large-list-by-typing-first-letters-capx/

    This is really helpful thanks!! I merged that with my example, it seems to work, do you know if there's a reason why with my system when I type the P, it finds me Potatoes instead of Pear? It's like reversing the alphabetical order.

    sendspace.com/file/2ku48h

  • I did some tests before writing here, but I have no idea what I'm doing. I couldn't find examples

    Not knowing how to handle loops and replace values, I tried to start with something simpler, like deleting a row that corresponds to the written word, but I still couldn't...

    sendspace.com/file/6pw13x

  • Hi all, I'm going crazy with arrays again... :D

    I have an array that I insert and remove words into during the game and that I sort alphabetically each time

    apple

    Banana

    blueberries

    pear

    potatoes

    raspberries

    strawberries

    Is there a way to sort the array based on the letters I type in a text field? For example if I type "g", it selects the words pear and potatoes, if I type "po", it will find only potatoes

  • Thanks now it copied fine, I had some trials changing the values ​​but still the wrong way XD

    I need to understand arrays a little better!

  • You're right it's different but this is because if I insert (1, loopindex) in the X field and in the y (1, loopindex) it doesn't let me continue, it says that there is an error, if I write array2.at before the parenthesis it lets me continue but it still doesn't work

  • Yesterday I did this, but the maximum I got was copying a single cell, I've done several tests now but I keep doing something wrong

    sendspace.com/file/rh92zs

  • No nothing to do I did not understand lol

  • Thanks for the reply, but I don't understand where I have to put it, I'm not too familiar with arrays