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

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

myclock.swf

This is the info page for
Flash #18160

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


Text
47%

CLOCK GUTS

0
1
2
3
4
5
6
7
8
9

:

am

JANUARY
FEBRUARY
MARCH
APRIL
MAY
JUNE
JULY
AUGUST
SEPTEMBER
OCTOBER
NOVEMBER
DECEMBER

SUNDAY
MONDAY
TUESDAY
WEDENSDAY
THURSDAY
FRIDAY
SATURDAY
SUNDAY

am

ActionScript [AS1/AS2]

Frame 1
stop(); fscommand ("allowscale", false);
Instance of Symbol 23 MovieClip in Frame 1
onClipEvent (load) { done = false; } onClipEvent (enterFrame) { percentnumber = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if ((percentnumber >= 100) and (done == false)) { percentnumber = 100; done = true; this.gotoAndPlay(101); } else if (done == false) { this.gotoAndStop(percentnumber); } percent.completed = percentnumber + "%"; }
Frame 2
stop(); fscommand ("allowscale", false);
Instance of Symbol 28 MovieClip "fields" in Frame 2
onClipEvent (load) { days = new Array("Sunday", "Monday", "Tuesday", "Wednesday", "thursday", "Friday", "Saturday", "Sunday"); months = new Array("January", "February", "march", "April", "May", "June", "July", "August", "September", "October", "November", "December"); timedate = new Date(); } onClipEvent (enterFrame) { hour = timedate.getHours(); minutes = timedate.getMinutes(); seconds = timedate.getSeconds(); todaydate = timedate.getDate(); day = timedate.getDay(); dayname = days[day]; month = timedate.getMonth() + 1; monthname = months[month - 1]; year = timedate.getFullYear(); if (12 < hour) { hour = hour - 12; _root.ap = "PM"; } else { _root.ap = "AM"; } if (length(hour) == 1) { hour = "0" + hour; } if (length(minutes) == 1) { minutes = "0" + minutes; } if (length(seconds) == 1) { seconds = "0" + seconds; } if (length(todaydate) == 1) { todaydate = "0" + todaydate; } currenttime = (((hour + ":") + minutes) + ":") + seconds; currentdate = (((todaydate + "/") + month) + "/") + year; fulldate = (((((dayname + " ") + todaydate) + " ") + monthname) + " ") + year; delete timedate; timedate = new Date(); }
Instance of Symbol 33 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.seconds, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 34 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.seconds, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 35 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.minutes, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 36 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.minutes, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 37 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.hour, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 38 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.hour, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (enterFrame) { monthwords.shouldbe = (_root.fields.month - 1) * (monthwords._height / -12); monthwords._y = monthwords._y - ((monthwords._y - monthwords.shouldbe) / 2); }
Instance of Symbol 45 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.todaydate, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 46 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.todaydate, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 47 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.year, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.year, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 49 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.year, 3, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.year, 4, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 53 MovieClip in Frame 2
onClipEvent (enterFrame) { daynames.shouldbe = _root.fields.day * (daynames._height / -8); daynames._y = daynames._y - ((daynames._y - daynames.shouldbe) / 2); }
Instance of Symbol 33 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.seconds, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 34 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.seconds, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 35 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.minutes, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 36 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.minutes, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 37 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.hour, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 38 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.hour, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 44 MovieClip in Frame 2
onClipEvent (enterFrame) { monthwords.shouldbe = (_root.fields.month - 1) * (monthwords._height / -12); monthwords._y = monthwords._y - ((monthwords._y - monthwords.shouldbe) / 2); }
Instance of Symbol 45 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.todaydate, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 46 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.todaydate, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 47 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.year, 1, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.year, 2, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 49 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.year, 3, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 50 MovieClip in Frame 2
onClipEvent (enterFrame) { numbers.shouldbe = (substring(_root.fields.year, 4, 1)) * (numbers._height / -10); moveit(); }
Instance of Symbol 53 MovieClip in Frame 2
onClipEvent (enterFrame) { daynames.shouldbe = _root.fields.day * (daynames._height / -8); daynames._y = daynames._y - ((daynames._y - daynames.shouldbe) / 2); }
Symbol 23 MovieClip Frame 1
function makeRandom() { }
Instance of Symbol 9 MovieClip "percent" in Symbol 23 MovieClip Frame 1
onClipEvent (load) { startx = _x; starty = _y; startR = _rotation; } onClipEvent (enterFrame) { _x = ((startx - 10) + random(20)); _y = ((starty - 10) + random(20)); _alpha = random(100); _rotation = ((_startR - 5) + random(10)); }
Instance of Symbol 11 MovieClip in Symbol 23 MovieClip Frame 1
onClipEvent (load) { startx = _x; starty = _y; startR = _rotation; } onClipEvent (enterFrame) { _x = ((startx - 10) + random(20)); _y = ((starty - 10) + random(20)); _alpha = random(100); _rotation = ((_startR - 5) + random(10)); }
Symbol 23 MovieClip Frame 118
stop(); _root.play();
Symbol 33 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 34 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 35 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 36 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 37 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 38 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 45 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 46 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 47 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 48 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 49 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }
Symbol 50 MovieClip Frame 1
function moveIt() { if (Math.round(numbers._y) != Math.round(numbers.shouldbe)) { numbers._y = numbers._y - ((numbers._y - numbers.shouldbe) / 1.5); } }

Library Items

Symbol 1 ShapeTweeningUsed by:23
Symbol 2 GraphicUsed by:23
Symbol 3 GraphicUsed by:23
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:6
Symbol 6 MovieClipUses:5Used by:23
Symbol 7 FontUsed by:8 10
Symbol 8 EditableTextUses:7Used by:9
Symbol 9 MovieClipUses:8Used by:23
Symbol 10 TextUses:7Used by:11 16 21
Symbol 11 MovieClipUses:10Used by:23
Symbol 12 GraphicUsed by:23
Symbol 13 GraphicUsed by:23
Symbol 14 GraphicUsed by:23
Symbol 15 GraphicUsed by:23
Symbol 16 MovieClipUses:10Used by:23
Symbol 17 ShapeTweeningUsed by:23
Symbol 18 GraphicUsed by:23
Symbol 19 GraphicUsed by:23
Symbol 20 GraphicUsed by:23
Symbol 21 MovieClipUses:10Used by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:1 2 3 6 9 11 12 13 14 15 16 17 18 19 20 21 22Used by:Timeline
Symbol 24 FontUsed by:25 26 27
Symbol 25 EditableTextUses:24Used by:28
Symbol 26 EditableTextUses:24Used by:28
Symbol 27 EditableTextUses:24Used by:28
Symbol 28 MovieClipUses:25 26 27Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 FontUsed by:31 41 42 51 58
Symbol 31 TextUses:30Used by:32
Symbol 32 MovieClipUses:31Used by:33 34 35 36 37 38 45 46 47 48 49 50
Symbol 33 MovieClipUses:32Used by:Timeline
Symbol 34 MovieClipUses:32Used by:Timeline
Symbol 35 MovieClipUses:32Used by:Timeline
Symbol 36 MovieClipUses:32Used by:Timeline
Symbol 37 MovieClipUses:32Used by:Timeline
Symbol 38 MovieClipUses:32Used by:Timeline
Symbol 39 FontUsed by:40
Symbol 40 TextUses:39Used by:Timeline
Symbol 41 EditableTextUses:30Used by:Timeline
Symbol 42 TextUses:30Used by:43
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 MovieClipUses:32Used by:Timeline
Symbol 46 MovieClipUses:32Used by:Timeline
Symbol 47 MovieClipUses:32Used by:Timeline
Symbol 48 MovieClipUses:32Used by:Timeline
Symbol 49 MovieClipUses:32Used by:Timeline
Symbol 50 MovieClipUses:32Used by:Timeline
Symbol 51 TextUses:30Used by:52
Symbol 52 MovieClipUses:51Used by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 EditableTextUses:30Used by:Timeline
Symbol 59 GraphicUsed by:Timeline

Instance Names

"fields"Frame 2Symbol 28 MovieClip
"percent"Symbol 23 MovieClip Frame 1Symbol 9 MovieClip
"numbers"Symbol 33 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 34 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 35 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 36 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 37 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 38 MovieClip Frame 1Symbol 32 MovieClip
"monthwords"Symbol 44 MovieClip Frame 1Symbol 43 MovieClip
"numbers"Symbol 45 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 46 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 47 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 48 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 49 MovieClip Frame 1Symbol 32 MovieClip
"numbers"Symbol 50 MovieClip Frame 1Symbol 32 MovieClip
"daynames"Symbol 53 MovieClip Frame 1Symbol 52 MovieClip

Labels

"this source file was downloaded from www.flashguru.co.uk"Frame 2

Dynamic Text Variables

completedSymbol 8 EditableText"47%"
currenttimeSymbol 25 EditableText""
currentdateSymbol 26 EditableText""
fulldateSymbol 27 EditableText""
apSymbol 41 EditableText"am"
apSymbol 58 EditableText"am"




http://swfchan.com/4/18160/info.shtml
Created: 31/5 -2019 06:10:30 Last modified: 31/5 -2019 06:10:30 Server time: 14/05 -2024 23:42:17