ID:273825
 
I was wondering how does one go about adding a gif or some kind of animated picture for a background or something for a title screen
A .dmi file is effectively a gif so rename the gif you want and place it as a tile I guess.
In response to Kyle_ZX
i dont want it on a map though and changing it to dmi jsut made it show all the icon states
In response to Xavion_Zenovka
First, DMIs are PNGs, not GIFs.

Second, you can use almost any image as an icon. You can just use the GIF instead of a DMI.

obj
example
icon = 'example.gif'
In response to Warlord Fred
i've done that but i want to make a animated title screen in the window that isn't on a map like i dont want to have the title screen on the map but rather the window animated if possible
In response to Xavion_Zenovka
only browser and grid can support animated pictures
Embed the animated image, (preferably .gif because .dmi isn't too great when it becomes a higher-quality/larger-size file), into a browser element in your interface. Use winshow() to show/hide the brower when done.