Cycle Through Pictures by Pressing
Here we manually cycle through a set of pictures by pressing them. The trick is to add a pic to a Container, then each press, remove the existing pic and add the next pic. We use a modulus % to cycle the index over and over. The modulus gives a remainder.
by Dr Abstract