CINXE.COM

A. Film L.A.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>A. Film L.A.</title> <script type="text/javascript">(function() { (function(){function b(g){this.t={};this.tick=function(h,m,f){var n=f!=void 0?f:(new Date).getTime();this.t[h]=[n,m];if(f==void 0)try{window.console.timeStamp("CSI/"+h)}catch(q){}};this.getStartTickTime=function(){return this.t.start[0]};this.tick("start",null,g)}var a;if(window.performance)var e=(a=window.performance.timing)&&a.responseStart;var p=e>0?new b(e):new b;window.jstiming={Timer:b,load:p};if(a){var c=a.navigationStart;c>0&&e>=c&&(window.jstiming.srt=e-c)}if(a){var d=window.jstiming.load; c>0&&e>=c&&(d.tick("_wtsrt",void 0,c),d.tick("wtsrt_","_wtsrt",e),d.tick("tbsd_","wtsrt_"))}try{a=null,window.chrome&&window.chrome.csi&&(a=Math.floor(window.chrome.csi().pageT),d&&c>0&&(d.tick("_tbnd",void 0,window.chrome.csi().startE),d.tick("tbnd_","_tbnd",c))),a==null&&window.gtbExternal&&(a=window.gtbExternal.pageT()),a==null&&window.external&&(a=window.external.pageT,d&&c>0&&(d.tick("_tbnd",void 0,window.external.startE),d.tick("tbnd_","_tbnd",c))),a&&(window.jstiming.pt=a)}catch(g){}})();window.tickAboveFold=function(b){var a=0;if(b.offsetParent){do a+=b.offsetTop;while(b=b.offsetParent)}b=a;b<=750&&window.jstiming.load.tick("aft")};var k=!1;function l(){k||(k=!0,window.jstiming.load.tick("firstScrollTime"))}window.addEventListener?window.addEventListener("scroll",l,!1):window.attachEvent("onscroll",l); })();</script><script type="text/javascript">function a(){var b=window.location.href,c=b.split("?");switch(c.length){case 1:return b+"?m=1";case 2:return c[1].search("(^|&)m=")>=0?null:b+"&m=1";default:return null}}var d=navigator.userAgent;if(d.indexOf("Mobile")!=-1&&d.indexOf("WebKit")!=-1&&d.indexOf("iPad")==-1||d.indexOf("Opera Mini")!=-1||d.indexOf("IEMobile")!=-1){var e=a();e&&window.location.replace(e)}; </script><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <meta name="generator" content="Blogger" /> <link rel="icon" type="image/vnd.microsoft.icon" href="https://www.blogger.com/favicon.ico"/> <link rel="alternate" type="application/atom+xml" title="A. Film L.A. - Atom" href="http://afilmla.blogspot.com/feeds/posts/default" /> <link rel="alternate" type="application/rss+xml" title="A. Film L.A. - RSS" href="http://afilmla.blogspot.com/feeds/posts/default?alt=rss" /> <link rel="service.post" type="application/atom+xml" title="A. Film L.A. - Atom" href="https://www.blogger.com/feeds/28569533/posts/default" /> <link rel="stylesheet" type="text/css" href="https://www.blogger.com/static/v1/v-css/1601750677-blog_controls.css"/> <link rel="stylesheet" type="text/css" href="https://www.blogger.com/dyn-css/authorization.css?targetBlogID=28569533&zx=30435539-4478-4758-96bc-fa3a6210c841"/> <!-- script language="JavaScript" src="https://ftp.afilm.com/logging/log.asp?site=afilmlablog"></script --> <SCRIPT language=JavaScript> <!-- hide this script tag's contents from old browsers --> function Left(str, n){ if (n <= 0) return ""; else if (n > String(str).length) return str; else return String(str).substring(0,n); } function Right(str, n){ if (n <= 0) return ""; else if (n > String(str).length) return str; else { var iLen = String(str).length; return String(str).substring(iLen, iLen - n); } } function IsNumeric(strString) // check for valid numeric strings { var strValidChars = "0123456789,.-:"; var strChar; var blnResult = true; if (strString.length == 0) return false; // test strString consists of valid characters listed above for (i = 0; i < strString.length && blnResult == true; i++) { strChar = strString.charAt(i); if (strValidChars.indexOf(strChar) == -1) { blnResult = false; } } return blnResult; } function CalcExprMSF2FR(form) { if (form.msf2fr.value == '') { form.msf2fr.value = '';} else if (IsNumeric(form.msf2fr.value) == false) { form.msf2fr.value = ''; form.fr2msf.value = '';} else { form.fr2msf.value = ((form.msf2fr.value.substring(0,2)*1440)+(form.msf2fr.value.substring(3,5)*24)+((form.msf2fr.value.substring(6,8))*1)) ; } } function CalcExprFR2MSF(form) { var totfrs; var mins; var secs; var frs; if (form.fr2msf.value == '') { form.fr2msf.value = '';} else if (IsNumeric(form.fr2msf.value) == false) { form.msf2fr.value = ''; form.fr2msf.value = '';} else { totfrs = form.fr2msf.value; mins = Math.floor(totfrs/1440) ; secs = Math.floor((totfrs-(mins*1440))/24); frs = totfrs-(mins*1440)-(secs*24); form.msf2fr.value = Right('00'+String(mins),2)+':'+Right('00'+String(secs),2)+':'+Right('00'+String(frs),2) ; } } /* function CalcExprFT2MSF(form) { if (form.ft2msf.value == '') { form.ft2msf.value = '';} else if (IsNumeric(form.ft2msf.value) == false) { form.msf2ft.value = ''; form.ft2msf.value = '';} else { form.fr2ft.value = ((form.ft2fr.value.substring(0,3)*16)+((form.ft2fr.value.substring(4,6))*1)) ; } } */ function CalcExprFT2FR(form) { if (form.ft2fr.value == '') { form.ft2fr.value = '';} else if (IsNumeric(form.ft2fr.value) == false) { form.fr2ft.value = ''; form.ft2fr.value = '';} else { form.fr2ft.value = ((form.ft2fr.value.substring(0,3)*16)+((form.ft2fr.value.substring(4,6))*1)) ; } } function CalcExprFR2FT(form) { if (form.fr2ft.value == '') { form.fr2ft.value = '';} else if (IsNumeric(form.fr2ft.value) == false) { form.ft2fr.value = ''; form.fr2ft.value = '';} else if (form.fr2ft.value > 15999) { form.ft2fr.value = '-----'; form.fr2ft.value = '-----';} else { form.ft2fr.value = Right('000'+String(Math.floor(form.fr2ft.value/16)),3)+'-'+Right('000'+String((form.fr2ft.value-((Math.floor(form.fr2ft.value/16))*16))),2) ; } } function CalcExprD2F(form) { if (form.d2f.value == '') { form.d2f.value = '';} else if (IsNumeric(form.d2f.value) == false) { form.d2f.value = ''; form.f2d.value = '';} else { form.f2d.value = eval(Math.round(((21/8)*(form.d2f.value-1))*100)/100); } } function CalcExprF2D(form) { if (form.f2d.value == '') { form.f2d.value = '';} else if (IsNumeric(form.f2d.value) == false) { form.d2f.value = ''; form.f2d.value = '';} else { form.d2f.value = eval(Math.round((((8/21)*form.f2d.value)+1)*100)/100); } } function CalcExprB2M(form) { if (form.b2m.value == '') { form.b2m.value = '';} else if (IsNumeric(form.b2m.value) == false) { form.b2m.value = ''; form.m2b.value = '';} else { form.m2b.value = eval(Math.round(((1440/form.b2m.value))*100)/100); } } function CalcExprM2B(form) { if (form.m2b.value == '') { form.m2b.value = '';} else if (IsNumeric(form.m2b.value) == false) { form.b2m.value = ''; form.m2b.value = '';} else { form.b2m.value = eval(Math.round(((1440/form.m2b.value))*100)/100); } } <!-- done hiding from old browsers --> </SCRIPT> <style type="text/css"> /* ----------------------------------------------- Blogger Template Style Name: Minima Blue Designer: Douglas Bowman URL: www.stopdesign.com Date: 28 Feb 2004 ----------------------------------------------- */ body { background:#135; margin:0; padding:40px 20px; font:x-small "Trebuchet MS",Trebuchet,Verdana,Sans-Serif; text-align:center; color:#ccc; font-size:small; } a:link { color:#bdf; /* 9bd f1a9c8 */ text-decoration:none; } a:visited { color:#79b; /* c99 a7a ea7baa */ text-decoration:none; } a:hover { color:#ad9; text-decoration:underline; } a img { border-width:0; } .MyNote { font:85%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; color:#79b; text-decoration:none; line-height:1.2em; } .MyNote a { text-decoration:none; color:#9ac; } /* Header ----------------------------------------------- */ @media all { #header { width:660px; margin:0 auto 10px; border:1px solid #468; } } @media handheld { #header { width:90%; } } #blog-title { margin:5px 5px 0; padding:10px 60px 0; border:1px solid #357; border-width:1px 1px 0; font-size:180%; line-height:1.0em; color:#eee; text-transform:uppercase; letter-spacing:.2em; } #blog-title a { color:#eee; text-decoration:none; } #blog-title a:hover { color:#ad9; } #description { margin:0 5px 5px; padding:0 10px 10px; border:1px solid #357; border-width:0 1px 1px; font:60%/1.3em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#ace; } /* Content ----------------------------------------------- */ @media all { #content { width:660px; margin:0 auto; padding:0; text-align:left; } #main { width:410px; float:left; } #sidebar { width:220px; float:right; } table { rules: all; rule-style: none solid; rule-width: 0pt; } thead td { border-style: none none solid none; border-width: none; margin: 0pt; } } @media handheld { #content { width:90%; } #main { width:100%; float:none; } #sidebar { width:100%; float:none; } } /* Headings ----------------------------------------------- */ h2 { margin:1.5em 0 .75em; font:bold 82%/1.5em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#777; } /* Posts ----------------------------------------------- */ @media all { .date-header { margin:1.5em 0 .5em; color:#579; } .post { margin:.5em 0 1.5em; border-bottom:1px dotted #357; padding-bottom:1.5em; } } @media handheld { .date-header { padding:0 1.5em 0 1.5em; } .post { padding:0 1.5em 0 1.5em; } } .post-title { margin:.25em 0 0; padding:0 0 4px; font-size:140%; line-height:1.2em; color:#fc6; } .post-mini { margin:.25em 0 0; padding:0 0 4px; font-size:80%; line-height:1.4em; color:#fc6; } .post-title a { text-decoration:none; color:#fc6; } .post-title a:hover { color:#fff; } .post div { margin:0 0 .75em; line-height:1.6em; } p.post-footer { margin:-.25em 0 0; color:#357; } .post-footer em, .comment-link { font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .post-footer em { font-style:normal; color:#579; margin-right:.6em; } .comment-link { margin-left:.6em; } .post img { //padding:4px; //border:1px solid #222; text-decoration: none; border: none; } .post blockquote { margin:1em 20px; } .post blockquote p { margin:.75em 0; } /* Comments ----------------------------------------------- */ #comments h4 { margin:1em 0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.2em; color:#579; } #comments h4 strong { font-size:130%; } #comments-block { margin:1em 0 1.5em; line-height:1.6em; } #comments-block dt { margin:.5em 0; } #comments-block dd { margin:.25em 0 0; } #comments-block dd.comment-timestamp { margin:-.25em 0 2em; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } #comments-block dd p { margin:0 0 .75em; } .deleted-comment { font-style:italic; color:gray; } /* Sidebar Content ----------------------------------------------- */ .sidebar-title { color:#579; } #sidebar ul { margin:0 0 1.0em; padding:0 0 1.0em; border-bottom:1px dotted #357; list-style:none; } #sidebar li { margin:0; padding:0 0 .25em 15px; text-indent:-15px; line-height:1.2em; } #sidebar p { line-height:1.2em; } #sidebar hr { margin:0.4em 0 0; padding:0 0 0; border-top:1px dotted #79a; /* width:75%; */ color:#79a; border-style: none none dotted; } .sidebar-center { text-align:center; } /* Profile ----------------------------------------------- */ #profile-container { margin:0 0 1.5em; border-bottom:1px dotted #357; padding-bottom:1.5em; } .profile-datablock { margin:.5em 0 .5em; } .profile-img { display:inline; } .profile-img img { float:left; padding:4px; border:1px solid #357; margin:0 8px 3px 0; } .profile-data { margin:0; font:bold 78%/1.6em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } .profile-data strong { display:none; } .profile-textblock { margin:0 0 .5em; } .profile-link { margin:0; font:78%/1.4em "Trebuchet MS",Trebuchet,Arial,Verdana,Sans-serif; text-transform:uppercase; letter-spacing:.1em; } /* Footer ----------------------------------------------- */ #footer { width:660px; clear:both; margin:0 auto; } #footer hr { display:none; } #footer p { margin:0; padding-top:15px; font:78%/1.6em "Trebuchet MS",Trebuchet,Verdana,Sans-serif; letter-spacing:.1em; } #StyleVideo{ clear: both; float: none; display: block; margin-left: auto; margin-right: auto; margin-bottom: 8px; width: 400px; height: 225px; vertical-align: middle; left: auto; right: auto; } </style> <link rel="me" href="https://www.blogger.com/profile/12707924880609997693" /> <meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/> <meta name='google-adsense-platform-domain' content='blogspot.com'/> <!-- --><style type="text/css">@import url(https://www.blogger.com/static/v1/v-css/navbar/3334278262-classic.css); div.b-mobile {display:none;} </style> </head> <body><script type="text/javascript"> function setAttributeOnload(object, attribute, val) { if(window.addEventListener) { window.addEventListener('load', function(){ object[attribute] = val; }, false); } else { window.attachEvent('onload', function(){ object[attribute] = val; }); } } </script> <div id="navbar-iframe-container"></div> <script type="text/javascript" src="https://apis.google.com/js/platform.js"></script> <script type="text/javascript"> gapi.load("gapi.iframes:gapi.iframes.style.bubble", function() { if (gapi.iframes && gapi.iframes.getContext) { gapi.iframes.getContext().openChild({ url: 'https://www.blogger.com/navbar/28569533?origin\x3dhttp://afilmla.blogspot.com', where: document.getElementById("navbar-iframe-container"), id: "navbar-iframe" }); } }); </script> <div id="header"> <h1 id="blog-title"> <table><tr><td> <!-- img src="https://www.afilmla.com/blog/AFLOGObl.gif" --> <a href="http://www.afilm.com" TARGET="_BLANK"><img src="https://www.afilmla.com/blog/AFLOGObl.gif"> </a></td> <td><a href="http://afilmla.blogspot.com/"> <h1> A. Film L.A.</h1></a></td> <td> <!-- img src="http://www.skydebanen.net/~hp/AFilmLAblog/pix/AFLOGObl.gif" --> <a href="http://www.afilm.com" TARGET="_BLANK"> <img src="https://www.afilmla.com/blog/AFLOGObl.gif"> </a></td> </tr></table> </h1><p id="description">A. Film L.A. is the Los Angeles associate of A. Film of Copenhagen, Denmark, Scandinavia's largest and Europe's most ambitious animation studio. Productions include 'Albert,' 'Miffy the Movie,' and 'The Flight Before Christmas,' 'Help! I'm a Fish,' 'Terkel in Trouble!,' 'Asterix and the Vikings,' 'Journey to Saturn,' 'The Little Vampire,' 'The Giant Pear,' 'Up and Away!' and 'Checkered Ninja.'<br><a href="http://www.afilm.com">Content © 2006 - 2023 A. Film L.A., Inc.</a></p> </div> <!-- Begin #content --> <div id="content"> <!-- Begin #main --> <div id="main"><div id="main2"> <!-- div class="MyNote">Please note: if an earlier link doesn't work, try changing the www.afilm.com in these links to www.afilm.com!)</div --> <div class="MyNote">Please note: if an earlier link doesn't work, it may have changed following an update! Check the <a href="#CatLab">Category Labels</a> in the side-bar on the right! There you can find animator drafts for sixteen complete Disney features and eighty-six shorts,<br>as well as Action Analysis Classes and many other vintage animation documents!</div> <h2 class="date-header">Sunday, October 01, 2023</h2> <!-- Begin .post --> <div class="post"><a name="910769541997556968"></a> <h3 class="post-title"> Images back! </h3> <div class="post-body"> <div> <div style="clear:both;"></div>A complete change in hosting server infrastructure had put all my images in limbo. They're back! Now under my own control... <br />[But the server might be slow to reply, so if you get a time-out, please try again!] <br /><br /> There was a question whether I have drafts from the time of the Disney Renaissance. The answer is, I have a few sequences here and there, but no complete films. From at least Oliver and Co., the drafts were made on some kind of computer, which makes them look less attractive in my opinion. However, I would love to be able to give the newer animators their due credits.<div style="clear:both; padding-bottom:0.25em"></div> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2023/10/images-down-temporarily_1.html" title="permanent link">8:00 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/910769541997556968"location.href=https://www.blogger.com/comment/fullpage/post/28569533/910769541997556968;>6 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/910769541997556968" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=910769541997556968&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Monday, June 26, 2023</h2> <!-- Begin .post --> <div class="post"><a name="3270954724768941497"></a> <h3 class="post-title"> Images fixed! </h3> <div class="post-body"> <div> <div style="clear:both;"></div>For those of you who attempted to view my blog the past 8 days and got a "Certificate invalid!" message, that is now fixed.<br />Yes, I know I haven't posted anything for a while, but it isn't because I don't want to, I just haven't had the time! More to come, I promise!<div style="clear:both; padding-bottom:0.25em"></div> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2023/06/images-fixed_26.html" title="permanent link">5:30 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/3270954724768941497"location.href=https://www.blogger.com/comment/fullpage/post/28569533/3270954724768941497;>0 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/3270954724768941497" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=3270954724768941497&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Thursday, February 17, 2022</h2> <!-- Begin .post --> <div class="post"><a name="7610988848774791992"></a> <h3 class="post-title"> Børge Ring would have been 101 today... </h3> <div class="post-body"> <div> <div style="clear:both;"></div>I think often of my old mentor B&oslash;rge Ring, whom we lost on December 27, 2018. It would have been his 101st birthday today.<br><br /><br><br />Here is an image that shows what he looked like in July 1944:<br /><table><tr><td><a href="https://www.afilmla.com/blog/BorgeRing1944.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/BorgeRing1944.jpg" border="0" alt="1" width="400"></a></td></tr></table><br />It was part of something I had prepared for <a href="https://www.imdb.com/name/nm1849781" TARGET="_BLANK">Jamie Kezlarian Bolio</a>, who wanted so to make a documentary about B&oslash;rge and had begun lining up a lot of material and interviews with several of the "players" - including me.<br />In 2017, I had the pleasure of showing Jamie around many of B&oslash;rge's haunts in Copenhagen. Here we are in "Kastellet."<br /><table><tr><td><img src="https://www.afilmla.com/blog/HPandJKBolio20170603.jpg" border="0" alt="1" width="400"></td></tr></table><br />Sadly we lost Jamie on August 29th last year...<br><br /><br><br />See also <a href="http://afilmla.blogspot.com/2021/02/remembering-b-ring-on-his-100th.html" TARGET="_BLANK">last year's posting</a>.<br /><div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://afilmla.blogspot.com/search/label/B%C3%B8rge_Ring">Børge_Ring</a></p> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2022/02/brge-ring-would-have-been-101-today.html" title="permanent link">6:00 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/7610988848774791992"location.href=https://www.blogger.com/comment/fullpage/post/28569533/7610988848774791992;>0 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/7610988848774791992" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=7610988848774791992&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Saturday, April 03, 2021</h2> <!-- Begin .post --> <div class="post"><a name="798925073021773903"></a> <h3 class="post-title"> Walt was honored for Three Little Pigs... And so were Pinto Colvig and Frank Churchill! </h3> <div class="post-body"> <div> <div style="clear:both;"></div>This article in the Hollywood Citizen News of Saturday 09/23/1933 pretty much speaks for itself:<table><tr><td><a href="https://www.afilmla.com/blog/Hollywood_Citizen_News_Sat__Sep_23__1933_sm.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/Hollywood_Citizen_News_Sat__Sep_23__1933_sm.jpg" border="0" alt="1" width="400"></a></td></tr></table><br><br />What I was not aware of was that this party at the Writers' Club, on Tuesday 09/26/1933 was also where that very famous photo of Walt and Will Rogers was taken (by Associated Press):<br /><table><tr><td><a href="https://www.afilmla.com/blog/WaltAndWillRogers.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/WaltAndWillRogers.jpg" border="0" alt="1" width="400"></a></td></tr></table><br />Well, now we know!<br><br><br />Here we have the L.A. Illustrated Daily News of two days later, 09/28/1933, taken by Acme Photo, at a slightly different angle(!):<br /><table><tr><td><a href="https://www.afilmla.com/blog/Illustrated_Daily_News_Thu__Sep_28__1933_sm.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/Illustrated_Daily_News_Thu__Sep_28__1933_smt.jpg" border="0" alt="1" width="400"></a></td></tr></table><br><br />In the Los Angeles Times of Sunday 10/15/1933 we find another image of Colvig and Churchill, as well as a bunch of images from a costume party organized by Mr and Mrs. Donald Ogden Stewart around the same time. Interesting to see Sid Grauman in drag as a lady who was actually at the other party, Groucho Marx as Rex the Wonder Horse and Fred Astaire with a moustache.<br>It's pretty clear which photos are from which party...<br /><table><tr><td><a href="https://www.afilmla.com/blog/The_Los_Angeles_Times_Sun__Oct_15__1933_sm.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/The_Los_Angeles_Times_Sun__Oct_15__1933_smt.jpg" border="0" alt="1" width="400"></a></td></tr></table><br><br />A propos Frank Churchill, note the article in the Hollywood Citizen News on 09/30/1933, four days after the party:<br /><table><tr><td><a href="https://www.afilmla.com/blog/Hollywood_Citizen_News_Sat__Sep_30__1933sm_.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/Hollywood_Citizen_News_Sat__Sep_30__1933sm_.jpg" border="0" alt="1" width="400"></a></td></tr></table><div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://afilmla.blogspot.com/search/label/Other%20Disney">Other Disney</a></p> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2021/04/walt-was-honored-for-three-little-pigs_3.html" title="permanent link">12:00 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/798925073021773903"location.href=https://www.blogger.com/comment/fullpage/post/28569533/798925073021773903;>1 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/798925073021773903" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=798925073021773903&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Wednesday, February 17, 2021</h2> <!-- Begin .post --> <div class="post"><a name="4921022025446249990"></a> <h3 class="post-title"> Remembering Børge Ring on his 100th... </h3> <div class="post-body"> <div> <div style="clear:both;"></div>Today would have been my old mentor B&oslash;rge Ring's 100th birthday.<br/>I miss him often, also with relation to this blog, as he was one of the most ardent readers of it, especially the early Mickey drafts. Børge's career really took off in Denmark, after having been professional jazz musician for nearly a decade, when he co-founded the studio Ring, Frank and R&oslash;nde in 1948. In 1952 he invited the director of Disney's Snow White and Bambi, Dave Hand to come to Denmark.<table><tr><td><a href="https://www.afilmla.com/blog/RingAndHand.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/RingAndHand.jpg" border="0" alt="1" width="400"></a></td></tr></table>Here are the two at that time. Acting here for the camera as if Hand just had driven to the store to fetch two beers. Hand had come from Rank's closed Cookham studio in England and stayed for a couple of months, in which time he fired up under B&oslash;rge's resolve to become the best animator he could be. They hoped to get Nordisk Film to finance the second Danish feature film "Klods Hans" (English: "Blockhead Hans") based on the H.C. Andersen story, but Nordisk got cold feet and Hand returned to the US. Not long after, B&oslash;rge and his friend and collegue Bj&oslash;rn Frank Jensen left Denmark for Marten Toonder Studios in Holland...<br/>(Thank you to Bj&oslash;rn's daughter for the above photo!)<br/><br/><br /><br />I owe B&oslash;rge most of what I know about animation, timing, direction and storytelling. Much of my interest in Disney history came from or at least was ignited by him during the four years I worked with him. For one thing, I saw my first Disney drafts at his house...<br/>I last last visited him in April 2017, where this photo was taken of B&oslash;rge, his wife Joanika and myself. (Thank you to Stacia Martin!)<br /><table><tr><td><a href="https://www.afilmla.com/blog/BR_Maasdijk2017.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/BR_Maasdijk2017t.jpg" border="0" alt="1" width="400"></a></td></tr></table><div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://afilmla.blogspot.com/search/label/B%C3%B8rge_Ring">Børge_Ring</a>, <a rel='tag' href="http://afilmla.blogspot.com/search/label/News">News</a></p> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2021/02/remembering-brge-ring-on-his-100th.html" title="permanent link">11:00 PM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/4921022025446249990"location.href=https://www.blogger.com/comment/fullpage/post/28569533/4921022025446249990;>0 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/4921022025446249990" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=4921022025446249990&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Wednesday, November 18, 2020</h2> <!-- Begin .post --> <div class="post"><a name="5533972952922263697"></a> <h3 class="post-title"> Prod. CM23 - The Grocery Boy </h3> <div class="post-body"> <div> <div style="clear:both;"></div>Happy 92nd Birthday, Mr. Mouse! The last of your film drafts I posted was <a href="http://afilmla.blogspot.com/2018/11/prod-cm17-fishin-around.html" TARGET="_BLANK">CM-17</a>, here is the next one I have, CM-23, [The] Grocery Boy.<table><tr><td><a href="https://www.afilmla.com/blog/CM23_GroceryBoy_01.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/CM23_GroceryBoy_01t.jpg" border="0" alt="1" height="80"></a></td><td><a href="https://www.afilmla.com/blog/CM23_GroceryBoy_02.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/CM23_GroceryBoy_02t.jpg" border="0" alt="2" height="80"></a></td><td><a href="https://www.afilmla.com/blog/CM23_GroceryBoy_03.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/CM23_GroceryBoy_03t.jpg" border="0" alt="3" height="80"></a></td><td><a href="https://www.afilmla.com/blog/CM23_GroceryBoy_04.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/CM23_GroceryBoy_04t.jpg" border="0" alt="4" height="80"></a></td><td><a href="https://www.afilmla.com/blog/CM23_GroceryBoy_05.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/CM23_GroceryBoy_05t.jpg" border="0" alt="5" height="80"></a></td><td><a href="https://www.afilmla.com/blog/CM23_GroceryBoy_06.jpg" target="_BLANK"><img src="https://www.afilmla.com/blog/CM23_GroceryBoy_06t.jpg" border="0" alt="6" height="80"></a></td></tr></table><a href="https://www.youtube.com/watch?v=jDxIFRFw8fs" target="_BLANK">Animated</a> by Dave Hand, Tom Palmer, Rudy Zamora, Ben Sharpsteen, Les Clark, Jack King, Albert Hurter, Johnny Cannon, Gerry Geronimi, Dick Lundy and Gilles Armand "Frenchy" de Tr&eacute;maudan, plus Harry Reeves, "Hutch" and Johnny Cannon under the supervision of Ben Sharpsteen.<br /><br><br>On <a href="https://alberto-s-pages.webnode.it/animators-until-1970/h-i/" TARGET="_BLANK">Alberto Becattini's site</a> we find that "Hutch" was:<br><br />HUTCHINSON, Andrew Charles (“HUTCH”)<br><br />- Animator/Director/Producer/Story: LEE-BRADFORD c23-25 (Red Head Comedies 23/25)<br><br />- Animator: TED ESHBAUGH c30-31/32-43 (The Wizard of Oz 31, Goofy Goat Antics 31 [for VAN BEUREN], Cap’n Cub 45); DOUGLAS LEIGH 40s (Animated Advertising Displays)<br><br />- Assistant Animator: DISNEY 31 (Silly Symphony 31 [The Fox Hunt, The Ugly Duckling], Mickey Mouse 31-32 [The Duck Hunt 32, The Mad Dog 32])<br><br><br />Premiered on 2/11/1932 and can be found on the Treasures DVD Mickey Mouse in Black and White Volume 2, disk 2, in the From the Vault section because of Al Hurter's sc. 47.<br><br><br />Congratulations also to Miss Minnie Mouse on her birthday!<br><br><br />It has been a while since I last posted anything here, even after having finally relocated myself in SoCal a year and a day ago! I have to do this more often again! I admit, since my old mentor B&oslash;rge Ring passed away I lost some incentive for posting Mickey drafts. Is anyone else still interested in them?<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://afilmla.blogspot.com/search/label/Draft">Draft</a>, <a rel='tag' href="http://afilmla.blogspot.com/search/label/Shorts">Shorts</a>, <a rel='tag' href="http://afilmla.blogspot.com/search/label/Shorts_Columbia">Shorts_Columbia</a></p> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2020/11/prod-cm23-grocery-boy_18.html" title="permanent link">3:00 PM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/5533972952922263697"location.href=https://www.blogger.com/comment/fullpage/post/28569533/5533972952922263697;>7 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/5533972952922263697" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=5533972952922263697&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Wednesday, August 14, 2019</h2> <!-- Begin .post --> <div class="post"><a name="8216627166463080716"></a> <h3 class="post-title"> Credit where it&#39;s due... </h3> <div class="post-body"> <div> <div style="clear:both;"></div>A reader of this blog, Gregory Smith, made me aware of animator's character listings on Wikipedia, specifically "<i>the articles "Les Clark", "Marc Davis", "Ollie Johnston", "Milt Kahl", "Ward Kimball", "Eric Larson", "John Lounsbery", "Wolfgang Reitherman" and "Frank Thomas (animator)</i>"," as he wrote:<br /><br />"I tried to correct some of the articles for the Nine Old Men animators by adding in characters not listed in the articles that they animated (such as Lounsbery doing one scene of Brom Bones) and also correcting some of the year dates (such as on the Lounsbery article it claims that "The Three Caballeros" (1944) and "So Dear to My Heart" (1948) came out in 1945 and 1949 respectfully when those are just the U.S. release date ("The Three Caballeros") and general release date ("So Dear to My Heart"). I think people need to know what characters they animated, even ones that no one really mentions like Frank Thomas doing a few scenes of the King of Hearts (such as when the Queen uses him as a shield to protect herself from the giant Alice) and the Cheshire Cat (trial scene) in "Alice in Wonderland" (1951) and a few scenes of Mr. Smee (such as when Hook tells him to get his case of hooks) in "Peter Pan" (1953) and Ollie Johnston doing a few scenes of Captain Hook (when Smee is shaving him and later accidently hits him with his hammer) in "Peter Pan". I tried to fix some of the information on the "John Lounsbery" article, but they reverted it."<br /><br />Gregory made me aware that his additions to the character lists are based on the drafts on this blog. It seems that Wikipedia corrections and additions may not be easily made. Does anyone have experience with this?<div style="clear:both; padding-bottom:0.25em"></div> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2019/08/credit-where-it-due_14.html" title="permanent link">10:00 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/8216627166463080716"location.href=https://www.blogger.com/comment/fullpage/post/28569533/8216627166463080716;>2 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/8216627166463080716" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=8216627166463080716&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Monday, July 08, 2019</h2> <!-- Begin .post --> <div class="post"><a name="234895976625542326"></a> <h3 class="post-title"> Prod. 0136 - The Fox and the Hound (XXIII)   - Seq. 013 Happy Ending </h3> <div class="post-body"> <div> <div style="clear:both;"></div><table><tbody><tr> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_260.jpg"><img border="0" alt="260" src="https://www.afilmla.com/blog/0136_FnH_draft_260t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_261.jpg"><img border="0" alt="261" src="https://www.afilmla.com/blog/0136_FnH_draft_261t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_262.jpg"><img border="0" alt="262" src="https://www.afilmla.com/blog/0136_FnH_draft_262t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_263.jpg"><img border="0" alt="263" src="https://www.afilmla.com/blog/0136_FnH_draft_263t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_264.jpg"><img border="0" alt="264" src="https://www.afilmla.com/blog/0136_FnH_draft_264t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_265.jpg"><img border="0" alt="265" src="https://www.afilmla.com/blog/0136_FnH_draft_265t.jpg"></a></td> </tr></tbody></table>Directed by Ted Berman, assisted by Terry Noss. Layout by Don Griffith and Mike Peraza.<br />This FINAL draft dated 5/4/1981 by secretary Charlene Rogers.<br /><br />Animation by Jerry Rees, Darrell van Citters, Cliff Nordberg, John Musker, Randy Cartwright and Chris Buck.<br /><br />Well, folks, this marks the end of the The Fox and the Hound draft. I hope you enjoyed it, and I will go digging for something "new..."<br /><br />As always, my "Standard Disclaimer" is also in order here: animation drafts were never meant as historical documents but as a go-to list of assignments that showed the production office and follow-up functions like checking and I&P who the animator responsible for a scene is so that any questions with regards to the scene can be asked to this person. It is also kept as a means to calculate footage throughout the film so that credits may be established, though on this film we have seen that that is not always the case. Eventually only the scene folder itself will reflect who did the work.<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://afilmla.blogspot.com/search/label/Draft">Draft</a>, <a rel='tag' href="http://afilmla.blogspot.com/search/label/FoxHound">FoxHound</a></p> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2019/07/prod-0136-fox-and-hound-xxiii-seq-013.html" title="permanent link">9:00 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/234895976625542326"location.href=https://www.blogger.com/comment/fullpage/post/28569533/234895976625542326;>6 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/234895976625542326" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=234895976625542326&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Sunday, July 07, 2019</h2> <!-- Begin .post --> <div class="post"><a name="5941643031693452218"></a> <h3 class="post-title"> Prod. 0136 - The Fox and the Hound (XXII)   - Seq. 09.2 Bear fight, friends United (2/2) </h3> <div class="post-body"> <div> <div style="clear:both;"></div><table><tbody><tr><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_250.jpg"><img border="0" alt="250" src="https://www.afilmla.com/blog/0136_FnH_draft_250t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_251.jpg"><img border="0" alt="251" src="https://www.afilmla.com/blog/0136_FnH_draft_251t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_252.jpg"><img border="0" alt="252" src="https://www.afilmla.com/blog/0136_FnH_draft_252t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_253.jpg"><img border="0" alt="253" src="https://www.afilmla.com/blog/0136_FnH_draft_253t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_254.jpg"><img border="0" alt="254" src="https://www.afilmla.com/blog/0136_FnH_draft_254t.jpg"></a></td></tr><tr><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_255.jpg"><img border="0" alt="255" src="https://www.afilmla.com/blog/0136_FnH_draft_255t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_256.jpg"><img border="0" alt="256" src="https://www.afilmla.com/blog/0136_FnH_draft_256t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_257.jpg"><img border="0" alt="257" src="https://www.afilmla.com/blog/0136_FnH_draft_257t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_258.jpg"><img border="0" alt="258" src="https://www.afilmla.com/blog/0136_FnH_draft_258t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_259.jpg"><img border="0" alt="259" src="https://www.afilmla.com/blog/0136_FnH_draft_259t.jpg"></a></td></tr></tbody></table>Directed by Rick Rich, assisted by Mark Hester. Layout by Dan Hansen.<br />This FINAL draft dated 5/4/1981 by secretary Charlene Rogers. <br /><br />Animated by Glen Keane, Mike Cedeno, Chris Buck, Phil Young, Randy Cartwright, John Musker and Hendel Butoy.<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://afilmla.blogspot.com/search/label/Draft">Draft</a>, <a rel='tag' href="http://afilmla.blogspot.com/search/label/FoxHound">FoxHound</a></p> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2019/07/prod-0136-fox-and-hound-xxii-seq-092.html" title="permanent link">9:00 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/5941643031693452218"location.href=https://www.blogger.com/comment/fullpage/post/28569533/5941643031693452218;>3 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/5941643031693452218" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=5941643031693452218&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Saturday, July 06, 2019</h2> <!-- Begin .post --> <div class="post"><a name="532335857592093025"></a> <h3 class="post-title"> Prod. 0136 - The Fox and the Hound (XXI)   - Seq. 09.2 Bear fight, friends United (1/2) </h3> <div class="post-body"> <div> <div style="clear:both;"></div><table><tbody><tr> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_238.jpg"><img border="0" alt="238" src="https://www.afilmla.com/blog/0136_FnH_draft_238t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_239.jpg"><img border="0" alt="239" src="https://www.afilmla.com/blog/0136_FnH_draft_239t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_240.jpg"><img border="0" alt="240" src="https://www.afilmla.com/blog/0136_FnH_draft_240t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_241.jpg"><img border="0" alt="241" src="https://www.afilmla.com/blog/0136_FnH_draft_241t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_242.jpg"><img border="0" alt="242" src="https://www.afilmla.com/blog/0136_FnH_draft_242t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_243.jpg"><img border="0" alt="243" src="https://www.afilmla.com/blog/0136_FnH_draft_243t.jpg"></a></td></tr><tr><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_244.jpg"><img border="0" alt="244" src="https://www.afilmla.com/blog/0136_FnH_draft_244t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_245.jpg"><img border="0" alt="245" src="https://www.afilmla.com/blog/0136_FnH_draft_245t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_246.jpg"><img border="0" alt="246" src="https://www.afilmla.com/blog/0136_FnH_draft_246t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_247.jpg"><img border="0" alt="247" src="https://www.afilmla.com/blog/0136_FnH_draft_247t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_248.jpg"><img border="0" alt="248" src="https://www.afilmla.com/blog/0136_FnH_draft_248t.jpg"></a></td> <td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_249.jpg"><img border="0" alt="249" src="https://www.afilmla.com/blog/0136_FnH_draft_249t.jpg"></a></td></tr></tbody></table>Directed by Rick Rich, assisted by Mark Hester. Layout by Dan Hansen.<br />This FINAL draft dated 5/4/1981 by secretary Charlene Rogers.<br /><br />Animation by Ron Husband, Mike Cedeno, John Musker, Glen Keane, Chuck Harvey and Chris Buck.<br /><br />This sequence is where Glen Keane truly got noticed...<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://afilmla.blogspot.com/search/label/Draft">Draft</a>, <a rel='tag' href="http://afilmla.blogspot.com/search/label/FoxHound">FoxHound</a></p> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2019/07/prod-0136-fox-and-hound-xxi-seq-092.html" title="permanent link">9:00 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/532335857592093025"location.href=https://www.blogger.com/comment/fullpage/post/28569533/532335857592093025;>2 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/532335857592093025" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=532335857592093025&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> <h2 class="date-header">Friday, July 05, 2019</h2> <!-- Begin .post --> <div class="post"><a name="7460180018164327123"></a> <h3 class="post-title"> Prod. 0136 - The Fox and the Hound (XX)   - Seq. 09.1 Burrow and Fight </h3> <div class="post-body"> <div> <div style="clear:both;"></div><table><tbody><tr><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_229.jpg"><img border="0" alt="229" src="https://www.afilmla.com/blog/0136_FnH_draft_229t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_230.jpg"><img border="0" alt="230" src="https://www.afilmla.com/blog/0136_FnH_draft_230t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_231.jpg"><img border="0" alt="231" src="https://www.afilmla.com/blog/0136_FnH_draft_231t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_232.jpg"><img border="0" alt="232" src="https://www.afilmla.com/blog/0136_FnH_draft_232t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_233.jpg"><img border="0" alt="233" src="https://www.afilmla.com/blog/0136_FnH_draft_233t.jpg"></a></td></tr><tr><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_234.jpg"><img border="0" alt="234" src="https://www.afilmla.com/blog/0136_FnH_draft_234t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_235.jpg"><img border="0" alt="235" src="https://www.afilmla.com/blog/0136_FnH_draft_235t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_236.jpg"><img border="0" alt="236" src="https://www.afilmla.com/blog/0136_FnH_draft_236t.jpg"></a></td><td><a target="_BLANK" href="https://www.afilmla.com/blog/0136_FnH_draft_237.jpg"><img border="0" alt="237" src="https://www.afilmla.com/blog/0136_FnH_draft_237t.jpg"></a></td></tr></tbody></table>Directed by Ted Berman, assisted by Mark Hester. Layout by Glenn Vilppu.<br />This FINAL draft dated 5/4/1981 by secretary L. Davis.<br /><br />Animation by Glen Keane, Cliff Nordberg, Chris Buck, Phil Nibbelink, Jeff Varab and Dave Block.<div style="clear:both; padding-bottom:0.25em"></div><p class="blogger-labels">Labels: <a rel='tag' href="http://afilmla.blogspot.com/search/label/Draft">Draft</a>, <a rel='tag' href="http://afilmla.blogspot.com/search/label/FoxHound">FoxHound</a></p> </div> </div> <p class="post-footer"> <em>posted by Hans Perk at <a href="http://afilmla.blogspot.com/2019/07/prod-0136-fox-and-hound-xx-seq-091.html" title="permanent link">9:00 AM</a></em> <a class="comment-link" href="https://www.blogger.com/comment/fullpage/post/28569533/7460180018164327123"location.href=https://www.blogger.com/comment/fullpage/post/28569533/7460180018164327123;>1 comments</a> <span class="item-action"><a href="https://www.blogger.com/email-post/28569533/7460180018164327123" title="Email Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_email.gif" height="13" width="18"/></a></span><span class="item-control blog-admin pid-1746031081"><a style="border:none;" href="https://www.blogger.com/post-edit.g?blogID=28569533&postID=7460180018164327123&from=pencil" title="Edit Post"><img class="icon-action" alt="" src="https://resources.blogblog.com/img/icon18_edit_allbkg.gif" height="18" width="18"></a></span> </p> </div> <!-- End .post --> <!-- Begin #comments --> <!-- End #comments --> </div> <!-- HP added --> <div class='blog-pager' id='blog-pager'> <table align='center' border='0' cellpadding='0' cellspacing='0'><tr> <td> <span id='blog-pager-older-link'> <a class='blog-pager-older-link' href='http://afilmla.blogspot.com/search?updated-max=2019-07-05T09:00:00-07:00&max-results=90' id='Blog1_blog-pager-older-link' title='Older Posts'>&lt; Older Posts</a>&nbsp;-&nbsp; <a class='blog-pager-newer-link' href='' id='Blog1_blog-pager-newer-link' title='Newer Posts'>Newer Posts &gt;</a> </span></td> </tr></table> </div> <!-- End HP added --> </div> <!-- End #main --> <!-- Begin #sidebar --> <div id="sidebar"><div id="sidebar2"> <div class="sidebar-center"> <a href="#CatLab">Category Labels</a><br> <a href="#ArchLab">Archives</a><br> <a href="#PrevPostsLab">Most Recent Posts</a><br> <a href="#MyLinksLab">Links to My Pages</a><br> <a href="#LinksLab">Links to Others</a><br> <a href="#CalcLab">Calculations</a><br> <!-- a href="#DonateLab">Like to Help?</a><br --> </div><center><a href="#Counters"><hr></a></center> <!-- ul><div class="sidebar-center"> <table><tr><td colspan="2"><a href="#CatLab">Category Labels</a></td></tr> <tr><td><a href="#CalcLab">Calculations</a></td><td><a href="#DonateLab">Donate</a></td></tr> <tr><td><a href="#PrevPostsLab">Previous Posts</a></td><td><a href="#MyLinksLab">Links to My Pages</a></td></tr> <tr><td><a href="#ArchLab">Archives</a></td><td><a href="#LinksLab">Links to Others</a></td></tr></title> </div></ul --> <!-- Begin #profile-container --> <div id="profile-container"><h2 class="sidebar-title">About Me</h2> <dl class="profile-datablock"><dt class="profile-img"><a href="https://www.blogger.com/profile/12707924880609997693"><img src="//blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiyjECjsg2p6cZ7EqkqD5Redpq84Wb3aC22pS49GWeUUV4VhIika6tmMat_f-6p-5y8bZvhovxSyMwQN0EiPxHqW45lgWoiWskEOGylQ_xFc9H_gEaOEMpwHy6le2bNdw/s45/*" width="36" height="45" alt="My Photo"></a></dt> <dd class="profile-data"><strong>Name:</strong> <a rel="author" href="https://www.blogger.com/profile/12707924880609997693"> Hans Perk </a></dd> </dl> <p class="profile-textblock">Interested in animation since 1975, worked in Holland with Danish animator Børge Ring for four years (incl. on the Oscar-winning &#39;Anna &amp; Bella&#39;), then moved to Denmark in 1984. In SoCal since 2019. <br><br> Co-founder in 1988 of <a href="http://www.afilm.com">A. Film</a>, Europe's foremost animation studio, in business for over 30 years. We are the studio behind 'The Flight before Christmas', 'Help! I'm a Fish', 'Asterix and the Vikings', 'Checkered Ninja' and <a href="http://history.afilm.com">many more</a>... <br><br>Currently the President and CEO of A. Film L.A., Inc. in Los Angeles,<br>and director of "<a href="http://www.nijntjedefilm.nl">Miffy the Movie</a>."<br><br> Though we are very involved in new techniques, I share a deep passion for Great Classical Animation with everyone at the studio;<br>Frank Thomas and Ollie Johnston's "Illusion of Life" is our bible.<br><br><a href="http://www.afilm.com">Look us up on our website where<br>you can also see our showreels!</a><br><br><a href="http://afilmla.blogspot.com/feeds/posts/default?alt=rss">Subscribe to the <b>RSS Feed</b> here!</a></p> <p class="profile-link"><a rel="author" href="https://www.blogger.com/profile/12707924880609997693">View my complete profile</a></p></div> <!-- End #profile --> <div class="sidebar-center"><h2 class="sidebar-title"><a name="CalcLab">Calculations</a></h2></div> <center> <ul id="calculations"> <font size="-2" color="#79b"> Enter a number in ANY box and click outside it to see the result in the other (works both ways!):</font> <hr width="75%"><FORM method=post> Frames &larr;&rarr; feet-frames<BR> <INPUT type=text name=fr2ft size=4 onFocus=fr2ft.select(); onBlur="CalcExprFR2FT(this.form)"> frs &larr;&rarr; <INPUT type=text name=ft2fr size=5 onFocus=ft2fr.select(); onBlur="CalcExprFT2FR(this.form)"> ft-fr<BR> <font size="-2" color="#79b">E.g. [ 63 ] frs &larr;&rarr; [ 003-15 ] ft-fr</font><BR> <hr width="75%"><FORM method=post> Frames&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&larr;&rarr;&nbsp;&nbsp;MM:SS:FF (24 fps)<BR> <INPUT type=text name=fr2msf size=5 onFocus=fr2msf.select(); onBlur="CalcExprFR2MSF(this.form)"> frs &larr;&rarr; <INPUT type=text name=msf2fr size=8 onFocus=msf2fr.select(); onBlur="CalcExprMSF2FR(this.form)"> M:S:F<BR> <font size="-2" color="#79b">E.g. [ 63 ] frs &larr;&rarr; [ 00:02:15 ] M:S:F</font><BR> </FORM> <hr width="75%"><FORM method=post> Disney fields &larr;&rarr; ACME fields<BR> <INPUT type=text name=d2f size=4 onFocus=d2f.select(); onBlur="CalcExprD2F(this.form)"> DISNEY &larr;&rarr; <INPUT type=text name=f2d size=4 onFocus=f2d.select(); onBlur="CalcExprF2D(this.form)"> ACME<BR> <font size="-2" color="#79b">E.g. [ 5 ] DISNEY &larr;&rarr; [ 10.5 ] ACME</font><BR> </FORM> <hr width="75%"><FORM method=post> BEAT (24 fps) &larr;&rarr; Metronome<BR> <INPUT type=text name=b2m size=4 onFocus=b2m.select(); onBlur="CalcExprB2M(this.form)"> BEAT &larr;&rarr; <INPUT type=text name=m2b size=4 onFocus=m2b.select(); onBlur="CalcExprM2B(this.form)"> bpm<BR> <font size="-2" color="#79b">E.g. [ 10 ] BEAT &larr;&rarr; [ 144 ] bpm</font><hr width="75%"> <font size="-2" color="#79b">JavaScript must be enabled for these to work!</font><BR> </center></FORM></ul> <!-- h2 class="sidebar-title"><a name="DonateLab">Like to help?</a></h2> <ul><form action="https://www.paypal.com/cgi-bin/webscr" method="post"><input type="hidden" name="cmd" value="_s-xclick"><input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----MIIHTwYJKoZIhvcNAQcEoIIHQDCCBzwCAQExggEwMIIBLAIBADCBlDCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20CAQAwDQYJKoZIhvcNAQEBBQAEgYATOp08HwvMcEwffMYa6zZOt/Qz/4M4dFwsOnTY84GQQw7zakbaqJds2WoIuOGGuLrALdZS1g1VBlNS9XEz9xZZmwZycoY5oCheelwu7pK/Bnlj82EkExsA+udIKF9TmmCR9L30xU5p7m3aLtwrXyYNT0OukmM3MpR5ht3BT/oYGDELMAkGBSsOAwIaBQAwgcwGCSqGSIb3DQEHATAUBggqhkiG9w0DBwQIiTEoRBmB7dSAgah1KzQCuJ3nmIeUwGOMEdsXBSVX4X50ma7MOayOTPHcBKGgWoJsn+aZwHCU5Ig6FNtPNcRj+ZSGuoW43MthkFrB2sg0a1ZtBhDBoC0B9QDanhqnUvav1O3ijbVTcZAF+aYnY8lPcp0/XBlcBMmH1U8Y43YHZTKHLFw1lp+gxINWctp10DFHX+oFaqPXkowyS0Pp3IH5/mOFrdw7/8GwGZq1/s9igo6vRoSgggOHMIIDgzCCAuygAwIBAgIBADANBgkqhkiG9w0BAQUFADCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wHhcNMDQwMjEzMTAxMzE1WhcNMzUwMjEzMTAxMzE1WjCBjjELMAkGA1UEBhMCVVMxCzAJBgNVBAgTAkNBMRYwFAYDVQQHEw1Nb3VudGFpbiBWaWV3MRQwEgYDVQQKEwtQYXlQYWwgSW5jLjETMBEGA1UECxQKbGl2ZV9jZXJ0czERMA8GA1UEAxQIbGl2ZV9hcGkxHDAaBgkqhkiG9w0BCQEWDXJlQHBheXBhbC5jb20wgZ8wDQYJKoZIhvcNAQEBBQADgY0AMIGJAoGBAMFHTt38RMxLXJyO2SmS+Ndl72T7oKJ4u4uw+6awntALWh03PewmIJuzbALScsTS4sZoS1fKciBGoh11gIfHzylvkdNe/hJl66/RGqrj5rFb08sAABNTzDTiqqNpJeBsYs/c2aiGozptX2RlnBktH+SUNpAajW724Nv2Wvhif6sFAgMBAAGjge4wgeswHQYDVR0OBBYEFJaffLvGbxe9WT9S1wob7BDWZJRrMIG7BgNVHSMEgbMwgbCAFJaffLvGbxe9WT9S1wob7BDWZJRroYGUpIGRMIGOMQswCQYDVQQGEwJVUzELMAkGA1UECBMCQ0ExFjAUBgNVBAcTDU1vdW50YWluIFZpZXcxFDASBgNVBAoTC1BheVBhbCBJbmMuMRMwEQYDVQQLFApsaXZlX2NlcnRzMREwDwYDVQQDFAhsaXZlX2FwaTEcMBoGCSqGSIb3DQEJARYNcmVAcGF5cGFsLmNvbYIBADAMBgNVHRMEBTADAQH/MA0GCSqGSIb3DQEBBQUAA4GBAIFfOlaagFrl71+jq6OKidbWFSE+Q4FqROvdgIONth+8kSK//Y/4ihuE4Ymvzn5ceE3S/iBSQQMjyvb+s2TWbQYDwcp129OPIbD9epdr4tJOUNiSojw7BHwYRiPh58S1xGlFgHFXwrEBb3dgNbMUa+u4qectsMAXpVHnD9wIyfmHMYIBmjCCAZYCAQEwgZQwgY4xCzAJBgNVBAYTAlVTMQswCQYDVQQIEwJDQTEWMBQGA1UEBxMNTW91bnRhaW4gVmlldzEUMBIGA1UEChMLUGF5UGFsIEluYy4xEzARBgNVBAsUCmxpdmVfY2VydHMxETAPBgNVBAMUCGxpdmVfYXBpMRwwGgYJKoZIhvcNAQkBFg1yZUBwYXlwYWwuY29tAgEAMAkGBSsOAwIaBQCgXTAYBgkqhkiG9w0BCQMxCwYJKoZIhvcNAQcBMBwGCSqGSIb3DQEJBTEPFw0xMTA0MjIxNTQ5MTFaMCMGCSqGSIb3DQEJBDEWBBTjc3yVhVY5PmK24Ed9mB+FR3unmDANBgkqhkiG9w0BAQEFAASBgDWAauyCZ9bGv9Danz/vuzzqVC2UE3YywqobfIsWzdiGtn90BaD4pjJrFRQO3z+iDiSucuWM8SSEU9hWyQYGxEONjVbBjCLiDBxjcUeTBcrR34ycWdZhge3D38gF1X6edT4Y409bX5nyZCA5PsPvrRe0mw0tNj3wNS0AGHpufp5h-----END PKCS7----- "><input type="image" src="https://blog.afilmla.net/blog/btn_donate_HP.gif" border="0" name="submit" alt="Donate" --><!-- do not use: input type="image" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="Donate" --><!-- img alt="" border="0" src="https://www.paypalobjects.com/WEBSCR-640-20110401-1/en_US/i/scr/pixel.gif" width="1" height="1"></form>Help cover my blogging expenses! </ul --> <h2 class="sidebar-title"><a name="MyLinksLab">Links to My Pages</a></h2> <ul> <li><a href="https://afilmla.blogspot.com/">Back to the main page...</a></li> <li><a href="http://www.miffythemovie.com/">Miffy the/my Movie!</a> (<a href="http://www.nijntjedefilm.nl/">NL</a>)</li> <li><a href="https://www.afilm.com/" target="_BLANK">The A. Film Homepage</a></li> <li><a href="https://afilmla.blogspot.com/2008/06/feature-production-numbers.html" target="_BLANK">Disney Production Numbers</a></li> <li><a href="https://www.afilmla.com/blog/DisFieldsUS.htm" target="_BLANK">My Disney Fields & Pegs page</a></li> <li><a href="https://www.imdb.com/name/nm0673853/" target="_BLANK">About me on IMDb...</a></li> <!-- li><a href="http://rejsentilsaturn.blogspot.com/" target="_BLANK">A. Film's Journey to Saturn Blog</a></li --> </ul> <h2 class="sidebar-title"><a name="CatLab">Category Labels</a></h2> <ul> <li><a href="https://afilmla.blogspot.com/search/label/MyPicks" target="_BLANK"><b>&rarr;&nbsp;Important Items!&nbsp;&larr;</b></a></li> <li><a href="https://afilmla.blogspot.com/search/label/A.Film" target="_BLANK">A. Film News</a></li> <li><a href="https://afilmla.blogspot.com/search/label/News" target="_BLANK">News in General</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Auction" target="_BLANK">Profiles and Van Eaton Auctions</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Beatronome" target="_BLANK">Beatronome</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Barsheets" target="_BLANK">Barsheets</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Draft" target="_BLANK"><b>&rarr;&nbsp;Animator Drafts&nbsp;&larr;</b></a></li> <li><a href="https://afilmla.blogspot.com/search/label/Shorts" target="_BLANK">- Shorts Drafts</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Shorts_Powers" target="_BLANK">&nbsp;-- Powers (1928-29)</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Shorts_Columbia" target="_BLANK">&nbsp;-- Columbia (1929-32)</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Shorts_UA" target="_BLANK">&nbsp;-- United Artists (all) (1932-37)</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Shorts_UA_2006" target="_BLANK">&nbsp;-- United Artists (2006 only)</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Shorts_RKO" target="_BLANK">&nbsp;-- RKO (all) (1937-53)</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Shorts_RKO_2006" target="_BLANK">&nbsp;-- RKO (2006 only)</a></li> <li><a href="https://afilmla.blogspot.com/search/label/SnowWhite" target="_BLANK">- Snow White Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Pinocchio" target="_BLANK">- Pinocchio Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Fantasia" target="_BLANK">- Fantasia Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/ReluctantDragon" target="_BLANK">- Reluctant Dragon Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Dumbo" target="_BLANK">- Dumbo Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/ThreeCaballeros" target="_BLANK">- Three Caballeros Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Fun%20and%20Fancy%20Free" target="_BLANK">- Fun and Fancy Free Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/MelodyTime" target="_BLANK">- Melody Time Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/IchabodToad" target="_BLANK">- Ichabod & Mr. Toad Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Cinderella" target="_BLANK">- Cinderella Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Alice" target="_BLANK">- Alice in Wonderland Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/PeterPan" target="_BLANK">- Peter Pan Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/LadyAndTheTramp" target="_BLANK">- Lady and the Tramp Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/SleepingBeauty" target="_BLANK">- Sleeping Beauty Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/101Dalmatians" target="_BLANK">- 101 Dalmatians Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/SwordInTheStone" target="_BLANK">- The Sword in the Stone Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/MaryPoppins" target="_BLANK">&nbsp;-- Mary Poppins Draft (Jolly Holiday)</a></li> <li><a href="https://afilmla.blogspot.com/search/label/JungleBook" target="_BLANK">- Jungle Book Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Rescuers" target="_BLANK">- The Rescuers Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/SmallOne" target="_BLANK">&nbsp;-- The Small One Draft</a></li> <li><a href="https://afilmla.blogspot.com/search/label/FoxHound" target="_BLANK">&nbsp;- The Fox and the Hound</a></li> <li><a href="https://afilmla.blogspot.com/search/label/AAC" target="_BLANK"><b>&rarr;&nbsp;Classes and Lectures&nbsp;&larr;</b></a></li> <li><a href="https://afilmla.blogspot.com/search/label/Patents" target="_BLANK">Patents</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Bill%20Garity" target="_BLANK">Bill Garity</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Video" target="_BLANK">Videos</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Other%20Disney" target="_BLANK">Other Disney Items</a></li> <li><a href="https://afilmla.blogspot.com/search/label/B%C3%B8rge_Ring" target="_BLANK">B&oslash;rge Ring</a></li> <li><a href="https://afilmla.blogspot.com/search/label/Ponderings" target="_BLANK">Thoughts and Opinions</a></li> </ul> <h2 class="sidebar-title"><a name="PrevPostsLab">Previous Posts</a></h2> <ul id="recently"> <li><a href="http://afilmla.blogspot.com/2023/10/images-down-temporarily_1.html">Images back!</a></li> <li><a href="http://afilmla.blogspot.com/2023/06/images-fixed_26.html">Images fixed!</a></li> <li><a href="http://afilmla.blogspot.com/2022/02/brge-ring-would-have-been-101-today.html">B&oslash;rge Ring would have been 101 today...</a></li> <li><a href="http://afilmla.blogspot.com/2021/04/walt-was-honored-for-three-little-pigs_3.html">Walt was honored for Three Little Pigs... And so w...</a></li> <li><a href="http://afilmla.blogspot.com/2021/02/remembering-brge-ring-on-his-100th.html">Remembering B&oslash;rge Ring on his 100th...</a></li> <li><a href="http://afilmla.blogspot.com/2020/11/prod-cm23-grocery-boy_18.html">Prod. CM23 - The Grocery Boy</a></li> <li><a href="http://afilmla.blogspot.com/2019/08/credit-where-it-due_14.html">Credit where it&#39;s due...</a></li> <li><a href="http://afilmla.blogspot.com/2019/07/prod-0136-fox-and-hound-xxiii-seq-013.html">Prod. 0136 - The Fox and the Hound (XXIII) &nbsp;&nbsp;- Seq...</a></li> <li><a href="http://afilmla.blogspot.com/2019/07/prod-0136-fox-and-hound-xxii-seq-092.html">Prod. 0136 - The Fox and the Hound (XXII) &nbsp;&nbsp;- Seq....</a></li> <li><a href="http://afilmla.blogspot.com/2019/07/prod-0136-fox-and-hound-xxi-seq-092.html">Prod. 0136 - The Fox and the Hound (XXI) &nbsp;&nbsp;- Seq. ...</a></li> </ul> <h2 class="sidebar-title"><a name="LinksLab">Important Links to Others</a></h2> <ul> <li><a href="http://d23.disney.go.com/" target="_BLANK">Disney's D23 - have you joined yet?</a></li> <li><a href="http://disneyslostchords.com/" target="_BLANK">Disney's Lost Chords</a></li> <li><a href="http://www.mousetracksonline.com/" target="_BLANK">Greg Ehrbar's Mouse Tracks Online</a></li> <li><a href="http://miehana.blogspot.com" target="_BLANK">Kevin Kidney's Blog</a></li> <li><a href="http://www.disneyshorts.org/index.html" target="_BLANK">Disney Shorts Encyclopedia</a></li> <li><a href="http://www.cartoonbrew.com/" target="_BLANK">CartoonBrew</a></li> <li><a href="http://blackwingdiaries.blogspot.com" target="_BLANK">BlackwingDiaries</a></li> <li><a href="http://mayersononanimation.blogspot.com" target="_BLANK">MayersonOnAnimation</a></li> <li><a href="http://www.michaelspornanimation.com/splog/" target="_BLANK">MichaelSpornAnimation</a></li> <li><a href="http://disneybooks.blogspot.com/" target="_BLANK">Disney History (Didier Ghez)</a></li> <li><a href="http://michaelbarrier.com/" target="_BLANK">Michael Barrier</a></li> <li><a href="http://www.disneyhistoryinstitute.com/" target="_BLANK">Disney History Inst. (Paul Anderson)</a></li> <li><a href="http://msonntag.blogspot.com/" target="_BLANK">Tagtoonz (Mark Sonntag)</a></li> <li><a href="http://andreasdeja.blogspot.com/" target="_BLANK">Andreas Deja's blog</a></li> <li><a href="http://mrfun.squarespace.com/blog/" target="_BLANK">Mr. Fun: Floyd Norman's blog</a></li><!-- http://web.mac.com/floydnorman/Site/Blog_/Blog_.html --> <li><a href="http://michaelperaza.blogspot.com/" target="_BLANK">Michael Peraza's Ink & Paint Club</a></li> <li><a href="http://toonsatwar.blogspot.com/" target="_BLANK">Toons at War (DisneyDave)</a></li> <li><a href="http://2719hyperion.blogspot.com/" target="_BLANK">2719 Hyperion</a></li> <li><a href="http://vintagedisneymemorabilia.blogspot.com/" target="_BLANK">Vintage Disney Collectibles</a></li> <li><a href="http://vintagedisneyalice.blogspot.com/" target="_BLANK">Vintage Disney Alice in Wonderland</a></li> <li><a href="http://cowancollectionanimation.blogspot.com/" target="_BLANK">Cowan Collection: Animation</a></li> <li><a href="http://matterhorn1959.blogspot.com/" target="_BLANK">Stuff from the Park</a></li> <li><a href="http://www.whataboutthad.com/" target="_BLANK">Thad Komorowski's blog</a></li> <li><a href="http://animationguildblog.blogspot.com/" target="_BLANK">The Animation Guild Blog</a></li> <li><a href="http://animationresources.org/" target="_BLANK">The Ex-ASIFA Archives Blog</a></li> <li><a href="http://blabbingonartsandculture.blogspot.com/" target="_BLANK">Steven Hartley's Blabbing on...</a></li> <li><a href="http://animationwhoandwhere.blogspot.com/" target="_BLANK">Animation Who & Where</a></li> <li><a href="http://classicalhanddrawnanimation.freeforums.org/" target="_BLANK">Hand-drawn Animation Forum</a></li> <!-- li><a href="http://www.immaginariofiorentino.com/albertopage/index.html" target="_BLANK">Alberto's Page (check bottom row!)</a></li --> <li><a href="https://alberto-s-pages.webnode.it/animators-until-1970/" target="_BLANK">Alberto's Pages (Current)</a></li> <li><a href="https://www.afilmla.com/blog/AlbertosPage/index.html" target="_BLANK">Alberto's Page (Cached in 2009)</a></li> </ul> <h2 class="sidebar-title"><a name="ArchLab">Archives</a></h2> <ul class="archive-list"> <li><a href="http://afilmla.blogspot.com/2006/05/">May 2006</a></li> <li><a href="http://afilmla.blogspot.com/2006/06/">June 2006</a></li> <li><a href="http://afilmla.blogspot.com/2006/07/">July 2006</a></li> <li><a href="http://afilmla.blogspot.com/2006/08/">August 2006</a></li> <li><a href="http://afilmla.blogspot.com/2006/09/">September 2006</a></li> <li><a href="http://afilmla.blogspot.com/2006/10/">October 2006</a></li> <li><a href="http://afilmla.blogspot.com/2006/11/">November 2006</a></li> <li><a href="http://afilmla.blogspot.com/2006/12/">December 2006</a></li> <li><a href="http://afilmla.blogspot.com/2007/01/">January 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/02/">February 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/03/">March 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/04/">April 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/05/">May 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/06/">June 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/07/">July 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/08/">August 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/09/">September 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/10/">October 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/11/">November 2007</a></li> <li><a href="http://afilmla.blogspot.com/2007/12/">December 2007</a></li> <li><a href="http://afilmla.blogspot.com/2008/01/">January 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/02/">February 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/03/">March 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/04/">April 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/05/">May 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/06/">June 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/07/">July 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/08/">August 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/09/">September 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/10/">October 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/11/">November 2008</a></li> <li><a href="http://afilmla.blogspot.com/2008/12/">December 2008</a></li> <li><a href="http://afilmla.blogspot.com/2009/01/">January 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/02/">February 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/03/">March 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/04/">April 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/05/">May 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/06/">June 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/07/">July 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/08/">August 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/09/">September 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/10/">October 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/11/">November 2009</a></li> <li><a href="http://afilmla.blogspot.com/2009/12/">December 2009</a></li> <li><a href="http://afilmla.blogspot.com/2010/01/">January 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/02/">February 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/04/">April 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/05/">May 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/06/">June 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/07/">July 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/08/">August 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/09/">September 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/10/">October 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/11/">November 2010</a></li> <li><a href="http://afilmla.blogspot.com/2010/12/">December 2010</a></li> <li><a href="http://afilmla.blogspot.com/2011/01/">January 2011</a></li> <li><a href="http://afilmla.blogspot.com/2011/02/">February 2011</a></li> <li><a href="http://afilmla.blogspot.com/2011/04/">April 2011</a></li> <li><a href="http://afilmla.blogspot.com/2011/05/">May 2011</a></li> <li><a href="http://afilmla.blogspot.com/2011/08/">August 2011</a></li> <li><a href="http://afilmla.blogspot.com/2011/10/">October 2011</a></li> <li><a href="http://afilmla.blogspot.com/2011/11/">November 2011</a></li> <li><a href="http://afilmla.blogspot.com/2011/12/">December 2011</a></li> <li><a href="http://afilmla.blogspot.com/2012/01/">January 2012</a></li> <li><a href="http://afilmla.blogspot.com/2012/02/">February 2012</a></li> <li><a href="http://afilmla.blogspot.com/2012/03/">March 2012</a></li> <li><a href="http://afilmla.blogspot.com/2012/04/">April 2012</a></li> <li><a href="http://afilmla.blogspot.com/2012/05/">May 2012</a></li> <li><a href="http://afilmla.blogspot.com/2012/08/">August 2012</a></li> <li><a href="http://afilmla.blogspot.com/2012/09/">September 2012</a></li> <li><a href="http://afilmla.blogspot.com/2012/11/">November 2012</a></li> <li><a href="http://afilmla.blogspot.com/2012/12/">December 2012</a></li> <li><a href="http://afilmla.blogspot.com/2013/01/">January 2013</a></li> <li><a href="http://afilmla.blogspot.com/2013/05/">May 2013</a></li> <li><a href="http://afilmla.blogspot.com/2013/07/">July 2013</a></li> <li><a href="http://afilmla.blogspot.com/2014/03/">March 2014</a></li> <li><a href="http://afilmla.blogspot.com/2014/04/">April 2014</a></li> <li><a href="http://afilmla.blogspot.com/2015/02/">February 2015</a></li> <li><a href="http://afilmla.blogspot.com/2015/04/">April 2015</a></li> <li><a href="http://afilmla.blogspot.com/2015/08/">August 2015</a></li> <li><a href="http://afilmla.blogspot.com/2015/09/">September 2015</a></li> <li><a href="http://afilmla.blogspot.com/2016/06/">June 2016</a></li> <li><a href="http://afilmla.blogspot.com/2017/03/">March 2017</a></li> <li><a href="http://afilmla.blogspot.com/2017/11/">November 2017</a></li> <li><a href="http://afilmla.blogspot.com/2018/01/">January 2018</a></li> <li><a href="http://afilmla.blogspot.com/2018/02/">February 2018</a></li> <li><a href="http://afilmla.blogspot.com/2018/05/">May 2018</a></li> <li><a href="http://afilmla.blogspot.com/2018/08/">August 2018</a></li> <li><a href="http://afilmla.blogspot.com/2018/11/">November 2018</a></li> <li><a href="http://afilmla.blogspot.com/2018/12/">December 2018</a></li> <li><a href="http://afilmla.blogspot.com/2019/04/">April 2019</a></li> <li><a href="http://afilmla.blogspot.com/2019/06/">June 2019</a></li> <li><a href="http://afilmla.blogspot.com/2019/07/">July 2019</a></li> <li><a href="http://afilmla.blogspot.com/2019/08/">August 2019</a></li> <li><a href="http://afilmla.blogspot.com/2020/11/">November 2020</a></li> <li><a href="http://afilmla.blogspot.com/2021/02/">February 2021</a></li> <li><a href="http://afilmla.blogspot.com/2021/04/">April 2021</a></li> <li><a href="http://afilmla.blogspot.com/2022/02/">February 2022</a></li> <li><a href="http://afilmla.blogspot.com/2023/06/">June 2023</a></li> <li><a href="http://afilmla.blogspot.com/2023/10/">October 2023</a></li> </ul> <br><script type="text/javascript" src="http://jh.revolvermaps.com/2/0.js?i=7xnlxxg57sn&amp;d=2&amp;p=3&amp;b=1&amp;w=193&amp;g=1&amp;f=arial&amp;fs=12&amp;r=0&amp;c0=362b05&amp;c1=375363&amp;c2=000000&amp;ic0=0&amp;ic1=0" async="async"></script> <script type="text/javascript" src="http://feedjit.com/serve/?vv=1515&amp;tft=3&amp;dd=0&amp;wid=&amp;pid=0&amp;proid=0&amp;bc=135&amp;tc=ccc&amp;brd1=2D4E70&amp;lnk=B5CDE6&amp;hc=ccc&amp;hfc=2A556B&amp;btn=1E2224&amp;ww=200&amp;wne=10&amp;srefs=0"></script><noscript><a href="http://feedjit.com/">Live Traffic Stats</a></noscript> <script type="text/javascript" src="//rf.revolvermaps.com/0/0/2.js?i=5pr9g63ud5e&amp;m=0&amp;s=178&amp;c=ff0000&amp;t=1" async="async"></script> <p id="powered-by"> <!-- br><a href="http://www.blogger.com"><img src="http://buttons.blogger.com/bloggerbutton1.gif" alt="Powered by Blogger" /></a--></p> </div></div> <!-- End #sidebar --> </div> <!-- End #content --> <!-- Begin #footer --> <div id="footer"><hr /> <p>Copyright © 2006-2023 <a href="http://www.afilm.com/">A. Film L.A., Inc., Los Angeles & Denmark.</a> All rights reserved.</p> <p><a href="http://www.afilm.com/"> <!-- img src="http://www.skydebanen.net/~hp/AFilmLAblog/pix/AFLOGOcob.gif" border="0" --> <img src="https://www.afilmla.com/blog/AFLOGOcob.gif" border="0"> </a></p> </div> <!-- End #footer --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-44010318-3', 'auto'); ga('require', 'linkid', 'linkid.js'); ga('send', 'pageview'); </script> </body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10