Okay, so I'm a bit new to Construct 2, and I was wondering if there was a way you could join a string to an integer variable in the name of the animation.
Here's basically what I'm trying to do:
I have an integer variable called "speechnumber" which I use to control which dialogue box appears on the screen when characters speak. I also have a sprite which holds all the frames I want to display in the form of specific animations.
Is there a way that, instead of having to write...
System speechnumber = 1 set to animation "page1"
System Else
System speechnumber = 2 set to animation "page2"
...and so on and so forth, I could join the word "page" to speechnumber? And if so, what would I input into the "set animation" dialogue box to do so?
(the page numbers and speechnumbers do coordinate- speechnumber = 1 is supposed to bring up page1 and so on)
Thanks!