i need to make a program that flashes pictures rapidly on the screen, but loading each image from file before displaying it is slow and they all take different amounts of time to load, as they are all different sizes. i was wondering if there is a way to load all the images into memory, perhaps when the program loads, so i can display them from memory at a rapid speed? someone please help me!