Im a bit confused on how to do this. My main goal is for when you hit a button such as "enter" It will go up on the y index of a array and change to that dialogue string. Could you share a construct file that does this and I can learn from the code?
Oh okay! So this will work if I am hitting the space bar and it goes up on the y index of words?
A instance variable?
Develop games in your browser. Powerful, performant & highly capable.
Do you have a screenshot on how you would make the y value go up on an 2D array ,Within construct code?
Thank you so much! I've been struggling with this for awhile!
dropbox.com/scl/fi/n3qjaffm5pthnnezx4f1m/Test.c3p
Thanks, but it seems not to be working. The text keeps appearing with the number 0.
I am making a visual novel type level for my game. So I am trying to use a visual array to have different text on it. But so far I'm just trying to get it to work.
Yes! Thanks but the text is coming back as numbers, and when I look at the data its not text but numbers. Do you know what the problem might be?
How do I set text to the y value of an array? And also how do I make it so the y value of the array goes up after the enter button is pushed?
How do I set it up so if there is 2 of the same sprite when my character goes over one of the sprites it's position moves above the players head, but when going over the other sprite it stays and does not go over the players head?
And is there a way to have the sprite not be unfocused while having scroll to disabled?
How do I make it so if I have a sprite that is bound to layout and that is draggable that when you drag it while it being against a side and it will destroy sprite2. Because I have it to where when sprite1 overlaps sprite2 it will be destroyed. But it doesn't do that if I'm dragging against the sides of a layout. Is there a way that sprite 2 will still be destroyed while I overlap it while its bound to the layout?
Thank you this helped!
When I say visual array im referring to the array editor. My goal is to make it so when you click on a sprite it gets destroyed. So when it gets destroyed whatever amount of points gets ascribed to that array gets added to the score. So I am basically trying to figure out how to assign points to sprites through an array.