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/91670104?noj=FRM91670104-12DC" width="1" height="1"></div>

Fly Plane.swf

This is the info page for
Flash #42638

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


Text
C l i c k   H e r e   T o   P l a y   M o r e   G a m e s

N E W   G A M E

N E W   G A M E

S P A C E   -   F L I G H T   U P

F L Y   P L A N E

C l i c k   H e r e   T o   P l a y   M o r e   G a m e s

C l i c k   H e r e   T o   P l a y   M o r e   G a m e s

S C O R E :

G A M E   O V E R

S u b m i t   S c o r e

S C O R E :
Y O U R   T O P   S C O R E :


ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; stop(); topscore = 0;
Frame 2
stop();
Frame 3
score = 0; rychlost = 3;
Instance of Symbol 38 MovieClip "kour1" in Frame 3
onClipEvent (load) { _y = _root.aero._y; _x = 45; gotoAndPlay (1); } onClipEvent (enterFrame) { _x = (_x - _root.rychlost); if (_x < -20) { _x = 45; _y = _root.aero._y; gotoAndPlay (1); } }
Instance of Symbol 38 MovieClip "kour2" in Frame 3
onClipEvent (load) { _y = _root.aero._y; _x = 20; gotoAndPlay (1); } onClipEvent (enterFrame) { _x = (_x - _root.rychlost); if (_x < -20) { _x = 45; _y = _root.aero._y; gotoAndPlay (1); } }
Instance of Symbol 44 MovieClip "aero" in Frame 3
onClipEvent (enterFrame) { _root.rychlost = _root.rychlost + 0.01; if ((_y < 0) or (_y > 300)) { _root.gotoAndStop(4); } if (stisknuto == 1) { pad = pad - 0.2; if (pad <= 0) { pad = pad * 1.05; } else { pad = pad / 1.1; } _y = (_y + pad); } else { pad = pad + 0.3; if (pad >= 0) { pad = pad * 1.1; } else { pad = pad / 1.1; } _y = (_y + pad); } _rotation = (pad * 3); } onClipEvent (mouseDown) { stisknuto = 1; } onClipEvent (mouseUp) { stisknuto = 0; }
Frame 4
if (score > topscore) { topscore = score; } stopAllSounds();
Symbol 3 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 9 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 10 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 11 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 12 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 13 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 14 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 15 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 16 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 17 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 18 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 19 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 20 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 21 Button
on (release) { getURL ("http://www.2dplay.com", "_blank"); }
Symbol 2 MovieClip Frame 60
_root.gotoAndStop(2);
Symbol 23 MovieClip Frame 1
if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "flyplane"; 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 24 Button
on (release) { gotoAndStop (3); }
Symbol 32 Button
on (release) { getURL ("http://www.synergyforums.com", "_blank"); }
Symbol 37 Button
on (release) { gotoAndStop (3); }
Symbol 38 MovieClip Frame 16
stop();
Symbol 40 MovieClip Frame 1
stop();
Instance of Symbol 41 MovieClip in Symbol 40 MovieClip Frame 1
onClipEvent (load) { _parent._y = random(100) + 60; } onClipEvent (enterFrame) { if (_parent.hitTest(_root.aero) and (_parent._visible == 1)) { _root.score = _root.score + 1; _parent._visible = 0; _parent.gotoAndPlay(2); } _parent._x = _parent._x - _root.rychlost; if (_parent._x < 0) { if (_parent._visible == 1) { _root.gotoAndStop(4); } else { _parent._visible = 1; _parent._y = random(100) + 60; _parent._x = 530; } } }
Symbol 56 Button
on (release) { _root.gameover = 1; }
Symbol 67 Button
on (release) { getURL ("http://www.synergyforums.com", "_blank"); }

Library Items

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

Instance Names

"kour1"Frame 3Symbol 38 MovieClip
"kour2"Frame 3Symbol 38 MovieClip
"aero"Frame 3Symbol 44 MovieClip

Dynamic Text Variables

scoreSymbol 54 EditableText""
scoreSymbol 61 EditableText""
topscoreSymbol 66 EditableText""




http://swfchan.com/9/42638/info.shtml
Created: 9/5 -2019 20:47:59 Last modified: 9/5 -2019 20:47:59 Server time: 12/05 -2024 04:01:50