@all,
I have a big .PNG file with frames of an animation. Each frame is 180 x 262 pixels, and the animation has 80 frames. In BlitzPlus, what is the most efficient method of showing this animation? By using LoadImage() to load the file, and DisplayImage(framenumber) to display it frame by frame? or are there better commands than DisplayImage()? Any ideas welcomed
I have a big .PNG file with frames of an animation. Each frame is 180 x 262 pixels, and the animation has 80 frames. In BlitzPlus, what is the most efficient method of showing this animation? By using LoadImage() to load the file, and DisplayImage(framenumber) to display it frame by frame? or are there better commands than DisplayImage()? Any ideas welcomed