Hi people :), i have a problem with my game...
Well i'm making a game of calculations and well,
My first layout is the index of the game, when i click on play: I make an event on system to "go to layout" sum.
I want to make 20 layouts of sums for example. 20 of subtraction and 20 of multiplication and randomly in getting each of them.
Each game has 1 layout of sum, 1 layout of subtraction and 1 layout of multiplication.
For example:
Index -> Go to sum 13 : correct answer -> Go to subtraction 26 : correct answer -> Go to multiplication 3 : correct answer -> Go to win layout and show score.
My first though is use the system event "go layout by name" and named the layouts of sums with: sum1, sum2, ... sumN and use the event with a concat sum+random(1,30). But we don't have a concat operator... Someone knows an idea for do that?
PD: Sorry about my english :/.