Hey Guys.
My global variable is called 'Correct'
I have a code which is:
Event
When option A and
Option B clicked.
Action
Add 1 to correct
And after that is this code which takes place in another layout:
Event
SYSTEM-Correct=1
Action
Show seed (sprite)
At first, it didn't work, but
then I checked the debugging and I saw that my code of 'add 1 to correct'
kept on adding one. How do I stop this?
Attached is my 2nd code and the debugging
above is the debugging and here is my 2nd code