Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: [flasher] Shake Screen Effect |
From: | karine |
Date: | Sat, 10 Feb 2001 03:20:05 -0000 |
Here it is...
<HTML>
<HEAD>
<SCRIPT LANGUAGE="JavaScript">
<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 10; 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>
</HEAD>
<BODY>
<center>
<form>
<input type=button onClick="shake(2)" value="Shake Screen">
</form>
</center>
</BODY>
</HTML>
CheerS.
Karine Nzeutem
Web & Flash Developer
www.designmedia.com
----- Original Message -----
From: "jayakamal balasubramani" <jayakamalyahoo [dot] com>
To: "flasher from chinwag" <flasherlists [dot] chinwag [dot] com>
Sent: Friday, February 09, 2001 6:20 AM
Subject: [flasher] Shake Screen Effect
> How to make a shake screen effect.
> Somebody Help me
> Thanks
> Jayakamal
>
>
> __________________________________________________
> Do You Yahoo!?
> Get personalized email addresses from Yahoo! Mail - only $35
> a year! http://personal.mail.yahoo.com/
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> The Chinwag site carries a wealth of Flash resources.
> Find useful links, suggested reading and archives at:
>
> ** http://www.chinwag.com/flasher **
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> You are subscribed to flasher as: susheemindspring [dot] com
> To unsubscribe, email leave-flasher-479942Vlists [dot] chinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]