Dr. Sam Beckett never returned home... Twitter: https://twitter.com/Quantum_Sheep Web: https://quantumsheep.itch.io
Comments
For example:
Make an attribute called 'count' - leave it at 0.
Have a rule that says:
When screen is tapped
Change attribute 'count' to 'count+1'
This basically increases 'count' by 1 every time you tap the screen.
Then have a rule that says:
When screen is tapped AND attribute count =0
Spawn Red Actor
When screen is tapped AND attribute count =1
Spawn Blue Actor
Hope that pushes you in the right direction!
QS
Dr. Sam Beckett never returned home...
Twitter: https://twitter.com/Quantum_Sheep
Web: https://quantumsheep.itch.io