Place the images you want into the resources (Media) . For example, one of the images could be called FirstImage.png

From the Designer screen, go to Media, press the Upload File button and follow the directions on the pop-up screens to load your images from a folder on your PC.
To retrieve on image, place an image control on your Android screen and set Image1.Picture to FirstImage.png .
You can then select other images by putting the code into lots of buttons .... Button1.Click >>>> set Image1.Picture to FirstImage.png Button2.Click >>>> set Image1.Picture to SecondImage.png . All the images go into a single Image1 component on the screen.
To make this work nice, use a list picker to select the images or you could use a timer and the Control for each number from 1 to thenumberofimages by 1 to cycle through a list where the items in the list are:
Image1.png, Image2.png, Image3.png for three images
Try some blocks. If this advice works for you, rejoice with us. If it does not work, show an image of what you tried and you will get advice.
Happy App Inventing!
Regards,
Steve