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

swfchan turned sixteen years old yesterday! (5may2024)

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

Decimal Clock.swf

This is the info page for
Flash #137514

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


ActionScript [AS1/AS2]
Combined Code
movieClip 1 { frame 1 { _visible = false; stop(); } frame 2 { // An attempt to read a value from empty stack tellTarget ('undefined') { _time = getTimer() / 1000; _birth = _time; _delta = 0; _age = 0; } } frame 3 { // An attempt to read a value from empty stack tellTarget ('undefined') { _tt = getTimer() / 1000; _delta = _tt - _time; _age = _tt - _birth; _time = _tt; } } frame 4 { // An attempt to read a value from empty stack tellTarget ('undefined') { _ffx = (100 - _fx * _delta) / 100; _ffy = (100 - _fy * _delta) / 100; _ffxscale = (100 - _fxscale * _delta) / 100; _ffyscale = (100 - _fyscale * _delta) / 100; _ffrotation = (100 - _frotation * _delta) / 100; _ffalpha = (100 - _falpha * _delta) / 100; _vx = (_vx + _ax * _delta) * _ffx; _vy = (_vy + _ay * _delta) * _ffy; _vxscale = (_vxscale + _axscale * _delta) * _ffxscale; _vyscale = (_vyscale + _ayscale * _delta) * _ffyscale; _vrotation = (_vrotation + _arotation * _delta) * _ffrotation; _valpha = (_valpha + _aalpha * _delta) * _ffalpha; if (_vx) { _x = _x + _vx * _delta; } if (_vy) { _y = _y + _vy * _delta; } if (_vxscale) { _xscale = _xscale + _vxscale * _delta; } if (_vyscale) { _yscale = _yscale + _vyscale * _delta; } if (_vrotation) { _rotation = _rotation + _vrotation * _delta; } if (_valpha) { _alpha = _alpha + _valpha * _delta; } } } } movieClip 4 { frame 1 { if (!_load02EDE178) { _load02EDE178 = 1; tellTarget ('..') { Unknown action: 0xfe Unknown action: 0xff var tenHrTotalMsec; Unknown action: 0xff var tenHrhr; Unknown action: 0xff var tenHrmin; Unknown action: 0xff var tenHrminSeg; Unknown action: 0xff var tenHrminVal; Unknown action: 0xff var tenHrsec; Unknown action: 0xff var tenHrsecSeg; Unknown action: 0xff var tenHrsecVal; Unknown action: 0xff var tenHrmsec; Unknown action: 0xfe } } stop(); } } movieClip 9 { } movieClip 11 { #initclip TEXTWRAPPER = function () {}; TEXTWRAPPER.prototype = new MovieClip(); TEXTWRAPPER.prototype.addProperty('menu', function () { return this._text.menu; }, function (x) { this._text.menu = x; }); TEXTWRAPPER.prototype.addProperty('tabEnabled', function () { return this._text.tabEnabled; }, function (x) { this._text.tabEnabled = x; }); TEXTWRAPPER.prototype.addProperty('tabIndex', function () { return this._text.tabIndex; }, function (x) { this._text.tabIndex = x; }); TEXTWRAPPER.prototype.addProperty('autoSize', function () { return this._text.autoSize; }, function (x) { this._text.autoSize = x; }); TEXTWRAPPER.prototype.addProperty('background', function () { return this._text.background; }, function (x) { this._text.background = x; }); TEXTWRAPPER.prototype.addProperty('backgroundColor', function () { return this._text.backgroundColor; }, function (x) { this._text.backgroundColor = x; }); TEXTWRAPPER.prototype.addProperty('border', function () { return this._text.border; }, function (x) { this._text.border = x; }); TEXTWRAPPER.prototype.addProperty('borderColor', function () { return this._text.borderColor; }, function (x) { this._text.borderColor = x; }); TEXTWRAPPER.prototype.addProperty('bottomScroll', function () { return this._text.bottomScroll; }, function (x) { this._text.bottomScroll = x; }); TEXTWRAPPER.prototype.addProperty('condenseWhite', function () { return this._text.condenseWhite; }, function (x) { this._text.condenseWhite = x; }); TEXTWRAPPER.prototype.addProperty('embedFonts', function () { return this._text.embedFonts; }, function (x) { this._text.embedFonts = x; }); TEXTWRAPPER.prototype.addProperty('_height', function () { return this._text._height; }, function (x) { this._text._height = x; }); TEXTWRAPPER.prototype.addProperty('hscroll', function () { return this._text.hscroll; }, function (x) { this._text.hscroll = x; }); TEXTWRAPPER.prototype.addProperty('htmlText', function () { return this._text.htmlText; }, function (x) { this._text.htmlText = x; }); TEXTWRAPPER.prototype.addProperty('maxChars', function () { return this._text.maxChars; }, function (x) { this._text.maxChars = x; }); TEXTWRAPPER.prototype.addProperty('mouseWheelEnabled', function () { return this._text.mouseWheelEnabled; }, function (x) { this._text.mouseWheelEnabled = x; }); TEXTWRAPPER.prototype.addProperty('multiline', function () { return this._text.multiline; }, function (x) { this._text.multiline = x; }); TEXTWRAPPER.prototype.addProperty('password', function () { return this._text.password; }, function (x) { this._text.password = x; }); TEXTWRAPPER.prototype.addProperty('restrict', function () { return this._text.restrict; }, function (x) { this._text.restrict = x; }); TEXTWRAPPER.prototype.addProperty('scroll', function () { return this._text.scroll; }, function (x) { this._text.scroll = x; }); TEXTWRAPPER.prototype.addProperty('selectable', function () { return this._text.selectable; }, function (x) { this._text.selectable = x; }); TEXTWRAPPER.prototype.addProperty('stylesheet', function () { return this._text.stylesheet; }, function (x) { this._text.stylesheet = x; }); TEXTWRAPPER.prototype.addProperty('textColor', function () { return this._text.textColor; }, function (x) { this._text.textColor = x; }); TEXTWRAPPER.prototype.addProperty('type', function () { return this._text.type; }, function (x) { this._text.type = x; }); TEXTWRAPPER.prototype.addProperty('variable', function () { return this._text.variable; }, function (x) { this._text.variable = x; }); TEXTWRAPPER.prototype.addProperty('_width', function () { return this._text._width; }, function (x) { this._text._width = x; }); TEXTWRAPPER.prototype.addProperty('wordWrap', function () { return this._text.wordWrap; }, function (x) { this._text.wordWrap = x; }); TEXTWRAPPER.prototype.addProperty('length', function () { return this._text.length; }, null); TEXTWRAPPER.prototype.addProperty('maxhscroll', function () { return this._text.maxhscroll; }, null); TEXTWRAPPER.prototype.addProperty('maxscroll', function () { return this._text.maxscroll; }, null); TEXTWRAPPER.prototype.addProperty('textHeight', function () { return this._text.textHeight; }, null); TEXTWRAPPER.prototype.addProperty('textWidth', function () { return this._text.textWidth; }, null); TEXTWRAPPER.prototype.addListener = function (a) { return this._text.addListener(a); }; TEXTWRAPPER.prototype.getNewTextFormat = function () { return this._text.getNewTextFormat(); }; TEXTWRAPPER.prototype.getTextFormat = function () { return this._text.getTextFormat.apply(this._text, arguments); }; TEXTWRAPPER.prototype.removeListener = function (a) { return this._text.removeListener(a); }; TEXTWRAPPER.prototype.removeTextField = function () { return this._text.removeTextField(); }; TEXTWRAPPER.prototype.replaceSel = function (a) { return this._text.replaceSel(a); }; TEXTWRAPPER.prototype.replaceText = function (a, b, c) { return this._text.replaceText(a, b, c); }; TEXTWRAPPER.prototype.setNewTextFormat = function (a) { return this._text.setNewTextFormat(a); }; TEXTWRAPPER.prototype.setTextFormat = function () { return this._text.setTextFormat.apply(this._text, arguments); }; BUTTONWRAPPER.prototype.addProperty('enabled', function () { return this._button.enabled; }, function (x) { this._button.enabled = x; }); BUTTONWRAPPER.prototype.addProperty('trackAsMenu', function () { return this._button.trackAsMenu; }, function (x) { this._button.trackAsMenu = x; }); BUTTONWRAPPER.prototype.addProperty('useHandCursor', function () { return this._button.useHandCursor; }, function (x) { this._button.useHandCursor = x; }); #endinitclip } movieClip 12 { frame 1 { if (!_load) { _load = 1; tellTarget ('..') { if (..:tenHrsec == undefined) { ..:tenHrsec = text; } } } stop(); } } movieClip 13 _d { #initclip Object.registerClass('_d', TEXTWRAPPER); #endinitclip frame 1 { text = ..:tenHrsec; } frame 2 { gotoAndPlay(1); } } movieClip 15 { frame 1 { if (!_load) { _load = 1; tellTarget ('..') { if (..:tenHrmin == undefined) { ..:tenHrmin = text; } } } stop(); } } movieClip 16 _10 { #initclip Object.registerClass('_10', TEXTWRAPPER); #endinitclip frame 1 { text = ..:tenHrmin; } frame 2 { gotoAndPlay(1); } } movieClip 18 { frame 1 { if (!_load) { _load = 1; tellTarget ('..') { if (..:tenHrhr == undefined) { ..:tenHrhr = text; } } } stop(); } } movieClip 19 _13 { #initclip Object.registerClass('_13', TEXTWRAPPER); #endinitclip frame 1 { text = ..:tenHrhr; } frame 2 { gotoAndPlay(1); } } movieClip 33 { } movieClip 37 { } movieClip 40 { } frame 2 { Unknown action: 0xfe Unknown action: 0xff zoneTime = new Date(); Unknown action: 0xff zoneMSec = zoneTime.getMilliseconds(); Unknown action: 0xff zoneSec = zoneTime.getSeconds(); Unknown action: 0xff zoneMin = zoneTime.getMinutes(); Unknown action: 0xff zoneHr = zoneTime.getHours(); Unknown action: 0xff tenHrTotalMsec = zoneHr * 3600000 + zoneMin * 60000 + zoneSec * 1000 + zoneMSec * 1; Unknown action: 0xfe } frame 3 { Unknown action: 0xfe Unknown action: 0xff tenHrhr = int(tenHrTotalMsec / 8640000); Unknown action: 0xfe } frame 4 { Unknown action: 0xfe Unknown action: 0xff tenHrminSeg = (tenHrTotalMsec % 8640000) / 86400; Unknown action: 0xff tenHrminVal = int((tenHrTotalMsec % 8640000) / 86400); Unknown action: 0xff if (9 < tenHrminVal) { Unknown action: 0xff tenHrmin = tenHrminVal; } else { Unknown action: 0xff tenHrmin = '0' add tenHrminVal; } Unknown action: 0xfe } frame 5 { Unknown action: 0xfe Unknown action: 0xff tenHrsecSeg = (tenHrTotalMsec % 8640000) / 864; Unknown action: 0xff tenHrsecVal = int((tenHrTotalMsec % 8640000) / 864 % 100); Unknown action: 0xff if (9 < tenHrsecVal) { Unknown action: 0xff tenHrsec = tenHrsecVal; } else { Unknown action: 0xff tenHrsec = '0' add tenHrsecVal; } Unknown action: 0xfe } frame 6 { Unknown action: 0xfe Unknown action: 0xff hourHand._rotation = tenHrTotalMsec / 240000; Unknown action: 0xff minHand._rotation = tenHrminSeg * 3.6; Unknown action: 0xff secHand._rotation = tenHrsecSeg * 3.6; Unknown action: 0xfe } frame 7 { Unknown action: 0xfe Unknown action: 0xff gotoAndPlay(2); Unknown action: 0xfe } frame 8 { Unknown action: 0xfe Unknown action: 0xff stop(); Unknown action: 0xfe }




http://swfchan.com/28/137514/info.shtml
Created: 8/2 -2019 20:20:48 Last modified: 8/2 -2019 20:20:48 Server time: 06/05 -2024 12:08:59