Settings

The page will reload to apply your changes.
Theme

ASCII Art Font

ASCII Art Menu

Original Usenet thread from alt.ascii-art.animation, started 11 Sep 1997.
 _   _                     _        _             _     _           
| | | |___  ___ _ __   ___| |_     / \   _ __ ___| |__ (_)_   _____ 
| | | / __|/ _ \ '_ \ / _ \ __|   / _ \ | '__/ __| '_ \| \ \ / / _ \
| |_| \__ \  __/ | | |  __/ |_   / ___ \| | | (__| | | | |\ V /  __/
 \___/|___/\___|_| |_|\___|\__| /_/   \_\_|  \___|_| |_|_| \_/ \___|
StickMen (html - 7kb)

StickMen (html - 7kb)

alt.ascii-art.animation · 2 messages · 11 Sep 1997 - 12 Sep 1997
Kangaroo <kan...@geocities.com.NOSPAM> ASCII art 11 Sep 1997 00:00 · permalink · report
<BASE HREF="file:///C|/INTERNET/TEMP/STICKMEN.HTM">

<HTML>
<HEAD>
<TITLE> Stick Men </TITLE>
<META NAME="GENERATOR" CONTENT="Animation to Hypertext Converter (Version 1.5)">
</HEAD>

<script language="JavaScript">
<!-- Begin animation script -----
document.bgColor="black";
document.fgColor="white";
var frame_count=0;
var nl="\r\n";

function Animate()
{
        document.animation.viewer.value = cartoon[frame_count];
        if (cartoon[++frame_count]==null) frame_count=0;
        // Remove "//" from next line to show it a frame at a time.
        // if(confirm('continue?'))
        setTimeout("Animate()", 300);  // Change number here to change speed
}

cartoon = new Array(
""+nl+
""+nl+
""+nl+
"   ()                                                ()"+nl+
"   |                                                  |"+nl+
"  /|\\                                                /|\\"+nl+
"  || \\                                              | ||"+nl+
"  ||  |                                             | ||"+nl+
"  ||\\ |                                             |/||"+nl+
"  m| \\m                                             m |m"+nl+
"   |  \\                                            /  |"+nl+
"   |  |                                            |  |"+nl+
"   |  |                                            |  |"+nl+
"   == ==                                          == =="+nl+
"===========================================================",

""+nl+
""+nl+
""+nl+
"   ()                                                ()"+nl+
"   |                                                  |"+nl+
"  /|\\                                                /|\\"+nl+
"  || \\                                              | ||"+nl+
"  |(  |                                             | ||"+nl+
"  ||\\ |                                             |/||"+nl+
"  m| \\m                                             m |m"+nl+
"   |  \\                                            /  |"+nl+
"   |  |                                            |  |"+nl+
"   |  |                                            |  |"+nl+
"   == ==                                          == =="+nl+
"===========================================================",

""+nl+
""+nl+
"       hello"+nl+
"      ()                                             ()"+nl+
"      /                                               |"+nl+
"     /\\                                              /|\\"+nl+
"    /| \\                                            | ||"+nl+
"   ( |  |                                           | ||"+nl+
"   |\\|  |                                           |/||"+nl+
"   | m  m                                           m |m"+nl+
"   |  \\                                            /  |"+nl+
"   |  |                                            |  |"+nl+
"   |  |                                            |  |"+nl+
"   == ==                                          == =="+nl+
"===========================================================",

""+nl+
"                hello"+nl+
""+nl+
"      ()                                             ()"+nl+
"      /                                               |"+nl+
"     /\\    W                                         /|\\"+nl+
"    /| \\  /                                         | ||"+nl+
"   ( |  \\/                                          | ||"+nl+
"   |\\|                                              |/||"+nl+
"   | m                                              m |m"+nl+
"   |  \\                                            /  |"+nl+
"   |  |                                            |  |"+nl+
"   |  |                                            |  |"+nl+
"   == ==                                          == =="+nl+
"===========================================================",

"                       hello"+nl+
""+nl+
""+nl+
"      ()                                             ()"+nl+
"      /                                               |"+nl+
"     /\\  W                                           /|\\"+nl+
"    /| \\ |                                          | ||"+nl+
"   ( |  \\|                                          | ||"+nl+
"   |\\|                                              |/||"+nl+
"   | m                                              m |m"+nl+
"   |  \\                                            /  |"+nl+
"   |  |                                            |  |"+nl+
"   |  |                                            |  |"+nl+
"   == ==                                          == =="+nl+
"===========================================================",

"                                hello"+nl+
""+nl+
""+nl+
"      ()                                             ()"+nl+
"      /                                               |"+nl+
"     /\\    W                                         /|\\"+nl+
"    /| \\  /                                         | ||"+nl+
"   ( |  \\/                                          | ||"+nl+
"   |\\|                                              |/||"+nl+
"   | m                                              m |m"+nl+
"   |  \\                                            /  |"+nl+
"   |  |                                            |  |"+nl+
"   |  |                                            |  |"+nl+
"   == ==                                          == =="+nl+
"===========================================================",

""+nl+
"                                       hello"+nl+
""+nl+
"      ()                                             ()"+nl+
"      /                                               |"+nl+
"     /\\                                              /|\\"+nl+
"    /| \\                                            | ||"+nl+
"   ( |  |                                           | ||"+nl+
"   |\\|  |                                           |/||"+nl+
"   | m  m                                           m |m"+nl+
"   |  \\                                            /  |"+nl+
"   |  |                                            |  |"+nl+
"   |  |                                            |  |"+nl+
"   == ==                                          == =="+nl+
"===========================================================",

""+nl+
""+nl+
"                                                 hello"+nl+
"   ()                                                ()"+nl+
"   |                                                  |"+nl+
"  /|\\                                                /|\\"+nl+
"  || \\                                              | ||"+nl+
"  ||  |                                             | ||"+nl+
"  ||\\ |                                             |/||"+nl+
"  m| \\m                                             m |m"+nl+
"   |  \\                                            /  |"+nl+
"   |  |                                            |  |"+nl+
"   |  |                                            |  |"+nl+
"   == ==                                          == =="+nl+
"==========================================================="
);// ----  End of the animation script  ----->
</script>

<BODY text=white background=stars.gif bgcolor=black link=red vlink=pink onload="Animate();window.status=' Stick Men ';return true">

<FORM NAME=animation>
        <center><TEXTAREA NAME=viewer ROWS=15 COLS=59></TEXTAREA></center>
</FORM>
<font size=2 color=lightblue face=typewritter>
<center> Art and Animation by Unknown </center>
</font>

</BODY>
</HTML>

Kangaroo wrote:
> 
>                      Art and Animation by Unknown



Just like me, saying hello hello to you Kangaroo!
-- 
Albertina \|/
DeJesus  (@_@)
~~~~~~~~~~~~~~~

About this thread. These messages were posted publicly to the newsgroup alt.ascii-art.animation 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