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

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

Fly Shoot.swf

This is the info page for
Flash #42254

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


Text
---

000

000

ActionScript [AS1/AS2]

Frame 1
totalB = this.getBytesTotal(); KB = int(totalB / 1024);
Frame 2
loadB = this.getBytesLoaded(); percent = int((loadB / totalB) * 100); bar.gotoAndStop(_root.percent);
Frame 3
if (percent < 100) { gotoAndPlay (2); } else { gotoAndStop (4); }
Frame 4
Mouse.hide(); startDrag ("/pointer", true); sShoot = new Sound(); sShoot.attachSound("sShoot"); sExp = new Sound(); sExp.attachSound("sExp"); stop();
Instance of Symbol 26 MovieClip [mP] "pointer" in Frame 4
onClipEvent (mouseDown) { _root.sShoot.start(); }
Frame 5
score = 0; playTime = 100; var expX; var expY; cDepth = 100; pDepth = 0; numPlane = 0; numCloud = 0; _root.attachMovie("mP", "pointer", 300); startDrag ("/pointer", true); "50".stop();
Instance of Symbol 85 MovieClip in Frame 5
onClipEvent (mouseDown) { _root.sShoot.start(); }
Frame 12
if ((Math.random() < 0.2) && (numCloud < 5)) { numCloud++; _root.attachMovie("mCloud", "c" + cDepth, cDepth); cDepth = ((++cDepth) % 100) + 100; } if ((Math.random() < 0.5) && (numPlane < 9)) { _root.attachMovie("mPlane" + (1 + random(3)), "P" + pDepth, pDepth); numPlane++; with (eval ("/p" + pDepth)) { _x = -20 - random(120); _y = 150 + random(60); } pDepth = (++pDepth) % 100; }
Frame 18
gotoAndPlay (12);
Frame 25
_root.pointer.removeMovieClip();
Frame 53
Mouse.show(); i = 0; while (i < 100) { removeMovieClip("/c" + (100 + i)); removeMovieClip("/p" + i); i++; } stop();
Symbol 3 MovieClip [mCloud] Frame 1
this._x = 575; this._y = 30 + random(300); speed = 2 + random(5);
Symbol 3 MovieClip [mCloud] Frame 3
this._x = this._x - speed;
Symbol 3 MovieClip [mCloud] Frame 5
if (this._x < -35) { _root.numCloud--; this.removeMovieClip(); } else { gotoAndPlay(_currentframe - 2); }
Symbol 8 Button
on (press) { point = new Object(); point.x = this._x; point.y = this._y; this._parent.localToGlobal(point); _root.expX = point.x; _root.expY = point.y; _root.numPlane--; _root.score++; planeDepth = this._parent.planeDepth - 1; _root.attachMovie("mExp", "e" + planeDepth, planeDepth); }
Symbol 6 MovieClip [mPlane3] Frame 1
var planeDepth = _root.pDepth;
Symbol 6 MovieClip [mPlane3] Frame 90
_root.numPlane--; this.removeMovieClip();
Symbol 12 MovieClip [mPlane2] Frame 1
var planeDepth = _root.pDepth;
Symbol 12 MovieClip [mPlane2] Frame 60
_root.numPlane--; this.removeMovieClip();
Symbol 13 MovieClip [mPlane1] Frame 1
var planeDepth = _root.pDepth;
Symbol 13 MovieClip [mPlane1] Frame 120
_root.numPlane--; this.removeMovieClip();
Symbol 14 MovieClip [mExp] Frame 1
this._x = _root.expX; this._y = _root.expY;
Symbol 14 MovieClip [mExp] Frame 2
this._x = _root.expX; this._y = _root.expY;
Symbol 14 MovieClip [mExp] Frame 10
this.removeMovieClip();
Symbol 31 MovieClip Frame 1
stop();
Symbol 43 MovieClip Frame 1
if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "flyshoot"; this.arcade.sessdo = "sessionstart"; this.arcade.sendAndLoad("arcade.php", sessionvars, "POST"); if (this.sessionvars.sessiontype != 2) { _root.is_a_challenge = 0; } else { _root.is_a_challenge = 1; } this.sessionstarted = 1; } if (_root.gameover == 1) { if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) { this.prequestvars = new LoadVars(); this.pranswer = new LoadVars(); this.prequestvars.gametime = this.sessionvars.gametime; this.prequestvars.fakekey = this.sessionvars.initbar; _root.score = int(Number(_root.score)); if (_root.score != 0) { this.prequestvars.score = _root.score; } else { this.prequestvars.score = -1; } this.prequestvars.id = this.sessionvars.lastid; this.prequestvars.sessdo = "permrequest"; this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey; this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST"); this.askpermission = 1; } if ((this.pranswer.validate == 1) && (this.finalsent != 1)) { this.burnscore = new LoadVars(); this.burnscore.microone = this.pranswer.microone; this.burnscore.gametime = this.prequestvars.gametime; this.burnscore.id = this.prequestvars.id; if (_root.score == 0) { this.burnscore.noscore = 1; } this.burnscore.sessdo = "burn"; this.burnscore.send("./arcade.php", "_self", "POST"); this.finalsent = 1; } }
Symbol 45 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 49 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 50 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 51 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 52 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 53 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 54 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 55 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 56 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 57 Button
on (press) { _root.gotoAndPlay(2); }
Symbol 72 Button
on (release) { getURL ("http://www.7site.idv.tw", "_blank"); }
Symbol 75 Button
on (press) { gotoAndPlay (5); }
Symbol 79 MovieClip Frame 1
now = new Date(); startTime = now.getTime(); playTime = _root.playTime; rTime = playTime;
Symbol 79 MovieClip Frame 3
now = new Date(); currentTime = now.getTime(); rTime = playTime - int((currentTime - startTime) / 1000); if (!rTime) { _root.gotoAndPlay("reStart"); stop(); }
Symbol 79 MovieClip Frame 5
gotoAndPlay(_currentframe - 2);
Symbol 86 Button
on (release) { getURL ("http://www.7site.idv.tw", "_blank"); }
Symbol 87 Button
on (press) { gotoAndPlay (5); }
Symbol 89 Button
on (release) { _root.score = score; _root.gameover = 1; }
Symbol 90 Button
on (release) { _root.score = score; _root.gameover = 1; }
Symbol 93 Button
on (release) { _root.score = score; _root.gameover = 1; }
Symbol 94 Button
on (release) { _root.score = score; _root.gameover = 1; }

Library Items

Symbol 1 Sound [sShoot]
Symbol 2 Sound [sExp]Used by:14
Symbol 5 GraphicUsed by:4
Symbol 4 ButtonUses:5Used by:3
Symbol 3 MovieClip [mCloud]Uses:4
Symbol 10 GraphicUsed by:9 8 45 49 50 51 52 53 54 55 56 57 58 89 93
Symbol 11 GraphicUsed by:9
Symbol 9 MovieClipUses:10 11Used by:8 45 49 50 51 52 53 54 55 56 57 58 89 93
Symbol 8 ButtonUses:9 10Used by:7
Symbol 7 MovieClipUses:8Used by:6 12 13
Symbol 6 MovieClip [mPlane3]Uses:7
Symbol 12 MovieClip [mPlane2]Uses:7
Symbol 13 MovieClip [mPlane1]Uses:7
Symbol 15 GraphicUsed by:14
Symbol 16 GraphicUsed by:14
Symbol 17 GraphicUsed by:14
Symbol 18 GraphicUsed by:14
Symbol 19 GraphicUsed by:14
Symbol 20 GraphicUsed by:14
Symbol 14 MovieClip [mExp]Uses:2 15 16 17 18 19 20
Symbol 22 GraphicUsed by:21 26 27
Symbol 24 GraphicUsed by:23
Symbol 23 MovieClipUses:24Used by:21 26 27
Symbol 25 GraphicUsed by:21 26 27
Symbol 21 MovieClip [mP]Uses:22 23 25
Symbol 26 MovieClip [mP]Uses:22 23 25Used by:Timeline
Symbol 27 MovieClip [mP]Uses:22 23 25Used by:64
Symbol 28 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:29
Symbol 29 MovieClipUses:30Used by:Timeline
Symbol 32 ShapeTweeningUsed by:31
Symbol 33 GraphicUsed by:31
Symbol 34 GraphicUsed by:31
Symbol 31 MovieClipUses:32 33 34Used by:Timeline
Symbol 35 FontUsed by:36
Symbol 36 EditableTextUses:35Used by:Timeline
Symbol 37 FontUsed by:38
Symbol 38 EditableTextUses:37Used by:Timeline
Symbol 39 FontUsed by:40
Symbol 40 EditableTextUses:39Used by:Timeline
Symbol 41 FontUsed by:42
Symbol 42 EditableTextUses:41Used by:Timeline
Symbol 43 MovieClipUsed by:Timeline
Symbol 45 ButtonUses:9 10Used by:44
Symbol 46 GraphicUsed by:44
Symbol 48 GraphicUsed by:47
Symbol 47 MovieClipUses:48Used by:44
Symbol 49 ButtonUses:9 10
Symbol 50 ButtonUses:9 10
Symbol 51 ButtonUses:9 10
Symbol 52 ButtonUses:9 10
Symbol 53 ButtonUses:9 10
Symbol 54 ButtonUses:9 10
Symbol 55 ButtonUses:9 10
Symbol 56 ButtonUses:9 10
Symbol 57 ButtonUses:9 10
Symbol 58 ButtonUses:9 10
Symbol 44 MovieClipUses:45 46 47Used by:Timeline
Symbol 60 GraphicUsed by:59
Symbol 61 GraphicUsed by:59
Symbol 62 GraphicUsed by:59
Symbol 63 GraphicUsed by:59
Symbol 65 GraphicUsed by:64
Symbol 67 GraphicUsed by:66
Symbol 68 GraphicUsed by:66
Symbol 69 GraphicUsed by:66
Symbol 66 MovieClipUses:67 68 69Used by:64
Symbol 70 GraphicUsed by:64
Symbol 64 MovieClipUses:65 66 70 27Used by:59
Symbol 59 MovieClipUses:60 61 62 63 64Used by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:72 86
Symbol 74 GraphicUsed by:72 86
Symbol 72 ButtonUses:73 74Used by:Timeline
Symbol 76 GraphicUsed by:75 87
Symbol 75 ButtonUses:76Used by:Timeline
Symbol 77 SoundUsed by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:79
Symbol 81 FontUsed by:82
Symbol 82 EditableTextUses:81Used by:79
Symbol 79 MovieClipUses:80 82Used by:Timeline
Symbol 83 FontUsed by:84
Symbol 84 EditableTextUses:83Used by:Timeline
Symbol 85 MovieClipUsed by:Timeline
Symbol 86 ButtonUses:73 74
Symbol 87 ButtonUses:76
Symbol 88 GraphicUsed by:Timeline
Symbol 89 ButtonUses:9 10Used by:Timeline
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:90 94
Symbol 90 ButtonUses:92Used by:Timeline
Symbol 93 ButtonUses:9 10
Symbol 94 ButtonUses:92

Instance Names

"bar"Frame 1Symbol 31 MovieClip
"pointer"Frame 4Symbol 26 MovieClip [mP]

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "sShoot"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sExp"
ExportAssets (56)Timeline Frame 1Symbol 3 as "mCloud"
ExportAssets (56)Timeline Frame 1Symbol 6 as "mPlane3"
ExportAssets (56)Timeline Frame 1Symbol 12 as "mPlane2"
ExportAssets (56)Timeline Frame 1Symbol 13 as "mPlane1"
ExportAssets (56)Timeline Frame 1Symbol 14 as "mExp"
ExportAssets (56)Timeline Frame 1Symbol 21 as "mP"
ExportAssets (56)Timeline Frame 1Symbol 26 as "mP"
ExportAssets (56)Timeline Frame 1Symbol 27 as "mP"

Labels

"Start"Frame 5
"Dup"Frame 12
"gotoDup"Frame 18
"reStart"Frame 25
"®É¶¡¨ì"Frame 25
"Button"Frame 53

Dynamic Text Variables

totalBSymbol 36 EditableText""
KBSymbol 38 EditableText""
loadBSymbol 40 EditableText""
percentSymbol 42 EditableText""
rTimeSymbol 82 EditableText"000"
scoreSymbol 84 EditableText"000"




http://swfchan.com/9/42254/info.shtml
Created: 10/5 -2019 00:57:04 Last modified: 10/5 -2019 00:57:04 Server time: 13/05 -2024 17:53:48