When all sprites touched

Hi everyone,
Sorry if this is the wrong place or a silly question but I’m new to all this.
I’m making an educational app and I’m quite pleased so far but I’m stuck. After the player has clicked all the sprites once I would like it to go onto the next screen. I’ve found how to go onto the next screen in other circumstances but not after every sprite has been touched once. Is this possible? Thank you!

Hi @Christina_Foster

You could do something like this:

blocks (41)

blocks (42)

It’s structured so that it keeps track of how many times each sprite was touched if you are looking to enforce “exactly once”. You will need to set maxSprites to be the number of sprites you have in your app. You should be able to drag these images into App Inventor to add them to your app.

Regards,
Evan

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.