Hey, coders. I am a beginner/intermediate coder, just learning SpriteKit. I am making an addition/subtraction game for my Kindergarten students that involves a playing card that needs to be changed on tap. I can do this in UIKit, but I want to do this with sprites since the rest of the game is developed in SpriteKit. I can’t find an action that does what I want: an animation with texture is the closest, but that doesn’t cut it exactly because on tap down the card returns to its normal state, and the cards are not selected randomly.
A card says ‘5-3’, students answer and move game piece. Next student must tap the card to change. I will need this action to select a random card. Can anyone point me in the right direction?
Sincerely,
Karrin Burns