adding with gamesalad
alexxxhp
Member Posts: 161
how do you make numbers add on their own showing the result for example
if a number 4 comes up on the screen then a 3 then show a final result of 7 but at random numbers as the numbers change to show the final result of those numbers added
if a number 4 comes up on the screen then a 3 then show a final result of 7 but at random numbers as the numbers change to show the final result of those numbers added
Comments
So:
Number1
Number2
In your game, whenever you set those two numbers, change the corresponding global attribute as well.
When you show the results, use the expression editor (the little e) and make it look like this:
Display Text
game.Number1 + game.Number2
Hope this helps!
Joe