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

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

11-15-08.swf

This is the info page for
Flash #116216

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


Text
Time now unravels
Hoping to observe
Every small moment

Dawning horizons
Over here today
Over there later
Retracting at last

Time cannot stop it
Order will commence

Dawn goes forth to dusk
And afternoon ends
Reeling in the disk
Kindly but swiftly
Nearing the next phase
Entering the night
So time can restart
Sounding bells of light

Hand in hand it goes
An endless cycle
Serene in movement

Opaque the day ends
Perfect it begins
Events will pass by
Never asking why
Eyes forever see
Don eternity

THE GAME

THE GAME

For too long you see
In your memory
View the perspective
Each everything has

ActionScript [AS1/AS2]

Frame 1
stop(); _root._quality = "Best"; var mySound = new Sound(); mySound.loadSound("http://www.upload-mp3.com/files/16066_y82og/lol.mp3", true); mySound.start(0, 99999); mySound.onSoundComplete = function () { gotoAndStop (2); }; var muteplay = new Object(); Key.addListener(muteplay); muteplay.onKeyDown = function () { if (Key.getCode() == 77) { stopAllSounds(); } if (Key.getCode() == 80) { var _local1 = new Sound(); _local1.loadSound("http://www.upload-mp3.com/files/16066_y82og/lol.mp3", true); _local1.start(0, 99999); } }; var w = water_mc._width; trace(w); var h = water_mc._height; ripple = new flash.display.BitmapData(w, h); ripple3 = new flash.display.BitmapData(w, h / 2); ripple2 = new flash.display.BitmapData(w, h / 4); ripple1 = new flash.display.BitmapData(w, h / 4); gradient = new flash.display.BitmapData(ripple.width, ripple.height); gradient.draw(gradient_mc, new flash.geom.Matrix(1, 0, 0, 1, 0, 0)); gradient_mc._visible = false; offset3 = new flash.geom.Point(0, 0); offset2 = new flash.geom.Point(0, 0); offset1 = new flash.geom.Point(0, 0); speed1 = -0.6; speed2 = -1.2; speed3 = -2.4; pt = new flash.geom.Point(0, 0); rect = new flash.geom.Rectangle(0, 0, ripple.width, ripple.height); this.onEnterFrame = function () { offset1.y = offset1.y + speed1; offset2.y = offset2.y + speed2; offset3.y = offset3.y + speed3; ripple3.perlinNoise(0, 15, 1, seed, true, true, 1, true, [offset3]); ripple2.perlinNoise(0, 10, 1, seed, true, true, 1, true, [offset2]); ripple1.perlinNoise(0, 5, 1, seed, true, true, 1, true, [offset1]); ripple.copyPixels(ripple1, r1rect, r1pt); ripple.copyPixels(ripple2, r2rect, r2pt); ripple.copyPixels(ripple3, r3rect, r3pt); ripple.merge(gradient, rect, pt2, 127, 127, 127); dMap = new flash.filters.DisplacementMapFilter(ripple, pt, null, 1, 100, 100, "WRAP"); water_mc.filters = [dMap]; }; r1rect = new flash.geom.Rectangle(0, 0, ripple1.width, ripple1.height); r2rect = new flash.geom.Rectangle(0, 0, ripple2.width, ripple2.height); r3rect = new flash.geom.Rectangle(0, 0, ripple3.width, ripple3.height); r1pt = new flash.geom.Point(0, 0); r2pt = new flash.geom.Point(0, ripple1.height); r3pt = new flash.geom.Point(0, ripple1.height + ripple2.height);
Frame 2
stop(); _root._quality = "Best"; _root.createEmptyMovieClip("holder_mc", 1); var mySound = new Sound(); mySound.loadSound("http://www.upload-mp3.com/files/16067_6pru6/herewego.mp3", true); mySound.start(0, 99999); mySound.onSoundComplete = function () { gotoAndStop (3); }; var muteplay = new Object(); Key.addListener(muteplay); muteplay.onKeyDown = function () { if (Key.getCode() == 77) { stopAllSounds(); } if (Key.getCode() == 80) { var _local1 = new Sound(); _local1.loadSound("http://www.upload-mp3.com/files/16067_6pru6/herewego.mp3", true); _local1.start(0, 99999); } };
Frame 3
stop(); _root._quality = "Best"; onEnterFrame = function () { starfield.movestars(); }; _root.createEmptyMovieClip("holder_mc", 1); holder_mc.loadMovie("http://img82.imageshack.us/img82/8608/tgbl1.gif"); holder_mc._x = "0"; holder_mc._y = "0"; var mySound = new Sound(); mySound.loadSound("http://www.upload-mp3.com/files/16068_ahpqo/5mystic.mp3", true); mySound.start(0, 99999); mySound.onSoundComplete = function () { gotoAndStop (1); }; var muteplay = new Object(); Key.addListener(muteplay); muteplay.onKeyDown = function () { if (Key.getCode() == 77) { stopAllSounds(); } if (Key.getCode() == 80) { var _local1 = new Sound(); _local1.loadSound("http://www.upload-mp3.com/files/16068_ahpqo/5mystic.mp3", true); _local1.start(0, 99999); } };
Symbol 2 MovieClip Frame 200
gotoAndPlay (1);
Symbol 3 MovieClip [star3] Frame 1
newspeedandsize = (Math.random() * 5) + 1; speed = newspeedandsize; _width = newspeedandsize; _height = newspeedandsize; _y = (Math.random() * Stage.height); _x = (Math.random() * Stage.width);
Symbol 4 MovieClip [starfield] Frame 1
function movestars() { starcount = 1; while (starcount <= stars) { eval ("star3" + starcount)._y = eval ("star3" + starcount)._y + eval ("star3" + starcount).speed; if (eval ("star3" + starcount)._y > Stage.height) { newspeedandsize = (Math.random() * 4) + 1; eval ("star3" + starcount).speed = newspeedandsize; eval ("star3" + starcount)._width = newspeedandsize; eval ("star3" + starcount)._height = newspeedandsize; eval ("star3" + starcount)._y = -newspeedandsize; eval ("star3" + starcount)._x = Math.random() * Stage.width; } starcount++; } } stars = 25; starcount = 1; while (starcount <= stars) { this.attachMovie("star3", "star3" + starcount, this.getNextHighestDepth()); starcount++; }
Symbol 11 MovieClip Frame 340
gotoAndPlay (1);
Symbol 17 MovieClip Frame 205
gotoAndPlay (1);
Symbol 20 MovieClip Frame 150
gotoAndPlay (1);
Symbol 23 MovieClip Frame 95
gotoAndPlay (1);
Symbol 44 MovieClip Frame 61
gotoAndPlay (1);
Symbol 48 MovieClip Frame 110
gotoAndPlay (1);
Symbol 55 MovieClip Frame 200
gotoAndPlay (1);
Symbol 70 MovieClip Frame 55
gotoAndPlay (1);
Symbol 76 MovieClip Frame 300
gotoAndPlay (1);

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:3
Symbol 3 MovieClip [star3]Uses:2
Symbol 4 MovieClip [starfield]Used by:Timeline
Symbol 5 GraphicUsed by:12
Symbol 6 ShapeTweeningUsed by:11
Symbol 7 ShapeTweeningUsed by:11
Symbol 8 ShapeTweeningUsed by:11
Symbol 9 ShapeTweeningUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:6 7 8 9 10Used by:12
Symbol 12 MovieClipUses:5 11Used by:14
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:12 13Used by:Timeline
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:17
Symbol 17 MovieClipUses:16Used by:25
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:20
Symbol 20 MovieClipUses:19Used by:25
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:23
Symbol 23 MovieClipUses:22Used by:25
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:17 20 23 24Used by:Timeline
Symbol 26 FontUsed by:27 28 71
Symbol 27 EditableTextUses:26Used by:29
Symbol 28 EditableTextUses:26Used by:29
Symbol 29 MovieClipUses:27 28Used by:Timeline
Symbol 30 GraphicUsed by:47
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:31Used by:47
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:33Used by:47
Symbol 35 GraphicUsed by:47
Symbol 36 GraphicUsed by:37 38
Symbol 37 MovieClipUses:36Used by:47
Symbol 38 MovieClipUses:36Used by:47
Symbol 39 GraphicUsed by:47
Symbol 40 GraphicUsed by:45
Symbol 41 ShapeTweeningUsed by:44
Symbol 42 ShapeTweeningUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:41 42 43Used by:45
Symbol 45 MovieClipUses:40 44Used by:46
Symbol 46 MovieClipUses:45Used by:47
Symbol 47 MovieClipUses:30 32 34 35 37 38 39 46Used by:48  Timeline
Symbol 48 MovieClipUses:47Used by:49
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 ShapeTweeningUsed by:55
Symbol 53 ShapeTweeningUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:52 53 54Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 FontUsed by:68 69
Symbol 68 EditableTextUses:67Used by:70
Symbol 69 EditableTextUses:67Used by:70
Symbol 70 MovieClipUses:68 69Used by:Timeline
Symbol 71 EditableTextUses:26Used by:Timeline
Symbol 72 ShapeTweeningUsed by:76
Symbol 73 ShapeTweeningUsed by:76
Symbol 74 ShapeTweeningUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:72 73 74 75Used by:Timeline

Instance Names

"water_mc"Frame 1Symbol 49 MovieClip
"gradient_mc"Frame 1Symbol 51 MovieClip
"starfield"Frame 3Symbol 4 MovieClip [starfield]

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 3 as "star3"
ExportAssets (56)Timeline Frame 1Symbol 4 as "starfield"




http://swfchan.com/24/116216/info.shtml
Created: 9/3 -2019 01:26:22 Last modified: 9/3 -2019 01:26:22 Server time: 20/04 -2024 08:14:27