mesvak 361 for doing this you needa get pyglet installed that s what we needa import tho so then we make our image welp the images needa be besides the program we have written Like for this example nigger.gif and niba.gif lets get ahead [hide] #mesvak is here boobies import pyglet animation=pyglet.image.load_animation('niggers.gif') animation1=pyglet.image.load_animation('niba.gif') #this one make it like watever u can do to that gif like i conssider niggers.gif an earth so we can rotate and .... animsprite=pyglet.sprite.sprite(animation) w=animsprite.width h=animsprite.height window=pyglet.window.window(w=width,h=height) r,g,b,suck=0.5,0.5,0.8,0.5 pyglet.gl.glclearcolor(r,g,b,suck) @window.event def on_draw(): window.clear() animsprite.draw() pyglet.app.run() [/hide] Quote Share this post Link to post Share on other sites