STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228124
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5121

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/88259107?noj=FRM88259107-12DC" width="1" height="1"></div>

Clocks_82.swf

This is the info page for
Flash #240581

(Click the ID number above for more basic data on this flash file.)


Text
3

9

1 2

6

<P ALIGN="CENTER"><FONT COLOR="#FF0000" FACE="Verdana" SIZE="12">Click here to get </FONT></P><P ALIGN="CENTER"><FONT COLOR="#FF0000" FACE="Verdana" SIZE="12">a flash-clock for</FONT></P><P ALIGN="CENTER"><FONT COLOR="#FF0000" FACE="Verdana" SIZE="12">your website.</FONT></P><P ALIGN="CENTER"><FONT COLOR="#FF0000" FACE="Verdana" SIZE="12"></FONT></P><P ALIGN="CENTER"><FONT COLOR="#0000FF" FACE="Verdana" SIZE="12">More than 600</FONT></P><P ALIGN="CENTER"><FONT COLOR="#0000FF" FACE="Verdana" SIZE="12">different clocks.</FONT></P>

ActionScript [AS1/AS2]

Frame 1
fscommand ("allowscale", "false");
Instance of Symbol 1 MovieClip "clock" in Frame 1
onClipEvent (enterFrame) { var time = new Date(); var hours = time.getHours(); var minutes = time.getMinutes(); var seconds = time.getSeconds(); this.hour._rotation = (this.hour_shadow._rotation = (30 * hours) + (minutes / 2)); this.min._rotation = (this.min_shadow._rotation = 6 * minutes); this.sec._rotation = (this.sec_shadow._rotation = 6 * seconds); }
Symbol 17 MovieClip Frame 1
nCharacterCount = 1; nFrameCount = 3; nAlphaChangeSpeed = 3; nMoveSpeed = 2; nSetSpace = 120; function fun() { i = 1; while (nCharacterCount >= i) { this["c" + i]._x = this["c" + i]._x + nMoveSpeed; this["c" + i]._alpha = this["c" + i]._alpha + nAlphaChangeSpeed; i++; } i = nCharacterCount + 1; while ((nCharacterCount * 2) >= i) { this["c" + i]._x = this["c" + i]._x - nMoveSpeed; this["c" + i]._alpha = this["c" + i]._alpha + nAlphaChangeSpeed; i++; } nSpace = nSpace - nMoveSpeed; if (nSpace < 0) { i = 1; while (nCharacterCount >= i) { this["c" + i]._x = nBakCharacter_x[i - 1]; i++; } gotoAndPlay (1); } } function again() { gotoAndPlay (2); } nSpace = nSetSpace / 2; nBakCharacter_x = new Array(nCharacterCount); i = nCharacterCount + 1; while ((nCharacterCount * 2) >= i) { this["c" + (i - nCharacterCount)].duplicatemovieclip("c" + i, i); this["c" + i]._x = this["c" + i]._x + nSpace; this["c" + i]._alpha = 10; i++; } i = 1; while (nCharacterCount >= i) { nBakCharacter_x[i - 1] = this["c" + i]._x; this["c" + i]._x = this["c" + i]._x - nSpace; this["c" + i]._alpha = 10; i++; } fun();
Symbol 17 MovieClip Frame 2
fun();
Symbol 17 MovieClip Frame 3
again();
Symbol 16 Button
on (release, keyPress "<Enter>") { getURL ("http://toolshell.com/clocks", "_blank"); }
Symbol 14 MovieClip Frame 1
nCharacterCount = 1; nFrameCount = 3; nMoveSpeed = 5; nIntervalTime = 1; nAlphaSpeed = 5; nXExcursion = 0; nYExcursion = 50; nPosX = (this.c1._x + ((this["c" + nCharacterCount]._x - this.c1._x) / 2)) + nXExcursion; i = 0; while (i < nCharacterCount) { nHeight = nHeight + this["c" + (i + 1)]._y; i++; } nPosY = int(nHeight / nCharacterCount) + nYExcursion; nOldPosX = new Array(nCharacterCount - 1); nOldPosY = new Array(nCharacterCount - 1); nTempTime = nIntervalTime; nRun = 1; function init() { i = 0; while (i < nCharacterCount) { nOldPosX[i] = this["c" + (i + 1)]._x; nOldPosY[i] = this["c" + (i + 1)]._y; i++; } i = 0; while (i < nCharacterCount) { this["c" + (i + 1)]._x = nPosX; this["c" + (i + 1)]._y = nPosY; this["c" + (i + 1)]._alpha = 0; i++; } } function fun() { if (0 >= nTempTime) { if (nRun < nCharacterCount) { nRun++; } nTempTime = nIntervalTime; } else { nTempTime--; } i = 0; while (i < nRun) { if (this["c" + (i + 1)]._alpha < 100) { this["c" + (i + 1)]._alpha = this["c" + (i + 1)]._alpha + nAlphaSpeed; if (100 < this["c" + (i + 1)]._alpha) { this["c" + (i + 1)]._alpha = 100; } } if (this["c" + (i + 1)]._y != nOldPosY[i]) { if (nOldPosY[i] >= this["c" + (i + 1)]._y) { this["c" + (i + 1)]._y = this["c" + (i + 1)]._y + nMoveSpeed; if (nOldPosY[i] < this["c" + (i + 1)]._y) { this["c" + (i + 1)]._y = nOldPosY[i]; } } else { this["c" + (i + 1)]._y = this["c" + (i + 1)]._y - nMoveSpeed; if (this["c" + (i + 1)]._y < nOldPosY[i]) { this["c" + (i + 1)]._y = nOldPosY[i]; } } this["c" + (i + 1)]._x = (((nPosX - nOldPosX[i]) / (nPosY - nOldPosY[i])) * (this["c" + (i + 1)]._y - nOldPosY[i])) + nOldPosX[i]; } i++; } } function again() { gotoAndPlay (2); } init(); fun();
Symbol 14 MovieClip Frame 2
fun();
Symbol 14 MovieClip Frame 3
again();

Library Items

Symbol 3 GraphicUsed by:2 4 13
Symbol 2 MovieClipUses:3Used by:1
Symbol 4 MovieClipUses:3Used by:1
Symbol 6 GraphicUsed by:5
Symbol 5 MovieClipUses:6Used by:1
Symbol 7 GraphicUsed by:1
Symbol 9 FontUsed by:8 10 11 12
Symbol 8 TextUses:9Used by:1
Symbol 10 TextUses:9Used by:1
Symbol 11 TextUses:9Used by:1
Symbol 12 TextUses:9Used by:1
Symbol 13 MovieClipUses:3Used by:1
Symbol 1 MovieClipUses:2 4 5 7 8 10 11 12 13Used by:Timeline
Symbol 19 GraphicUsed by:18
Symbol 18 MovieClipUses:19Used by:17
Symbol 17 MovieClipUses:18Used by:16
Symbol 20 GraphicUsed by:16
Symbol 21 FontUsed by:22
Symbol 22 EditableTextUses:21Used by:16
Symbol 16 ButtonUses:17 20 22Used by:15
Symbol 15 MovieClipUses:16Used by:14
Symbol 14 MovieClipUses:15Used by:Timeline

Instance Names

"clock"Frame 1Symbol 1 MovieClip
"hour_shadow"Symbol 1 MovieClip Frame 1Symbol 2 MovieClip
"min_shadow"Symbol 1 MovieClip Frame 1Symbol 4 MovieClip
"sec_shadow"Symbol 1 MovieClip Frame 1Symbol 5 MovieClip
"hour"Symbol 1 MovieClip Frame 1Symbol 2 MovieClip
"min"Symbol 1 MovieClip Frame 1Symbol 13 MovieClip
"sec"Symbol 1 MovieClip Frame 1Symbol 5 MovieClip
"c1"Symbol 17 MovieClip Frame 1Symbol 18 MovieClip
"c1"Symbol 14 MovieClip Frame 1Symbol 15 MovieClip




http://swfchan.com/49/240581/info.shtml
Created: 28/4 -2021 00:18:14 Last modified: 28/4 -2021 00:18:14 Server time: 12/05 -2024 17:43:44