Okay. So in my game when you get a correct answer it adds to the correct variable. and another event will do
CONDITION
Correct = 1
ACTION:
Show seed (sprite)
And the same with 2 correct answers in a row
CONDITION
Corrrect= 2
ACTION:
Show Sapling (sprite)
And if it is Wrong then
Condition:
Add 1 to Wrong
ACTION:
Show Wrong (sprite)
Sub Event
Trigger once
Action:
Subtract 1 from correct.
Got me so far? Here is where it gets confusing.
If I get correct and then 1 wrong, It'll show the Wrong (sprite) but also show the Seed because even though it got 1 wrong the variable becomes 1. After all, it subtracted but the value is still more than 1. And my event shows that when Correct = 1 shows seed. So yeah. I know its confusing and I'll show my coding so I hope it helps. If you can, It'll help a ton. Thanks!
I didn't get to fit all the coding in 1 pic so it's the continuation