I want a spriteB to appear only if BOTH of 2 conditions have been met:
The 1st condition is that spriteA is on screen.
The 2nd condition is that the player's score is equal to or higher than X.
I've done tests with the conditions individually & they work fine on their own....but I don't know how to combine them into an "if this is true AND that is true then this happens" rule.
So how do I set a requirement that an action won't occur until multiple conditions have been met? thanks in advance