Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Cool Flash Effect - How did they do that?
From: Wes Tilson
Date: Sun, 22 Aug 1999 18:19:31 +0100

Viewing the source reveals this code.

<Script Language="Javascript">
<!-- Begin
netscape = (navigator.appName == "Netscape");
n4 = netscape && (parseInt(navigator.appVersion) >= 4);
explorer = (navigator.appName == "Microsoft Internet Explorer");
ie4 = explorer && (parseInt(navigator.appVersion) >= 4);

function ravescape(n) {
if (n4 || ie4) {
for (i = 12; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
// End -->
</script>

> I have just seen an amazing effect on a flash site http://www.giglio.com/
where it looks like your monitor is shaking in an earth quake. If anyone out
there knows how this was done I would love to know.


=====================================
YAFS: Yet Another Screen Saver Maker.
http://fusion.combase.com/~westilson/yafs
Sic gorgiamus allos subjectatus nunc.



------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-manageratshocker [dot] com. Problems to: owneratshocker [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-manageratshocker [dot] com


Replies
  FLASH: Cool Flash Effect - How did they , Paul Steven

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]