Looping Images in ImageList?
I am experimenting with graphics in my application. I have a series of about 10 small images (50 x 100 pix) in an imagelist which are displayed in sequence (a loop) creating the illution that the image moves - somewhat like a animated GIF file. Fairly basic so far. I can also move my 'object' about the form to further inhance the illution. My question is: Is this the best way to do it? Or should I create new instances of the object with sequential images in different locations to achieve the same effect? Or does someone have a totally different approach?
Thanks in advance!
|