Original Usenet thread from alt.ascii-art, started 29 Jan 1998.
Walking dog - who can help?
alt.ascii-art
· 7 messages · 29 Jan 1998 - 9 Feb 1998
And now? What am I supposed to do?
Here's DOG.HTM...
++ snip ++
<HTML>
<head>
<TITLE>Walking ASCII-Dog</TITLE>
<SCRIPT language="JavaScript">
<!-- To hide the codes from the old browsers
//Does JavaScript have basic-style string variables, concatenate,
//and left$/right$/mid$? can you do a bitwise and of variables??
var max=0; //function to set up a list of strings
function tlist(){ max=tlist.arguments.length;
for(i=0;i<max;i++) this[i]=tlist.arguments[i];
}
list1=new tlist(
"\\ /\ \r\n", //W[1]
" \\__________/ @--o \r\n",
" | === \r\n",
" | _________ .'' \r\n",
" | |+\ | |+| \r\n",
" | |\#\ | |+| \r\n",
".|_|.'-' .|_|-' \r\n",
" \r\n",
" |\ /\ \r\n", //W[2]
" \\_________/ @--o \r\n",
" | === \r\n",
" | ________ .'' \r\n",
" | |+| | |+| \r\n",
" / /\+\ \#\/ \r\n",
" .|_|'-' ___|_| \r\n",
" \r\n",
" \r\n",
" |\ /\ \r\n", //W[3]
" \\_________/ @--o \r\n",
" | === \r\n",
" | ________ .'' \r\n",
" \ \+| | |+| \r\n",
" \#\\ \ \/ \r\n",
" ___\_\ _|_| \r\n",
" \r\n",
" \\ /\ \r\n", //W[4]
" \\_________/ @--o\r\n",
" | ===\r\n",
" | _________ .''\r\n",
" \ \+| | |+| \r\n",
" | |+| | |#| \r\n",
" _\_\' ..|_|-' \r\n"
);
// There are 0x08 lines in a frame, * 0x04 frames (=0x20),
// * 0x10 steps of fourspace advance (=0x200) in an 0x40 char line.
// Ende Code -->
</script>
</head>
<BODY BGCOLOR="#FFFFFF" vlink="#FF0000" alink="#FFF000"
text="#000000" link="#000000" onLoad="tlist(10)">
</BODY></HTML>
++ snip ++
--
Please, always send PERSONAL eMAIL too!
Wel...@stud-mailer.uni-marburg.de
PGP: http://stud-www.uni-marburg.de/~Weller/pubkey.txt
In article <6aqrqv$74t$1...@surz03.HRZ.Uni-Marburg.DE>, Jochen Weller <Wel...@stud-mailer.uni-marburg.de> writes >And now? What am I supposed to do? >Here's DOG.HTM... > >++ snip ++ That doesn't wok yet. Try this.... (You can substitute your own sequence of frames) <html> <!-- HEAD PART --> <head> <title> put name of page here </title> </head> <!-- SCRIPT PART --> <script language="JavaScript"> var max=0; // FUNCTION TO SET UP FRAMES function tlist(){ max=tlist.arguments.length; for(i=0;i<max;i++) this[i]=tlist.arguments[i]; } tl = new tlist( " \r\n"+ // FRAME #1 " \r\n"+ " _.--._ \r\n"+ "<_''''_> SNAP ! \r\n"+ " ''--'' \r\n" , " \r\n"+ // #2 " .-''-. \r\n"+ " _'..'_ \r\n"+ "<_d..d_> \r\n"+ " ''--'' \r\n" , " ____ \r\n"+ // #3 " ( ) \r\n"+ " _\\__/_ \r\n"+ // [put \\ to print \ ] "<_@..@_> \r\n"+ " ''--'' \r\n" , " \r\n"+ // #4 " .-''-. \r\n"+ " _'..'_ \r\n"+ "<_b..b_> \r\n"+ " ''--'' \r\n" , " \r\n"+ // #5 " \r\n"+ " _.--._ \r\n"+ "<_''''_> SNAP \r\n"+ " ''--'' \r\n" ); var x=0; // FUBCTION TO DISPLAY FRAMES IN SEQUENCE function tick() { document.f.t.value=tl[x]; x++; if(x==max) x=0; setTimeout("tick()",105); }; </script> <!-- BODY SECTION --> <body onload="tick()" LINK="0000FF" ALINK="339900" VLINK="33CC33" HLINK="CC0000" BGCOLOR="000000" TEXT="FFFFFF" > <!-- This is the form and textarea the script accesses --> <FORM NAME=f> <TEXTAREA NAME=t ROWS=4 COLS=60 BGCOLOR=000000 TEXT=FFFFFF> </TEXTAREA> </FORM> [Put more HTML stuff in body here if wanted] </body> </html> |~/ |~/ ~~|;'^';-._.-;'^';-._.-;'^';-._.-;'^';-._.-;||';-._.-;'^';||_.-;'^'0-|~~ P | Woof Woof, Glug Glug ||____________|| 0 | P O | Who Drowned the Judge's Dog? | . . . . . . . '----. 0 | O O | answers on *---|_______________ @__o0 | O L |{a href="news:alt.religion.scientology"}{/a}_____________|/_______| L and{a href="http://www.xemu.demon.co.uk/clam/lynx/q0.html"}{/a}XemuSP4(:)
Wel...@stud-mailer.uni-marburg.de (Jochen Weller) wrote:
>Here's DOG.HTM...
Thank you Dave!!! Now it works.
++ snip ++
<HTML>
<head>
<TITLE>Walking ASCII-Dog</TITLE>
<SCRIPT language="JavaScript">
var max=0; //function to set up a list of strings
function tlist(){ max=tlist.arguments.length;
for(i=0;i<max;i++) this[i]=tlist.arguments[i];
}
list1 = new tlist(
"\\\\ /\\ \r\n"+ //W[1]
" \\\\__________/ @--o \r\n"+
" | === \r\n"+
" | _________ .'' \r\n"+
" | |+\\ | |+| \r\n"+
" | |\\#\\ | |+| \r\n"+
".|_|.'-' .|_|-' \r\n"+
" \r\n",
" |\\ /\\ \r\n"+ //W[2]
" \\\\_________/ @--o \r\n"+
" | === \r\n"+
" | ________ .'' \r\n"+
" | |+| | |+| \r\n"+
" / /\\+\\ \\#\\/ \r\n"+
" .|_|'-' ___|_| \r\n"+
" \r\n",
" |\\ /\\ \r\n"+ //W[3]
" \\\\_________/ @--o \r\n"+
" | === \r\n"+
" | ________ .'' \r\n"+
" \\ \\+| | |+| \r\n"+
" \\#\\\\ \\ \\/ \r\n"+
" ___\\_\\ _|_| \r\n"+
" \r\n",
" \\\\ /\\ \r\n"+ //W[4]
" \\\\_________/ @--o\r\n"+
" | ===\r\n"+
" | _________ .''\r\n"+
" \\ \\+| | |+| \r\n"+
" | |+| | |#| \r\n"+
" _\\_\\' ..|_|-' \r\n"+
" \r\n"
);
var x=0; // FUNCTION TO DISPLAY FRAMES IN SEQUENCE
function tick() {
document.f.t.value=list1[x];
x++; if(x==max) x=0;
setTimeout("tick()",105);
};
</script>
</head>
<BODY BGCOLOR="#FFFFFF" vlink="#FF0000" alink="#FFF000"
text="#000000" link="#000000" onload="tick()">
<FORM NAME=f>
<TEXTAREA NAME=t ROWS=8 COLS=60 BGCOLOR=000000 TEXT=FFFFFF>
</TEXTAREA>
</FORM>
</BODY></HTML>
++ snip ++
THX!
--
Please, always send PERSONAL eMAIL too!
Wel...@stud-mailer.uni-marburg.de
PGP: http://stud-www.uni-marburg.de/~Weller/pubkey.txt
On Thu, 29 Jan 1998 22:31:56 +0000, in article <Ol6...@xemu.demon.co.uk>, Dave Bird---St Hippo of Augustine <Dev...@xemu.demon.co.uk> wrote: > > In article <6aqrqv$74t$1...@surz03.HRZ.Uni-Marburg.DE>, Jochen Weller > <Wel...@stud-mailer.uni-marburg.de> writes > > > >And now? What am I supposed to do? > >Here's DOG.HTM... > > > >++ snip ++ The following is not about Dave's dog walking but it is about a good walking dog animation. I received via e-mail a dog walking animation from aaa lurker Robert Haschart, who has "been following the thread about a walking dog with some interest, largely because [he] recently completed an ascii animation of exactly that." He does not have a website on www nor is he able to post the creation in the newsgroup. So I have posted his animation for him at: http://www.geocities.com/SoHo/Studios/9334/spot.htm Remember, you need to have Netscape Navigator 3.01 that has Javascript enabled in order to view it. (And I think that MSIE 4.0 also works.) NOTE: If you hit the reply button, add an "e" to the "freent"; its absense is to stop the torment of automatic mailers. -- ___ ha _/ | ,^%--- ha |_____| __<_ \ ha --- == >/ llizard aka ejm [_____] __>,^ cq5...@freenet.toronto.on.ca ejm97| | //| | http://www.geocities.com/SoHo/Studios/9334/
Nice anim! A small bug: After it plays, pushing "Next" makes a nifty error "Undefined" . -- ._________________________________________________________________. | | | ._______. | | __ __ o \| Ant | | | / \/\/ \/ ; KRUNCH; | | \__/\/\__/\o | .*@., | | |. . . . . . . . . . . . . . /\ . ./\ rdv .@*. | \=/ | | | aka Turret __ __ |_______| | | ___ ____ ________/ / _____ _____/ /_____ | | / _ `/ _ `/ __/ _ /'|/ / _ `/ __/ '_/ _ \ | | \_,_/\_,_/_/ \_,_/|___/\_,_/_/ /_/\_\\___/ | | | | http://www.geocities.com/SiliconValley/Lab/2672/index.html | | | |_________________________________________________________________| llizard wrote in message <34D...@freent.toronto.on.ca>... >On Thu, 29 Jan 1998 22:31:56 +0000, in article ><Ol6...@xemu.demon.co.uk>, Dave Bird---St Hippo of Augustine ><Dev...@xemu.demon.co.uk> wrote: >> >> In article <6aqrqv$74t$1...@surz03.HRZ.Uni-Marburg.DE>, Jochen Weller >> <Wel...@stud-mailer.uni-marburg.de> writes >> > >> >And now? What am I supposed to do? >> >Here's DOG.HTM... >> > >> >++ snip ++ > >The following is not about Dave's dog walking but it is about a good >walking dog animation. > >I received via e-mail a dog walking animation from aaa lurker Robert >Haschart, who has "been following the thread about a walking dog with >some interest, largely because [he] recently completed an ascii >animation of exactly that." He does not have a website on www nor is he >able to post the creation in the newsgroup. > >So I have posted his animation for him at: >http://www.geocities.com/SoHo/Studios/9334/spot.htm > >Remember, you need to have Netscape Navigator 3.01 that has Javascript >enabled in order to view it. (And I think that MSIE 4.0 also works.) > > >NOTE: If you hit the reply button, add an "e" to the "freent"; >its absense is to stop the torment of automatic mailers. >-- > ___ ha > _/ | ,^%--- ha > |_____| __<_ \ ha > --- == >/ llizard aka ejm > [_____] __>,^ cq5...@freenet.toronto.on.ca >ejm97| | //| | http://www.geocities.com/SoHo/Studios/9334/
In article <34D...@freent.toronto.on.ca>, llizard <cq5...@freent.toronto.on.ca> writes >The following is not about Dave's dog walking but it is about a good >walking dog animation. > >I received via e-mail a dog walking animation from aaa lurker Robert >Haschart, who has "been following the thread about a walking dog with >some interest, largely because [he] recently completed an ascii >animation of exactly that." He does not have a website on www nor is he >able to post the creation in the newsgroup. > >So I have posted his animation for him at: >http://www.geocities.com/SoHo/Studios/9334/spot.htm I had a look and it is quite neat, once you figure you have to scroll down and press the START button before anything happens (maybe the buttons should be at the top?). It's good smooth animation, but it appears to be the conventional "whole frame strings" method. -- ^-^-^-@@-^-;-^ http://www.xemu.demon.co.uk/ (..)__u news:alt.smoking.mooses
In article <6bbbi8$1s1$1...@usenet49.supernews.com>, "aardvarko" <*REMOVE ME*aar...@geocities.com> wrote: > llizard wrote in message <34D...@freent.toronto.on.ca>... [snip] > >Robert Haschart [...] recently completed an ascii animation [snip] > >http://www.geocities.com/SoHo/Studios/9334/spot.htm [snip] > > Nice anim! > > A small bug: After it plays, pushing "Next" makes a nifty error > "Undefined" . > -- [snip] > http://www.geocities.com/SiliconValley/Lab/2672/index.html I wrote to Robert Haschart and have now (I think) fixed the problem with a coding fix he suggested. NOTE: If you hit the reply button, add an "e" to the "freent"; its absense is to stop the torment of automatic mailers. -- llizard aka ejm ,^ cq5...@freenet.toronto.on.ca ===%^^^^^^^^^^^^ www.geocities.com/SoHo/Studios/9334/ " "
About this thread.
These messages were posted publicly to the newsgroup
alt.ascii-art
in 1998 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.