Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet thread from alt.ascii-art, started 29 Oct 1997.
 _   _                     _        _             _     _           
| | | |___  ___ _ __   ___| |_     / \   _ __ ___| |__ (_)_   _____ 
| | | / __|/ _ \ '_ \ / _ \ __|   / _ \ | '__/ __| '_ \| \ \ / / _ \
| |_| \__ \  __/ | | |  __/ |_   / ___ \| | | (__| | | | |\ V /  __/
 \___/|___/\___|_| |_|\___|\__| /_/   \_\_|  \___|_| |_|_| \_/ \___|
Ascii Art Animated Gif (pointer)

Ascii Art Animated Gif (pointer)

alt.ascii-art · 1 message · 29 Oct 1997
llizard <cq5...@freent.toronto.on.ca> ASCII art 29 Oct 1997 00:00 · raw headers · report
In article <636ubi$l8...@shell1.interlog.com>, tel...@interlog.com (Maxi
Rose) wrote:
> 
> I made an animated Gif of my husband (minus his glasses), crying. I used
> him for the model as he's got long hair and is, to me at least, attractive.
> I posted it in Uuencoded format on alt.binaries.pictures.ascii
> 
> Please let me know what you think. I would've made it into straight ANSI
> animation, but I don't know how to make that. Any help or pointers to
> resources on how to do that would be appreciated.
> 
> @}>-`--,-- Maxi Rose  Ghost of a Texas Lady

I don't know how to do an ANSI animation but I do know that if you have
Netscape 3.0 that has javascript enabled, you may be able to do a
javascript animation. Your drawing is on the large side though, so I
don't know if it will work.

Here is a template you can copy and paste into a text
document (notepad on a PC; I don't know the equivalent name for Mac):

.................Copy between dotted lines..........................
<HTML>
<HEAD>
    <TITLE>your title here</TITLE>
</HEAD>
<script language="JavaScript">
 
    var max=0;
    function tlist(){ max=tlist.arguments.length;
        for(i=0;i<max;i++) this[i]=tlist.arguments[i];
    }

    tl = new tlist(

"                                          ,^ \r\n"+
"                    -----%^^^^^^^^^^^^^^^^   \r\n"+
"                     ha /     \"   \"        \r\n"+
"                       /                       \r",

"                                          ,^ \r\n"+
"                    -----%^^^^^^^^^^^^^^^^   \r\n"+
"                  ha    /     \"   \"        \r\n"+
"                       /                       \r",

"                                          ,^ \r\n"+
"                 ha -----%^^^^^^^^^^^^^^^^   \r\n"+
"                        /     \"   \"        \r\n"+
"                       /                       \r"

    );
    var x=0;
    function tick() {
        document.f.t.value=tl[x];
        x++; if(x==max) x=0;
        //if(confirm('continue?'))
            setTimeout("tick()",70);
    }
    //-->

</script>

<BODY onload="tick()">
<FORM NAME=f><TEXTAREA NAME=t ROWS=4 COLS=60></TEXTAREA></FORM>

</BODY>

</HTML>
............................end copy..........................

Erase the above llizards and insert your frames there. All frames must
have the same number of lines. (If your drawing extends to 6 lines tall,
all of the drawings must be 6 lines tall.) I left three frames from my
laughing llizard to show you what it looks like. Each line must begin
with a  " (quotation mark). Each line except the last line of all frames
must end with  \r\n"+ (backslash, lowercase r, backslash, lowercase n,
quotationmark, plus sign). The last line of each frame except the last
frame must end with a \r", (backslash, lowercase r, quotation mark,
comma).
The last line of the last frame must end with a \r" (backslash,
lowercase
r, quotation mark) N.B. THERE IS NO COMMA AT THE END OF THE LAST FRAME.

Another important thing, any  \ (backslash) in your drawing must be
preceded by another \ (backslash) or you will have weird jumps in your
animation. The same goes for any " (quotation mark) in the drawing.
Precede it with a \ (backslash).

The number after the words

setTimeout("tick()",70);

will adjust the speed. Change it to see what happens.

The numbers in this part

ROWS=4 COLS=60>

will adjust the size of the frame when you are viewing the animation.
The ROWS is the number of lines in each frame and the COLS is the width
of the frame.

Save your animation as an .htm and view it in Netscape. You label the
animation "youranimationtitle.htm"

I hope these instructions were detailed enough and/or not too detailed
and that you can now go nuts making your own animations. Have fun and be
forewarned; it's really time consuming. 

Also, java script animations can only be viewed with Netscape 3.0 and
MSIE that
has javascript enabled and I gather that unless one has Netscape
Navigator,
animations over 750 lines long won't work. 

Hope this helps.


NOTE: If you hit the reply button, add an "e" to the "freent";
its absense is to stop the torment of automatic mailers.
--
    ___
  _/   |      ,^%---   See? It's easy when you know how....
 |_____|   __ >  \
   ---  == -- >                  llizard aka ejm
 [_____]    __>,^          cq5...@freenet.toronto.on.ca
  |   |    //| |   http://www.geocities.com/SoHo/Studios/9334/

About this thread. These messages were posted publicly to the newsgroup alt.ascii-art in 1997 and are mirrored here unchanged as part of the Historic Archives – only email addresses are masked. The artwork and text belong to their original authors: if you copy a piece, keep the artist's initials or signature intact and credit them where you can. Are you one of the authors? Contact us to get your posts attributed, connected to your artist profile, or removed.

Report this message

Help us keep the archive clean and accurate. Reports are reviewed by a person – nothing is changed automatically.

Help classify this post