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

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

Super Marioworld Cape Glide.swf

This is the info page for
Flash #25223

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


Text
L o a d i n g

C A P E   G L I D E

<P ALIGN="LEFT"><FONT COLOR="#000000" FACE="Tristan" SIZE="13"><B><A HREF="http://jeffollyo.jcink.com" TARGET="">jeff ollyo productions</A></B></FONT></P>

O r i g i n a l   " H e l i c o p t e r "   g a m e   b y
2 w 4   -   N e t w o r k

START

P L A Y   A G A I N

S U B M I T

ActionScript [AS1/AS2]

Frame 1
if (_framesloaded >= _totalframes) { gotoAndStop (3); }
Frame 2
gotoAndPlay (1);
Frame 3
stop(); duplicateMovieClip (_root.rahmen, rahmen2, 100); hoehle = false; musikan = false;
Frame 4
stop(); musikan = true; hoehle = true; score = 0; pause = true; gameover = false; letztery = 190; letzterx = -24; letztedif = 0; blockgroesse = 10; depthCounter = 1;
Instance of Symbol 22 MovieClip "streifen" in Frame 4
onClipEvent (load) { function reset() { differenz1 = random(15) + 1; zufall = random(2); if (zufall == 0) { if (_root.letztery <= 220) { richtung = 1; } else { richtung = -1; } } else if (zufall == 1) { if (_root.letztery >= 160) { richtung = -1; } else { richtung = 1; } } differenz2 = differenz1 * richtung; if (differenz2 > 0) { rundung1.gotoAndStop(1); rundung2.gotoAndStop(1); setProperty(rundung1, _height , differenz2); setProperty(rundung2, _height , differenz2); setProperty(streifen_u, _height , 100); setProperty(streifen_o, _height , 100 - differenz2); } else { rundung1.gotoAndStop(2); rundung2.gotoAndStop(2); setProperty(rundung1, _height , -differenz2); setProperty(rundung2, _height , -differenz2); setProperty(streifen_u, _height , 100 + differenz2); setProperty(streifen_o, _height , 100); } hoehe = _root.letztery + differenz2; _y = hoehe; _root.letztery = hoehe; } if (_name == "streifen") { setProperty(this, _visible , false); } _x = (_root.letzterx + 16); dublizieren = true; if ((dublizieren == true) && (_root.depthCounter <= 32)) { _root.streifen.duplicateMovieClip("streifen" + _root.depthCounter, _root.depthCounter); _root.depthCounter++; dublizieren = false; _root.letzterx = _x; } reset(); } onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x - 16); if (_x == -8) { _x = 504; reset(); } } if (_root.hoehle == false) { this.removeMovieClip(); } }
Instance of Symbol 34 MovieClip "heli" in Frame 4
onClipEvent (load) { stop(); steigen = false; zerstoert = false; } onClipEvent (enterFrame) { this.onMouseDown = function () { steigen = true; if (_root.gameover == false) { _root.pause = false; } }; this.onMouseUp = function () { steigen = false; }; if (_root.pause == false) { if ((steigen == true) && (auftrieb < 12)) { auftrieb = auftrieb + 3; } if (auftrieb > -8) { auftrieb--; } _y = (_y + (5 - auftrieb)); } i = 1; while (i <= 32) { if (zerstoert == false) { if (((_root["streifen" + i].streifen_o.hitTest(hitbereich) || (_root["streifen" + i].streifen_u.hitTest(hitbereich))) || (hitbereich.hitTest(_root.block1))) || (hitbereich.hitTest(_root.block2))) { gotoAndPlay (2); _root.pause = true; _root.gameover = true; zerstoert = true; _root.gotoAndStop("gameover"); } } i++; } }
Instance of Symbol 47 MovieClip "block1" in Frame 4
onClipEvent (load) { function reset() { _y = ((random(32) + 22) * 5); if (_root.blockgroesse < 120) { groesser = _root.blockgroesse + 5; } else { groesser = _root.blockgroesse; } setProperty(this, _height , groesser); _root.blockgroesse = groesser; } reset(); } onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x - 16); if (_x == -96) { _x = 592; reset(); } } }
Instance of Symbol 47 MovieClip "block2" in Frame 4
onClipEvent (load) { function reset() { _y = ((random(32) + 22) * 5); groesser = _root.blockgroesse; setProperty(this, _height , groesser); } reset(); } onClipEvent (enterFrame) { if (_root.pause == false) { _x = (_x - 16); if (_x == -96) { _x = 592; reset(); } } }
Instance of Symbol 50 MovieClip "abgas" in Frame 4
onClipEvent (load) { _rotation = (random(90) * 4); depthCounter = 110; counter = 0; if (_name == "abgas") { _x = -10; } else { _x = 140; } _y = (_root.heli._y + 1); } onClipEvent (enterFrame) { counter++; if ((counter == 2) && (_root.gameover == false)) { this.duplicateMovieClip("rauch" + depthCounter, depthCounter); depthCounter++; counter = 0; } if ((_name != "abgas") && (_root.pause == false)) { _x = (_x - 16); } else { _x = (_x - 2); } }
Instance of Symbol 52 MovieClip in Frame 4
onClipEvent (load) { scorebetrag = 0; scoreanzeige = 0; } onClipEvent (enterFrame) { if (_root.pause == false) { _root.score++; } scorebetrag = _root.score; if (length(scorebetrag) < 2) { scoreanzeige = "0000000" + scorebetrag; } else if (length(scorebetrag) < 3) { scoreanzeige = "000000" + scorebetrag; } else if (length(scorebetrag) < 4) { scoreanzeige = "00000" + scorebetrag; } else if (length(scorebetrag) < 5) { scoreanzeige = "0000" + scorebetrag; } else if (length(scorebetrag) < 6) { scoreanzeige = "000" + scorebetrag; } else if (length(scorebetrag) < 7) { scoreanzeige = "00" + scorebetrag; } else if (length(scorebetrag) < 8) { scoreanzeige = "0" + scorebetrag; } else { scoreanzeige = scorebetrag; } }
Instance of Symbol 57 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.pause == false) { gotoAndStop (1); } else if (_root.pause == true) { gotoAndStop (2); } }
Instance of Symbol 58 MovieClip in Frame 4
onClipEvent (enterFrame) { if (_root.musikan == true) { gotoAndStop (1); } else if (_root.musikan == false) { gotoAndStop (2); } }
Frame 5
vpaver = "100B2"; action = "gameover"; hashoffset = 5; subhash1 = gamehash.substr(0, hashoffset); subhash2 = gamehash.substr(hashoffset); newhash = subhash2.concat(subhash1); musikan = false; stop();
Symbol 14 Button
on (release) { nextFrame(); }
Instance of Symbol 26 MovieClip "rundung1" in Symbol 22 MovieClip Frame 1
onClipEvent (load) { stop(); }
Symbol 35 MovieClip Frame 10
gotoAndPlay (1);
Symbol 34 MovieClip Frame 21
stop();
Symbol 50 MovieClip Frame 20
this.removeMovieClip(); stop();
Symbol 51 Button
on (release) { nextFrame(); }
Symbol 57 MovieClip Frame 1
stop();
Symbol 57 MovieClip Frame 2
stop();
Symbol 58 MovieClip Frame 1
stop();
Symbol 58 MovieClip Frame 2
stop();
Symbol 59 Button
on (release) { if (score >= 1) { changes = new LoadVars(); changes.score = score; changes.game_name = "capeglide"; changes.send("newscore.php", "_self", "POST"); } else { _root.gotoand.stop(3); } }
Symbol 60 Button
on (release) { _root.gotoandstop(3); }

Library Items

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

Instance Names

"streifen"Frame 4Symbol 22 MovieClip
"heli"Frame 4Symbol 34 MovieClip
"block1"Frame 4Symbol 47 MovieClip
"block2"Frame 4Symbol 47 MovieClip
"abgas"Frame 4Symbol 50 MovieClip
"streifen_u"Symbol 22 MovieClip Frame 1Symbol 23 MovieClip
"streifen_o"Symbol 22 MovieClip Frame 1Symbol 25 MovieClip
"rundung1"Symbol 22 MovieClip Frame 1Symbol 26 MovieClip
"rundung2"Symbol 22 MovieClip Frame 1Symbol 29 MovieClip
"hitbereich"Symbol 34 MovieClip Frame 1Symbol 40 MovieClip

Labels

"gameover"Frame 5

Dynamic Text Variables

scoreanzeigeSymbol 54 EditableText""
scoreanzeigeSymbol 56 EditableText""




http://swfchan.com/6/25223/info.shtml
Created: 23/5 -2019 23:03:13 Last modified: 23/5 -2019 23:03:13 Server time: 09/05 -2024 16:32:26