Flasher Archive

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


Subject: Re: FLASH: Shake?
From: Robert Koberg
Date: Sat, 28 Aug 1999 20:25:59 +0100

Put this function in the <HEAD></head> of your html page:

function getWhacky(n) {
if (document.all != null)

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);
}
}
}
}

Call it from flash with the function name. For arguments put the number of
seconds you want the thing to shake. This is only for IE. But, yea, steal
from anywhere on the web. Y'all know that Dreamweaver and Attain Objects
are all open source (not explicitly). If you can understand/modify that you
are on your way to a high paying career with Javascript.


> > Can you shake the browser screen with flash4 useing some sort of command
> > that will tell java to shake it?...
> > i found this site that shakes the flash logo pops out..the timeing is
just
> > right....i need help......
> > to see it for your self goto www.flashzone.com
> > and then goto the flash challenge and wait for it to load
> > i e-mail David and he said it was javascript but i took the script they
> > used
> > and it didn`t work..so i downloaded there movie and it worked....what`s
up
> > with that?
> >
> Presumably, the Flash Movie calls the FSCommand which tells
> Javascript to do the thingy... Try looking through for a function called
>
> IStoleThisFromPraystationAndYouCanToo()
>
> (really, that's what it's called) It seems to do the windowshaking.
> You'll have to call this function through FSCommand.
>
> (BTW, we all steal other people's code, but we pretend not to in
> public)
>
> Alias|Rob



------------------------------------------------------------------------
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: lettering, Jerry

Replies
  RE: FLASH: Shake?, Cummins, Rob

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