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

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

Ball Control.swf

This is the info page for
Flash #111668

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


Text
100% geladen

stop sound

start sound

Highscore - Top10

Name

Zeit

1.
2.
3.
4.
5.
6.
7.
8.
9.
10.

zurück

gesamte Highscore

Anleitung

Ziel des Spiel ist es, die Kugel durch das
Labyrinth in möglichst kurzer Zeit bis zum
Ziel zu leiten, indem man das Spielbrett
in die versch. Richtungen neigt.
Das Spielbrett wird ganz einfach mit der
Maus gesteuert. Es Neigt sich in die
Seite, in der sich der Mauszeiger gerade
befindet.
Wenn man das Ziel erreicht kann man seine
Zeit in die Highscore eintragen
Viel Glück

credits

Idee, Planung, Design und Umsetzung:
Mathias Winder
im Auftrag von:
pagefactory.at

ziel

000

Zeit:

Gratulation!
Du hast das Ziel erreicht.
Deine Zeit:
Wenn du willst, kannst du deinen Namen
eingeben und in die Highscore eintragen:
Name:

000

nochmal

eintragen

Kugel im Loch!
Deine Kugel ist leider ins
Loch gefallen.
Versuch es am besten noch
einmal.

nochmal

Highscore
Vielen Dank, dass Du dich in der
Highscore eingetragen hast.

spielen

highscore ansehen

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 4 MovieClip in Frame 1
onClipEvent (enterFrame) { laden = Math.round((_level0.getBytesLoaded() / _level0.getBytesTotal()) * 100); _root.geladen = laden + "% geladen"; if (laden == 100) { _root.play(); } }
Frame 2
loop = new Sound(); loop.attachSound("Funky"); loop.start(0, 100); loop.setVolume(50);
Frame 12
stop();
Frame 20
_root.meldung = ""; play();
Frame 21
stop();
Instance of Symbol 72 MovieClip in Frame 21
onClipEvent (load) { _root.rotationx = Math.round((-1 * (((275 - _root._xmouse) / 275) * 30)) + 30); _root.rotationy = 100 + ((-1 * (185 - _root._ymouse)) / 16); _yscale = _root.rotationy; gotoAndStop(_root.rotationx); } onClipEvent (enterFrame) { _root.rotationx = Math.round((-1 * (((275 - _root._xmouse) / 275) * 30)) + 30); _root.rotationy = 100 + ((-1 * (200 - _root._ymouse)) / 18); _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Instance of Symbol 78 MovieClip in Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.kugelx, _root.kugely, true) and (_root.timer != "stop")) { _root.timer = "stop"; _root.zeittext = _root.zeit + " sec."; _root.message.gotoAndPlay(2); } _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Instance of Symbol 81 MovieClip in Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.kugelx, _root.kugely + 3, true) and (_root.timer == "start")) { _root.kollission6 = true; } else { _root.kollission6 = false; } _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Instance of Symbol 84 MovieClip "level1" in Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.kugelx, _root.kugely + ((_root.ballradius * _root.kugelskalierung) / 100), true)) { _root.kollission5u = true; } else if (hitTest(_root.kugelx, _root.kugely - (((_root.ballradius * 0.3) * _root.kugelskalierung) / 100), true)) { _root.kollission5o = true; } else { _root.kollission5o = false; _root.kollission5u = false; } if (hitTest(_root.kugelx + ((_root.ballradius * _root.kugelskalierung) / 100), _root.kugely + (((_root.ballradius * 0.5) * _root.kugelskalierung) / 100), true)) { _root.kollission5r = true; } else if (hitTest(_root.kugelx - ((_root.ballradius * _root.kugelskalierung) / 100), _root.kugely + (((_root.ballradius * 0.5) * _root.kugelskalierung) / 100), true)) { _root.kollission5l = true; } else { _root.kollission5l = false; _root.kollission5r = false; } _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Instance of Symbol 87 MovieClip "kugel" in Frame 21
onClipEvent (load) { posx = 162; posy = 120; _root.ballradius = 8; rotationyalt = _root.rotationy; rotationxalt = _root.rotationx; } onClipEvent (mouseMove) { posy = posy + (((posy - 185) * (_root.rotationy - rotationyalt)) / 70); posy = posy + ((((_root.rotationx - rotationxalt) * 0.5) * (posx - 275)) / 175); rotationyalt = _root.rotationy; rotationxalt = _root.rotationx; } onClipEvent (enterFrame) { if (counting < 10) { rotationyalt = _root.rotationy; rotationxalt = _root.rotationx; counting = counting + 1; } speedx = speedx + ((_root.rotationx - 30) / 180); speedy = speedy + ((_root.rotationy - 100) / 140); posx = posx + speedx; posy = posy + speedy; skalierung = (posy + 145) * 0.25; if (_root.kollission1 == true) { if (speedy < 0) { speedy = speedy * -0.3; } posy = (posy + (speedy * 3)) + 1; } if (_root.kollission4 == true) { if (speedy > 0) { speedy = speedy * -0.3; } posy = (posy + (speedy * 3)) - 1; } if (_root.kollission2 == true) { if (speedx > 0) { speedx = speedx * -0.3; } if (speedy < 0) { posx = (posx + (speedx * 3)) + (speedy / 1.6); } else { posx = posx + (speedx * 3); } } if (_root.kollission3 == true) { if (speedx < 0) { speedx = speedx * -0.3; } if (speedy < 0) { posx = (posx + (speedx * 3)) - (speedy / 1.6); } else { posx = posx + (speedx * 3); } } if ((_root.kollission5o == true) and (speedy < 0)) { posy = posy - (speedy * 1.3); speedy = speedy * -0.5; } else if ((_root.kollission5u == true) and (speedy > 0)) { posy = posy - (speedy * 1.3); speedy = speedy * -0.5; } if ((_root.kollission5l == true) and (speedx < 0)) { posx = (posx - speedx) + 2; speedx = speedx * -0.5; } else if ((_root.kollission5r == true) and (speedx > 0)) { posx = (posx - speedx) - 2; speedx = speedx * -0.5; } if ((_root.kollission6 == true) and (this._visible == true)) { _visible = "0"; _root.message.gotoAndPlay(11); _root.timer = "stop"; } _root.kugelx = posx; _root.kugely = posy; _root.kugelskalierung = skalierung; _root.speed = speedx; _x = posx; _y = posy; _xscale = skalierung; _yscale = skalierung; }
Instance of Symbol 91 MovieClip "spielbrettmaske1" in Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.kugelx, _root.kugely - ((_root.ballradius * _root.kugelskalierung) / 100), true)) { _root.kollission1 = true; } else { _root.kollission1 = false; } _visible = 0; _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Instance of Symbol 93 MovieClip in Frame 21
onClipEvent (enterFrame) { _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Instance of Symbol 95 MovieClip "spielbrettmaske2" in Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.kugelx + ((_root.ballradius * _root.kugelskalierung) / 100), _root.kugely, true)) { _root.kollission2 = true; } else { _root.kollission2 = false; } _visible = 0; _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Instance of Symbol 97 MovieClip "spielbrettmaske3" in Frame 21
onClipEvent (load) { _root.zeit = 0; _root.timer = "start"; altertimer = getTimer(); } onClipEvent (enterFrame) { if (_root.timer == "start") { _root.zeit = _root.zeit + ((getTimer() - altertimer) / 1000); altertimer = getTimer(); } if (hitTest(_root.kugelx - ((_root.ballradius * _root.kugelskalierung) / 100), _root.kugely, true)) { _root.kollission3 = true; } else { _root.kollission3 = false; } _visible = 0; _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Instance of Symbol 99 MovieClip "spielbrettmaske4" in Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.kugelx, _root.kugely + ((_root.ballradius * _root.kugelskalierung) / 100), true)) { _root.kollission4 = true; } else { _root.kollission4 = false; } _visible = 0; _yscale = _root.rotationy; gotoAndStop(_root.rotationx); }
Symbol 8 MovieClip Frame 1
stop(); _root.sound = true;
Symbol 8 MovieClip Frame 2
stop(); _root.sound = false;
Symbol 13 Button
on (release) { if (_root.sound == true) { _root.soundc.gotoAndStop(2); stopAllSounds(); } if (_root.sound == false) { _root.soundc.gotoAndStop(1); loop.start(0, 100); } }
Symbol 17 Button
on (release) { _root.play(); }
Symbol 18 Button
on (release) { _root.highscore.gotoAndPlay(10); }
Symbol 19 Button
on (release) { _root.highscore.gotoAndPlay(18); }
Symbol 20 Button
on (release) { getURL ("http://www.pagefactory.at/ballcontrol/highscore_ausgabe.php", "_blank"); }
Symbol 51 Button
on (release) { _root.highscore.gotoAndStop(1); _root.zeit = 0; }
Symbol 52 Button
on (release) { getURL ("highscore_ausgabe.php", "_blank"); }
Symbol 64 Button
on (release) { getURL ("http://www.pagefactory.at", "_blank"); }
Symbol 65 MovieClip Frame 1
stop();
Symbol 65 MovieClip Frame 9
loadVariablesNum ("highscore_top10.php", 0); stop();
Symbol 65 MovieClip Frame 17
stop();
Symbol 65 MovieClip Frame 25
stop();
Symbol 104 Button
on (release) { _root.prevFrame(); _root.message.gotoAndStop(1); _root.zeit = 0; }
Symbol 105 Button
on (release) { name = _root.name; zeit = _root.zeit; getURL ("http://www.pagefactory.at/ballcontrol/highscore.php", "_blank", "GET"); _root.message.gotoAndPlay(20); }
Symbol 115 Button
on (release) { getURL ("http://www.pagefactory.at/ballcontrol/highscore_ausgabe.php", "_blank"); }
Symbol 117 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 10
stop();
Symbol 117 MovieClip Frame 19
stop();
Symbol 117 MovieClip Frame 30
loadVariablesNum ("highscore_top10.php", 0); stop();
Symbol 118 Button
on (release) { _root.gotoAndPlay(3); }

Library Items

Symbol 1 Sound [Funky]
Symbol 2 FontUsed by:3
Symbol 3 EditableTextUses:2Used by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 FontUsed by:6 7
Symbol 6 TextUses:5Used by:8
Symbol 7 TextUses:5Used by:8
Symbol 8 MovieClipUses:6 7Used by:Timeline
Symbol 9 GraphicUsed by:13 17 18 19 20 118
Symbol 10 GraphicUsed by:11 13 17 18 19 20 118
Symbol 11 MovieClipUses:10Used by:13 17 18 19 20 118
Symbol 12 GraphicUsed by:13 17 18 19 20 118
Symbol 13 ButtonUses:9 11 12 10Used by:Timeline
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 ButtonUses:9 11 12 10Used by:Timeline
Symbol 18 ButtonUses:9 11 12 10Used by:Timeline
Symbol 19 ButtonUses:9 11 12 10Used by:Timeline
Symbol 20 ButtonUses:9 11 12 10Used by:Timeline
Symbol 21 GraphicUsed by:65
Symbol 22 FontUsed by:23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 47 53 54 56 60 61 88 89 102 106 107 110 111 113 114 116
Symbol 23 TextUses:22Used by:65
Symbol 24 TextUses:22Used by:65
Symbol 25 TextUses:22Used by:65
Symbol 26 EditableTextUses:22Used by:65
Symbol 27 EditableTextUses:22Used by:65
Symbol 28 EditableTextUses:22Used by:65
Symbol 29 EditableTextUses:22Used by:65
Symbol 30 EditableTextUses:22Used by:65
Symbol 31 EditableTextUses:22Used by:65
Symbol 32 EditableTextUses:22Used by:65
Symbol 33 EditableTextUses:22Used by:65
Symbol 34 EditableTextUses:22Used by:65
Symbol 35 EditableTextUses:22Used by:65
Symbol 36 EditableTextUses:22Used by:65
Symbol 37 EditableTextUses:22Used by:65
Symbol 38 EditableTextUses:22Used by:65
Symbol 39 EditableTextUses:22Used by:65
Symbol 40 EditableTextUses:22Used by:65
Symbol 41 EditableTextUses:22Used by:65
Symbol 42 EditableTextUses:22Used by:65
Symbol 43 EditableTextUses:22Used by:65
Symbol 44 EditableTextUses:22Used by:65
Symbol 45 EditableTextUses:22Used by:65
Symbol 46 GraphicUsed by:65
Symbol 47 TextUses:22Used by:65
Symbol 48 GraphicUsed by:51 52 104 105 115
Symbol 49 GraphicUsed by:51 52 104 105 115
Symbol 50 GraphicUsed by:51 52 104 105 115
Symbol 51 ButtonUses:48 49 50Used by:65
Symbol 52 ButtonUses:48 49 50Used by:65
Symbol 53 TextUses:22Used by:65
Symbol 54 TextUses:22Used by:65
Symbol 55 GraphicUsed by:65
Symbol 56 TextUses:22Used by:65
Symbol 57 FontUsed by:58 61 102 103 108 110 113
Symbol 58 TextUses:57Used by:65
Symbol 59 GraphicUsed by:65
Symbol 60 TextUses:22Used by:65
Symbol 61 TextUses:57 22Used by:65
Symbol 62 GraphicUsed by:63 64
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 ButtonUses:63 62Used by:65
Symbol 65 MovieClipUses:21 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 51 52 53 54 55 56 58 59 60 61 64Used by:Timeline
Symbol 66 BitmapUsed by:67 100
Symbol 67 GraphicUses:66Used by:68
Symbol 68 MovieClipUses:67Used by:69
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 BitmapUsed by:71 92
Symbol 71 GraphicUses:70Used by:72
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 GraphicUsed by:78
Symbol 74 FontUsed by:75
Symbol 75 TextUses:74Used by:78
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:78
Symbol 78 MovieClipUses:73 75 77Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClipUses:80Used by:Timeline
Symbol 82 BitmapUsed by:83
Symbol 83 GraphicUses:82Used by:84
Symbol 84 MovieClipUses:83Used by:Timeline
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 EditableTextUses:22Used by:Timeline
Symbol 89 TextUses:22Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:Timeline
Symbol 92 GraphicUses:70Used by:93
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:Timeline
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUses:66Used by:Timeline
Symbol 101 GraphicUsed by:117
Symbol 102 TextUses:22 57Used by:117
Symbol 103 EditableTextUses:57Used by:117
Symbol 104 ButtonUses:48 49 50Used by:117
Symbol 105 ButtonUses:48 49 50Used by:117
Symbol 106 TextUses:22Used by:117
Symbol 107 TextUses:22Used by:117
Symbol 108 EditableTextUses:57Used by:117
Symbol 109 GraphicUsed by:117
Symbol 110 TextUses:22 57Used by:117
Symbol 111 TextUses:22Used by:117
Symbol 112 GraphicUsed by:117
Symbol 113 TextUses:22 57Used by:117
Symbol 114 TextUses:22Used by:117
Symbol 115 ButtonUses:48 49 50Used by:117
Symbol 116 TextUses:22Used by:117
Symbol 117 MovieClipUses:101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116Used by:Timeline
Symbol 118 ButtonUses:9 11 12 10Used by:Timeline

Instance Names

"soundc"Frame 2Symbol 8 MovieClip
"highscore"Frame 12Symbol 65 MovieClip
"level1"Frame 21Symbol 84 MovieClip
"kugel"Frame 21Symbol 87 MovieClip
"spielbrettmaske1"Frame 21Symbol 91 MovieClip
"spielbrettmaske2"Frame 21Symbol 95 MovieClip
"spielbrettmaske3"Frame 21Symbol 97 MovieClip
"spielbrettmaske4"Frame 21Symbol 99 MovieClip
"message"Frame 21Symbol 117 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "Funky"

Dynamic Text Variables

_root.geladenSymbol 3 EditableText"100% geladen"
_root.name1Symbol 26 EditableText""
_root.zeit1Symbol 27 EditableText""
_root.name2Symbol 28 EditableText""
_root.name3Symbol 29 EditableText""
_root.name4Symbol 30 EditableText""
_root.name5Symbol 31 EditableText""
_root.name6Symbol 32 EditableText""
_root.name7Symbol 33 EditableText""
_root.name8Symbol 34 EditableText""
_root.zeit2Symbol 35 EditableText""
_root.zeit3Symbol 36 EditableText""
_root.zeit4Symbol 37 EditableText""
_root.zeit5Symbol 38 EditableText""
_root.zeit6Symbol 39 EditableText""
_root.zeit7Symbol 40 EditableText""
_root.zeit8Symbol 41 EditableText""
_root.name9Symbol 42 EditableText""
_root.zeit9Symbol 43 EditableText""
_root.name10Symbol 44 EditableText""
_root.zeit10Symbol 45 EditableText""
_root.zeitSymbol 88 EditableText"000"
_root.zeittextSymbol 103 EditableText"000"
_root.nameSymbol 108 EditableText""




http://swfchan.com/23/111668/info.shtml
Created: 12/3 -2019 20:55:10 Last modified: 12/3 -2019 20:55:10 Server time: 19/04 -2024 08:41:06