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

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

epicfield.swf

This is the info page for
Flash #168995

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


Text
8^D

:3

8=D

ActionScript [AS1/AS2]

Frame 1
bar._xscale = int(100 * (_root.getBytesLoaded() / _root.getBytesTotal()));
Frame 2
if (_root.getBytesLoaded() != _root.getBytesTotal()) { gotoAndPlay (1); }
Frame 47
holders = new Array(); music = new Array(); x = 0; while (x < 8) { this.createEmptyMovieClip("h" + x, x + 100000); music[x] = new Sound("h" + x); x++; } music[0].attachSound("ch_drums.wav"); music[1].attachSound("ch_cymbals.wav"); music[2].attachSound("ch_bass.wav"); music[3].attachSound("ch_tune.wav"); music[4].attachSound("ch_arpeggio.wav"); music[5].attachSound("ch_jitter.wav"); music[6].attachSound("ch_2chord.wav"); music[7].attachSound("ch_intro.wav"); x = 0; while (x < 7) { music[x].setVolume(0); x++; } mlimit = 6; mbits = new Array(); mbits[0] = "00000001"; mbits[1] = "11111110"; mbits[2] = "00111110"; mbits[3] = "11100010"; mbits[4] = "10011000"; mbits[5] = "01100100"; mbits[6] = "00010110";
Frame 49
music[7].start(0, 9999); music[0].start(0, 9999); music[1].start(0, 9999); music[2].start(0, 9999); music[3].start(0, 9999); music[4].start(0, 9999); music[5].start(0, 9999); music[6].start(0, 9999);
Frame 51
function levelup() { lvl++; if (lvl > mlimit) { lvl = 1; } } stop(); sw = Stage.width; sh = Stage.height; sw2 = int(sw / 2); sh2 = int(sh / 2); sky._x = sw2; sky._y = sh2; fl = 150; vx = (vy = 0); vz = 12; diffx = 0; lastxmouse = 320; starmax = 200; stars = new Array(starmax); q = 0; while (q < starmax) { stars[q] = sky.attachMovie("star", "star" + q, q + 100); q++; } lvl = 0; trig = true; this.onEnterFrame = function () { if ((music[7].position > 9602) && (trig == false)) { levelup(); trig = true; x = 0; while (x < 8) { c = ord(mbits[lvl].charAt(x)) - 48; music[x].setVolume(c * 100); x++; } } if ((music[7].position < 9602) && (trig == true)) { trig = false; } curxmouse = _xmouse; curymouse = _ymouse; vx = int((curxmouse - 320) / 32); vy = int((curymouse - 240) / 12); diffx = diffx + (curxmouse - lastxmouse); lastxmouse = curxmouse; if (diffx > 0) { diffx = diffx - (int(diffx / 20) + 1); } if (diffx < 0) { diffx = diffx - (int(diffx / 20) - 1); } sky._rotation = int(diffx / 5); };
Symbol 9 MovieClip [star] Frame 1
function reset() { zp = random(500) + 500; xp = (random(2560) - 1280) - (_root.vx * 32); yp = (random(1920) - 960) - (_root.vy * 48); gotoAndStop(_root.lvl + 2); } xp = random(2560) - 1280; yp = random(1920) - 960; zp = random(1000); this.onEnterFrame = function () { xp = xp + _root.vx; yp = yp + _root.vy; zp = zp - _root.vz; if ((_root.fl + zp) <= 0) { reset(); } else { scale = _root.fl / (_root.fl + zp); _x = (xp * scale); _y = (yp * scale); _yscale = (scale * 100); _xscale = (scale * 100); if ((Math.abs(_x) > (_root.sw2 + 100)) || (Math.abs(_y) > (_root.sw2 + 100))) { reset(); } } _alpha = ((1000 - zp) / 10); swapDepths(1500 - zp); };
Symbol 9 MovieClip [star] Frame 2
stop();

Library Items

Symbol 1 GraphicUsed by:9 11
Symbol 2 GraphicUsed by:9
Symbol 3 FontUsed by:4 5 6
Symbol 4 TextUses:3Used by:9
Symbol 5 TextUses:3Used by:9
Symbol 6 TextUses:3Used by:9
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:9
Symbol 9 MovieClip [star]Uses:1 2 4 5 6 8
Symbol 10 GraphicUsed by:13  Timeline
Symbol 11 MovieClipUses:1Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 MovieClipUses:10Used by:Timeline
Symbol 14 Sound [ch_2chord.wav]Used by:Timeline
Symbol 15 Sound [ch_arpeggio.wav]Used by:Timeline
Symbol 16 Sound [ch_bass.wav]Used by:Timeline
Symbol 17 Sound [ch_cymbals.wav]Used by:Timeline
Symbol 18 Sound [ch_drums.wav]Used by:Timeline
Symbol 19 Sound [ch_intro.wav]Used by:Timeline
Symbol 20 Sound [ch_jitter.wav]Used by:Timeline
Symbol 21 Sound [ch_tune.wav]Used by:Timeline
Symbol 22 MovieClipUsed by:Timeline

Instance Names

"bar"Frame 1Symbol 11 MovieClip
"sky"Frame 51Symbol 22 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 9 as "star"
ExportAssets (56)Timeline Frame 5Symbol 14 as "ch_2chord.wav"
ExportAssets (56)Timeline Frame 6Symbol 15 as "ch_arpeggio.wav"
ExportAssets (56)Timeline Frame 7Symbol 16 as "ch_bass.wav"
ExportAssets (56)Timeline Frame 8Symbol 17 as "ch_cymbals.wav"
ExportAssets (56)Timeline Frame 9Symbol 18 as "ch_drums.wav"
ExportAssets (56)Timeline Frame 10Symbol 19 as "ch_intro.wav"
ExportAssets (56)Timeline Frame 11Symbol 20 as "ch_jitter.wav"
ExportAssets (56)Timeline Frame 12Symbol 21 as "ch_tune.wav"




http://swfchan.com/34/168995/info.shtml
Created: 8/8 -2019 20:08:02 Last modified: 8/8 -2019 20:08:02 Server time: 25/04 -2024 02:26:19