i had a look at the ini file, and it strongly seems to suggest that animated backgrounds can be made. i'll be darned if I can figure out how it's done, though.
Say you have an animation with 16 frames. You make a still image with dimensions which are multiples of your screen size (640x3200 for 16 320x240 frames), and order it like this: Now edit your ini: Code: back_mov_f[ 0] = 16; // back01.png And you're done.
it is also possible, through script modding (POSSIBLY through a plugin hook already in there), to produce scrolling backgrounds as well. also, if you go past 10 frames, you're better off (unless you really NEED the precise number of frames) going with, say, 20/30/x0 frames. @mufunyo>>don't forget the delay between frames, also defined in the .ini file.