Page 1 of 1

AL Builts websites

PostPosted: Wed Sep 21, 2011 4:59 pm
by DarthVader

Re: AL Builts websites

PostPosted: Thu Sep 22, 2011 5:53 am
by SamKellner
Looks great, Al :thumbup:

Re: AL Builts websites

PostPosted: Thu Sep 22, 2011 8:45 am
by miguel
Nice site.

Maybe a button to kill the music? 8-)

Re: AL Builts websites

PostPosted: Mon Sep 26, 2011 7:54 pm
by Bob Kuczewski
Very Cool Al!!!

I especially liked the JavaScript Text Tail:

Code: Select all
<script language="javascript">
c1             = new config();
c1.prefix      = "y_textTail1";
c1.updateDelay = 30;
c1.letterspacing = 14;
c1.message     = "DJ XL (210) 223-7582";
c1.message     = c1.message.split("");
c1.howmany     = parseInt(c1.message.length);
c1.oldx = new Array();
c1.oldy = new Array();
c1.uid   = 1;
for (i=0;i<c1.howmany;i++) {
 c1.oldx[i] = 0;
 c1.oldy[i] = -50;
}
for (i=0;i<c1.howmany;i++) {
  writeLayer("<span class=\"textTail\">" + c1.message[i] + "</span>", c1.prefix + i, 0, -50);
  setVisible(c1.prefix + i, 1);
}
function updatetextTail(c) {
 c.widthBoundry = getViewWidth() - 30;
 for (i=c.howmany-1;i>0;i--) {
  c.oldx[i] = c.oldx[i-1] + c.letterspacing;
  c.oldy[i] = c.oldy[i-1];
 }
 c.oldx[0] = cursorX + c.letterspacing;
 c.oldy[0] = cursorY;
 for (i=0;i<c.howmany;i++) {
  if (c.oldx[i] >= c.widthBoundry) {
   c.oldx[i] = c.widthBoundry;
   setVisible(c.prefix + i, 0);
  } else { setVisible(c.prefix + i, 1); }
 moveLayer(c.prefix + i, c.oldx[i], c.oldy[i]);
 }
 setTimeout("updatetextTail(c" + c.uid + ")", c.updateDelay);
}
if (c1.message != "") {
 captureXY();
 updatetextTail(c1);
}
</script>

Re: AL Builts websites

PostPosted: Thu Oct 06, 2011 3:02 pm
by Bill Cummings
:srofl: :lol: I really shook the dust out of the text tail Al :srofl:
Made it look like a tell tail in the LZ from 1 to 80 mph. :srofl:
Or a happy sperm! :shh: :oops: