If this is your first visit, be sure to check out the FAQ by clicking the link above.
You may have to register before you can post: click the register link above to proceed.
To start viewing messages, select the forum that you want to visit from the selection below.
Some of you may remember my original dancing spiderman avatar. Well it's time spidey came back but I can't find it on my computer. I've found it online but I can't put it as my avatar because I can only make it move when it's a .bmp. Here's the link: http://www.khepri.com/dancing-spidey.gif. Any help would be awesome.
Posts: 12,808
Casino Cash: $29905
Sportbike: 04 ZX6R track slut
mine is a gif...
right click save as on mine then upload it form your puter - it'll give ya an error message but it should still work - mine did... but i'm changing mine again Spidey is all yours....
mine is a gif...
right click save as on mine then upload it form your puter - it'll give ya an error message but it should still work - mine did... but i'm changing mine again Spidey is all yours....
man I just can't get it to work. It worked for you but not me, what am I doing wrong?
Also, there is a funny collection of superheros in the link below (please don't shoot me, I know it's from another site..But they have some bad arse smilies)
Just scroll to the bottom and you'll see a lineup of dancing superheros
You can also try the manual way:
One way to create a movie is to manually combine multiple BMP format bitmaps into a single DIB file. Use a program which supports the BMP file type (Paintbrush, for example) to create several bitmaps, one for each frame of your movie. Then, use the COPY command to concatenate the BMP files into a DIB.
The following statement combines every BMP file in the current directory, in the directory order, into a single DIB file called ANIMATE.DIB:
COPY /B *.BMP ANIMATE.DIB
The next few statements copy four bitmaps, BITMAP1.BMP, BITMAP2.BMP, BITMAP3.BMP, and BITMAP4.BMP, in that order, to a DIB file called MOVIE.DIB: