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

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

Starfall.swf

This is the info page for
Flash #24377

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


Text
v.5

0%

0/0

's' toggles music on/off

0

Use the blue bucket to catch falling stars to gain points
Missing a gold star will increase the danger meter on the right
Catch 3 gold stars in a row to decrease the danger meter
Catch the green pill to clear the danger meter and get bonus points
You are not penalized for missing red stars
Catching the red pill speeds everything up

5 points

1 point

Play!

Play!

Level 1

Area:

54%

Speed:

1

Time:

0

Try Again

Try Again

Level:

Time Taken:

Final Score:

(you lost)

Oh noes!

ActionScript [AS1/AS2]

Frame 1
_root.loadedBytes = _root.getBytesLoaded(); _root.totalBytes = _root.getBytesTotal(); _root.totalkbytes.text = (_root.loadedBytes + "/") + _root.totalBytes; _root.percentageOutput = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); _root.loadedkbytes.text = _root.percentageOutput + "%"; _root.pbar._xscale = _root.percentageOutput; _root.loadedkbytes._x = _root.pbar._x + (4 * _root.percentageOutput); if (_root.loadedBytes == _root.totalBytes) { gotoAndStop (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop(); musica = new Sound(); _root.musica.attachSound("StarFallMusic01"); _root.musica.stop(); rSound = new Sound(); _root.rSound.attachSound("redSound"); gSound = new Sound(); _root.gSound.attachSound("greenSound"); tmusica.gotoAndPlay(2);
Instance of Symbol 16 MovieClip in Frame 3
onClipEvent (load) { function __com_flashsandbox__(swfid, mc) { var x; var s; var fv; var sb; var u; var res; var mb; var homebase; mb = "__flashsandbox__"; homebase = "flashsandbox.com"; s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(homebase); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(homebase); } u = (((((("http://" + homebase) + "/callhome.swf?fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_flashsandbox__("StarFallv.5", this); }
Instance of Symbol 26 MovieClip in Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation - 6; }
Instance of Symbol 28 MovieClip in Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation + 6; }
Instance of Symbol 36 MovieClip in Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation + 8; }
Instance of Symbol 38 MovieClip in Frame 3
onClipEvent (enterFrame) { this._rotation = this._rotation + 5; }
Frame 4
stop(); Mouse.hide(); _root.fin = 0; i = 0; while (i < 20) { goldstar0.duplicateMovieClip("star" + i, i + 400); i++; }
Instance of Symbol 26 MovieClip "redPill" in Frame 4
onClipEvent (load) { _y = 500; } onClipEvent (enterFrame) { if (_root.fin == 0) { this._y = this._y + speed; this._rotation = this._rotation - speed; if (_y > (400 + _height)) { speed = 0; if (Math.round(Math.random() * 600) == 10) { speed = (Math.random() * 3) + 5; _x = ((Math.random() * _root.activeArea._width) + (_root.activeArea._x - (_root.activeArea._width / 2))); _y = ((Math.random() * -200) - _height); } } if (this.hitTest(_root.catcher)) { if (_root.musicOn == 1) { _root.rSound.start(); } _y = 500; _root.baseSpeed = _root.baseSpeed + 3; _root.textClip.speedT.text = Math.round(_root.baseSpeed); } } else { _y = 500; } }
Instance of Symbol 28 MovieClip "greenPill" in Frame 4
onClipEvent (load) { _y = 500; } onClipEvent (enterFrame) { if (_root.fin == 0) { this._y = this._y + speed; this._rotation = this._rotation - speed; if (_y > (400 + _height)) { speed = 0; if (Math.round(Math.random() * 600) == 10) { speed = (Math.random() * 3) + 5; _x = ((Math.random() * _root.activeArea._width) + (_root.activeArea._x - (_root.activeArea._width / 2))); _y = ((Math.random() * -200) - _height); } } if (this.hitTest(_root.catcher)) { if (_root.musicOn == 1) { _root.gSound.start(); } _y = 500; _root.score = _root.score + (_root.missCount * 3); _root.missCount = 0; _root.dMeter.gotoAndStop(_root.missCount + 1); } } else { _y = 500; } }
Instance of Symbol 44 MovieClip in Frame 4
onClipEvent (load) { _root.timerC = 0; _root.missCount = 0; } onClipEvent (enterFrame) { if (_root.fin == 0) { _root.timerC = _root.timerC + 1; _root.textClip.timer.text = Math.round(_root.timerC / 24); } }
Instance of Symbol 36 MovieClip "redstar0" in Frame 4
onClipEvent (load) { _y = 500; } onClipEvent (enterFrame) { if (_root.fin == 0) { this._y = this._y + speed; this._rotation = this._rotation + speed; if (_y > (400 + _height)) { if (Math.round(Math.random() * 150) == 10) { speed = (Math.random() * 3) + 10; _x = ((Math.random() * _root.activeArea._width) + (_root.activeArea._x - (_root.activeArea._width / 2))); _y = ((Math.random() * -2000) - _height); } } if (this.hitTest(_root.catcher)) { _y = 500; _root.score = _root.score + 5; } } else { _y = 500; } }
Instance of Symbol 46 MovieClip "catcher" in Frame 4
onClipEvent (enterFrame) { _x = _root.bucket._x; }
Instance of Symbol 31 MovieClip "bucket" in Frame 4
onClipEvent (load) { _root.nextLevel = 20; _root.score = 0; _root.cLevel = 1; _root.catchCounter = 0; _root.baseSpeed = 1; _root.textClip.speedT.text = _root.baseSpeed; } onClipEvent (enterFrame) { _x = _root._xmouse; a = _root.activeArea._x - (_root.activeArea._width / 2); b = _root.activeArea._x + (_root.activeArea._width / 2); if ((_x - (_width / 2)) < a) { _x = (a + (_width / 2)); } if ((_x + (_width / 2)) > b) { _x = (b - (_width / 2)); } this.scoreText.text = _root.score; if (_root.catchCounter > 2) { _root.missCount--; _root.catchCounter = 0; } if (_root.missCount < 0) { _root.missCount = 0; } _root.dMeter.gotoAndStop(_root.missCount + 1); if (_root.missCount > 10) { _root.gotoAndStop(6); } if (_root.score > _root.nextLevel) { _root.cLevel++; _root.nextLevel = _root.nextLevel + (15 * _root.cLevel); _root.levelupText.text = "Level " + _root.cLevel; _root.baseSpeed = (_root.baseSpeed + (_root.activeArea._width / 550)) + 0.5; _root.textClip.speedT.text = Math.round(_root.baseSpeed); _root.textClip.areaT.text = Math.round(100 * (_root.activeArea._width / 550)) + "%"; _root.activeArea._xscale = 100 + (_root.cLevel * 5); if (_root.activeArea._xscale > 180) { _root.activeArea._xscale = 183.5; } } }
Instance of Symbol 38 MovieClip "goldstar0" in Frame 4
onClipEvent (load) { _y = 500; } onClipEvent (enterFrame) { if (_root.fin == 0) { this._y = this._y + speed; this._rotation = this._rotation + (speed * rdir); if (_y > (400 + _height)) { if (_y < 450) { _root.missCount++; _root.catchCounter = 0; } rdir = Math.round(Math.random() * 10) % 2; if (rdir == 0) { rdir = -1; } speed = (Math.random() * 5) + (_root.baseSpeed / 2); if (speed < 5) { speed = 5; } _x = ((Math.random() * _root.activeArea._width) + (_root.activeArea._x - (_root.activeArea._width / 2))); _y = ((Math.random() * -1000) - _height); } if (this.hitTest(_root.catcher)) { _root.catchCounter++; _y = 500; _root.score++; } } else { _y = 500; } }
Frame 5
stop();
Frame 6
stop(); Mouse.show(); _root.fStats.finalScore.text = _root.score; _root.fStats.finalTime.text = Math.round(_root.timerC / 24); _root.fStats.finalLevel.text = _root.cLevel; _root.fin = 1;
Symbol 21 Button
on (release, keyPress "s") { play(); }
Symbol 22 MovieClip Frame 1
_root.musicOn = 0; _root.musica.stop(); stop();
Symbol 22 MovieClip Frame 2
_root.musicOn = 1; _root.musica.start(0, 9999); _root.musica.setVolume(100); stop();
Symbol 41 Button
on (release) { _root.misscount = 0; _root.timerC = 0; _root.score = 0; _root.gotoAndPlay(4); }
Symbol 61 MovieClip Frame 1
stop();
Symbol 61 MovieClip Frame 2
stop();
Symbol 61 MovieClip Frame 3
stop();
Symbol 61 MovieClip Frame 4
stop();
Symbol 61 MovieClip Frame 5
stop();
Symbol 61 MovieClip Frame 6
stop();
Symbol 61 MovieClip Frame 7
stop();
Symbol 61 MovieClip Frame 8
stop();
Symbol 61 MovieClip Frame 9
stop();
Symbol 61 MovieClip Frame 10
stop();
Symbol 61 MovieClip Frame 11
stop();
Symbol 67 Button
on (release) { _root.misscount = 0; _root.timerC = 0; _root.score = 0; _root.gotoAndPlay(4); }

Library Items

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

Instance Names

"loadedkbytes"Frame 1Symbol 11 EditableText
"pbar"Frame 1Symbol 13 MovieClip
"totalkbytes"Frame 1Symbol 14 EditableText
"tmusica"Frame 3Symbol 22 MovieClip
"startB"Frame 3Symbol 41 Button
"redPill"Frame 4Symbol 26 MovieClip
"greenPill"Frame 4Symbol 28 MovieClip
"redstar0"Frame 4Symbol 36 MovieClip
"catcher"Frame 4Symbol 46 MovieClip
"bucket"Frame 4Symbol 31 MovieClip
"goldstar0"Frame 4Symbol 38 MovieClip
"levelupText"Frame 4Symbol 49 EditableText
"textClip"Frame 4Symbol 56 MovieClip
"dMeter"Frame 4Symbol 61 MovieClip
"activeArea"Frame 4Symbol 63 MovieClip
"restartB"Frame 6Symbol 67 Button
"fStats"Frame 6Symbol 74 MovieClip
"scoreText"Symbol 31 MovieClip Frame 1Symbol 29 EditableText
"areaT"Symbol 56 MovieClip Frame 1Symbol 51 EditableText
"speedT"Symbol 56 MovieClip Frame 1Symbol 53 EditableText
"timer"Symbol 56 MovieClip Frame 1Symbol 55 EditableText
"finalLevel"Symbol 74 MovieClip Frame 1Symbol 68 EditableText
"finalTime"Symbol 74 MovieClip Frame 1Symbol 70 EditableText
"finalScore"Symbol 74 MovieClip Frame 1Symbol 72 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "redSound"
ExportAssets (56)Timeline Frame 1Symbol 2 as "greenSound"
ExportAssets (56)Timeline Frame 3Symbol 42 as "StarFallMusic01"




http://swfchan.com/5/24377/info.shtml
Created: 25/5 -2019 02:49:24 Last modified: 25/5 -2019 02:49:24 Server time: 12/05 -2024 06:44:14