I need to make images pop out of holes in a game I am currently making. This would need display of a subset of image at different frames. How to achieve it?
You can use get() on an image to get a section of it. You can use the width and height of the sketch as well as the width and height of the images to place things correctly. See the example below.