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/74438912?noj=FRM74438912-9DC" width="1" height="1"></div>

Hang Bang.swf

This is the info page for
Flash #26361

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


Text
LOADING

LEVEL UP !

LEVEL UP !

0

1

0

ActionScript [AS1/AS2]

Frame 4
tb = getBytesTotal(); lb = getBytesLoaded(); v = int((lb / tb) * 100); _preloader.bar._xscale = v; _preloader._pretxtPercent.text = v + "%"; if (lb < tb) { gotoAndPlay(_currentframe - 1); } else { play(); }
Frame 15
menu_cm = new ContextMenu(); menu_cm.builtInItems.forward_back = false; menu_cm.builtInItems.loop = false; menu_cm.builtInItems.play = false; menu_cm.builtInItems.print = false; menu_cm.builtInItems.quality = false; menu_cm.builtInItems.rewind = false; menu_cm.builtInItems.zoom = false; _root.menu = menu_cm;
Frame 16
trace(Math.floor(_root.getBytesLoaded())); _root.per_txt.text = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%"; if (_root.getBytesLoaded() < _root.getBytesTotal()) { this.gotoAndPlay(this._currentframe - 1); } else { stop(); }
Frame 17
stop(); menu_cm = new ContextMenu(); menu_cm.builtInItems.forward_back = false; menu_cm.builtInItems.loop = false; menu_cm.builtInItems.play = false; menu_cm.builtInItems.print = false; menu_cm.builtInItems.quality = false; menu_cm.builtInItems.rewind = false; menu_cm.builtInItems.zoom = false; _root.menu = menu_cm; LEVEL = 1; firstput = true; my_sound = new Sound(); my_sound.attachSound("swing"); my_sound2 = new Sound(); my_sound2.attachSound("swing2"); my_sound3 = new Sound(); my_sound3.attachSound("hit2"); my_sound4 = new Sound(); my_sound4.attachSound("levelup"); my_music = new Sound(); my_music.attachSound("music2"); my_music.start(0, 99999); this.wire._y = _root.player_mc._y; this.wire._x = _root.player_mc._x; firsthit = true; fx = _root.player_mc._x; g = 9.8; dt = 0.01; v = 0; gvy = 0; tmpy = 0; meter = 0; rad = 30; rot = 0; rota = 5; posx = 200; posy = 150; uspeed = 30; gameover = false; myListener = new Object(); keyListener = new Object(); myListener.onMouseDown = function () { if (gameover == false) { my_sound.start(); } nobiru = true; hanasu = false; }; myListener.onMouseUp = function () { nobiru = false; hanasu = true; firstput = true; }; Mouse.addListener(myListener); Key.addListener(keyListener); this.onEnterFrame = function () { var _local1 = this; var _local2 = _root; if (_local2.player_mc.hitTest(_local2.jimen_mc) == false) { _local2.jimen_mc._x = -1000; } var __reg3 = (_local2._xmouse - _local2.player_mc._x); var _local3 = _local2._ymouse - _local2.player_mc._y; nDegrees = (Math.atan2(_local3, __reg3) * 180) / 3.14159; xuspeed = uspeed * Math.cos((nDegrees * 3.14159) / 180); yuspeed = uspeed * Math.sin((nDegrees * 3.14159) / 180); rad = Math.atan2(_local3, __reg3); if (nobiru == true) { if (((_local1.wire.hitTest(_local2.tenjou_mc) == false) & (_local1.wire.hitTest(_local2.tenjou2_mc) == false)) & (_local1.wire.hitTest(_local2.tenjou3_mc) == false)) { if (_local1.player_mc._y > (_local2.tenjou_mc._y + 21)) { if (_local1.wire._y > -40) { if (firstput == true) { if (firstlong == true) { trace(firstput); firstlong = false; _local1.wire._y = _local2.player_mc._y; _local1.wire._x = _local2.player_mc._x; } if (_local1.player_mc._y >= _local1.wire._y) { undershot = false; _local1.wire._y = _local1.wire._y + yuspeed; _local1.wire._x = _local1.wire._x + xuspeed; } else { undershot = true; _local1.wire._y = _local2.player_mc._y; _local1.wire._x = _local2.player_mc._x; firstput = false; nobiru == false; } } else { _local1.wire._y = _local2.player_mc._y; _local1.wire._x = _local2.player_mc._x; firstput = false; nobiru == false; } } else { _local1.wire._y = _local2.player_mc._y; _local1.wire._x = _local2.player_mc._x; firstput = false; nobiru == false; } } else { firstput = false; nobiru == false; } } else { Key.isDown(32) != true; _local1.wire._y = 20; nobiru = false; } _local1.player_mc._y >= (_local1.wire._y + 3); } if (undershot == false) { if (((_local1.wire.hitTest(_local2.tenjou_mc) == true) || (_local1.wire.hitTest(_local2.tenjou2_mc) == true)) || (_local1.wire.hitTest(_local2.tenjou3_mc) == true)) { if (_local2.player_mc._y > _local1.wire._y) { if (firsthit == true) { v = 0; firsthit = false; firstrelease = true; CenterX = wire._x; CenterY = wire._y; temptenjoux = _local1.tenjou_mc._x; temptenjou2x = _local1.tenjou2_mc._x; temptenjou3x = _local1.tenjou3_mc._x; x = -(CenterX - _local2.player_mc._x); y = CenterY - _local2.player_mc._y; L = Math.sqrt((x * x) + (y * y)); centermeter = meter - (x / 100); firstx = x; } a = ((-g) * x) / L; v = v + (a / 2); x = x + (v / 2); if ((firstx * x) <= 0) { my_sound2.start(); firstx = x; } tmpy = Math.sqrt((L * L) - (x * x)); ly = tmpy - y; vy = ly / 2; y = Math.sqrt((L * L) - (x * x)); _local2.player_mc._x = CenterX + x; _local2.player_mc._y = CenterY + y; meter = centermeter + (x / 100); } else { _local1.tenjou_mc._x >= 0; _local1.tenjou2_mc._x >= 0; } } } if (undershot == true) { _local1.wire._y = _local2.player_mc._y; _local1.wire._x = _local2.player_mc._x; } if ((((_local1.wire.hitTest(_local2.tenjou_mc) == false) & (_local1.wire.hitTest(_local2.tenjou2_mc) == false)) & (_local1.wire.hitTest(_local2.tenjou3_mc) == false)) || (undershot == true)) { if (_local2.player_mc.hitTest(_local2.jimen_mc) == false) { if (firstrelease == true) { gvy = 3 * vy; firstrelease = false; } else { gvy = gvy + (g / 30); } _local2.player_mc._y = _local2.player_mc._y + gvy; vv = v / 1.5; if (vv > 0) { if (_local2.player_mc._x > fx) { _local1.tenjou3_mc._x = _local1.tenjou3_mc._x - (2 * vv); _local1.tenjou2_mc._x = _local1.tenjou2_mc._x - (2 * vv); _local1.tenjou_mc._x = _local1.tenjou_mc._x - (2 * vv); _local2.jimen_mc._x = _local2.jimen_mc._x - (2 * vv); _local2.player_mc._x = _local2.player_mc._x - vv; _local1.needle_mc1._x = _local1.needle_mc1._x - vv; _local1.needle_mc2._x = _local1.needle_mc2._x - vv; } else { _local1.tenjou3_mc._x = _local1.tenjou3_mc._x - vv; _local1.tenjou2_mc._x = _local1.tenjou2_mc._x - vv; _local1.tenjou_mc._x = _local1.tenjou_mc._x - vv; _local2.jimen_mc._x = _local2.jimen_mc._x - vv; _local1.needle_mc1._x = _local1.needle_mc1._x - vv; _local1.needle_mc2._x = _local1.needle_mc2._x - vv; } meter = meter + 0.1; } else { if (_local2.player_mc._x < fx) { _local2.player_mc._x = _local2.player_mc._x + vv; } else { _local2.player_mc._x = _local2.player_mc._x + vv; } meter = meter - 0.1; } } !(((Math.round(50 * meter) / 10) > 500) && ((Math.round(50 * meter) / 10) < 1000)); if (_local1.tenjou_mc._x < ((-_local1.tenjou_mc._width) / 2)) { _local1.tenjou_mc._x = (((_local1.tenjou3_mc._x + 280) + Math.floor(Math.random() * 100)) + 1) - 50; if (((Math.round(50 * meter) / 10) > 500) && ((Math.round(50 * meter) / 10) < 1000)) { _local1.tenjou_mc._width = 180; } else if (((Math.round(50 * meter) / 10) > 1000) && ((Math.round(50 * meter) / 10) < 2000)) { _local1.tenjou_mc._width = 160; } else if (((Math.round(50 * meter) / 10) > 2000) && ((Math.round(50 * meter) / 10) < 3000)) { _local1.tenjou_mc._width = 140; } else if (((Math.round(50 * meter) / 10) > 3000) && ((Math.round(50 * meter) / 10) < 4000)) { _local1.tenjou_mc._width = 120; } else if (((Math.round(50 * meter) / 10) > 4000) && ((Math.round(50 * meter) / 10) < 5000)) { _local1.tenjou_mc._width = 100; } else if (((Math.round(50 * meter) / 10) > 5000) && ((Math.round(50 * meter) / 10) < 6000)) { _local1.tenjou_mc._width = 90; } else if (((Math.round(50 * meter) / 10) > 6000) && ((Math.round(50 * meter) / 10) < 8000)) { _local1.tenjou_mc._width = 80; } else if (((Math.round(50 * meter) / 10) > 8000) && ((Math.round(50 * meter) / 10) < 10000)) { _local1.tenjou_mc._width = 70; } else if ((Math.round(50 * meter) / 10) > 10000) { _local1.tenjou_mc._width = 60; } } if (_local1.tenjou2_mc._x < ((-_local1.tenjou_mc._width) / 2)) { _local1.tenjou2_mc._x = (((_local1.tenjou_mc._x + 280) + Math.floor(Math.random() * 100)) + 1) - 50; if (((Math.round(50 * meter) / 10) > 500) && ((Math.round(50 * meter) / 10) < 1000)) { _local1.tenjou2_mc._width = 180; } else if (((Math.round(50 * meter) / 10) > 1000) && ((Math.round(50 * meter) / 10) < 2000)) { _local1.tenjou2_mc._width = 160; } else if (((Math.round(50 * meter) / 10) > 2000) && ((Math.round(50 * meter) / 10) < 3000)) { _local1.tenjou2_mc._width = 140; } else if (((Math.round(50 * meter) / 10) > 3000) && ((Math.round(50 * meter) / 10) < 4000)) { _local1.tenjou2_mc._width = 120; } else if (((Math.round(50 * meter) / 10) > 4000) && ((Math.round(50 * meter) / 10) < 5000)) { _local1.tenjou2_mc._width = 100; } else if (((Math.round(50 * meter) / 10) > 5000) && ((Math.round(50 * meter) / 10) < 6000)) { _local1.tenjou2_mc._width = 90; } else if (((Math.round(50 * meter) / 10) > 6000) && ((Math.round(50 * meter) / 10) < 8000)) { _local1.tenjou2_mc._width = 80; } else if (((Math.round(50 * meter) / 10) > 8000) && ((Math.round(50 * meter) / 10) < 10000)) { _local1.tenjou2_mc._width = 70; } else if ((Math.round(50 * meter) / 10) > 10000) { _local1.tenjou2_mc._width = 60; } } if (_local1.tenjou3_mc._x < ((-_local1.tenjou_mc._width) / 2)) { _local1.tenjou3_mc._x = (((_local1.tenjou2_mc._x + 280) + Math.floor(Math.random() * 100)) + 1) - 50; if (((Math.round(50 * meter) / 10) > 500) && ((Math.round(50 * meter) / 10) < 1000)) { _local1.tenjou3_mc._width = 180; } else if (((Math.round(50 * meter) / 10) > 1000) && ((Math.round(50 * meter) / 10) < 2000)) { _local1.tenjou3_mc._width = 160; } else if (((Math.round(50 * meter) / 10) > 2000) && ((Math.round(50 * meter) / 10) < 3000)) { _local1.tenjou3_mc._width = 140; } else if (((Math.round(50 * meter) / 10) > 3000) && ((Math.round(50 * meter) / 10) < 4000)) { _local1.tenjou3_mc._width = 120; } else if (((Math.round(50 * meter) / 10) > 4000) && ((Math.round(50 * meter) / 10) < 5000)) { _local1.tenjou3_mc._width = 100; } else if (((Math.round(50 * meter) / 10) > 5000) && ((Math.round(50 * meter) / 10) < 6000)) { _local1.tenjou3_mc._width = 90; } else if (((Math.round(50 * meter) / 10) > 6000) && ((Math.round(50 * meter) / 10) < 8000)) { _local1.tenjou3_mc._width = 80; } else if (((Math.round(50 * meter) / 10) > 8000) && ((Math.round(50 * meter) / 10) < 10000)) { _local1.tenjou3_mc._width = 70; } else if ((Math.round(50 * meter) / 10) > 10000) { _local1.tenjou3_mc._width = 60; } } if ((Math.round(50 * meter) / 10) > 500) { if (LEVEL == 1) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 2; } } if ((Math.round(50 * meter) / 10) > 1000) { if (LEVEL == 2) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 3; } } if ((Math.round(50 * meter) / 10) > 2000) { if (LEVEL == 3) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 4; } } if ((Math.round(50 * meter) / 10) > 3000) { if (LEVEL == 4) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 5; } } if ((Math.round(50 * meter) / 10) > 4000) { if (LEVEL == 5) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 6; } } if ((Math.round(50 * meter) / 10) > 5000) { if (LEVEL == 6) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 7; } } if ((Math.round(50 * meter) / 10) > 6000) { if (LEVEL == 7) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 8; } } if ((Math.round(50 * meter) / 10) > 8000) { if (LEVEL == 8) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 9; } } if ((Math.round(50 * meter) / 10) > 10000) { if (LEVEL == 9) { _local1.level_mc.play(); _local1.level_mc._x = 200; trace("????p"); my_sound4.start(); LEVEL = 10; } } } Key.isDown(32) != true; if (Key.isDown(32) == false) { catcher = false; } if (hanasu == true) { _local1.wire._x = 1000; firsthit = true; firstlong = true; } if (_local1.needle_mc1._x < -750) { _local1.needle_mc1._x = _local1.needle_mc2._x + 750; } if (_local1.needle_mc2._x < -750) { _local1.needle_mc2._x = _local1.needle_mc1._x + 750; } putmeter = Math.round(5 * meter) / 1; hook_mc.clear(); if (_local1.wire._x != 1000) { _local1.createEmptyMovieClip("hook_mc", 1); hook_mc.lineStyle(1, 0, 100); hook_mc.moveTo(_local2.player_mc._x, _local2.player_mc._y); hook_mc.lineTo(_local1.wire._x, _local1.wire._y); } if (_local2.player_mc._y > 400) { my_music.stop(); my_sound3.start(); gotoAndStop (24); } if (_local2.player_mc._x < -400) { my_music.stop(); my_sound3.start(); gotoAndStop (24); } };
Instance of Symbol 114 MovieClip in Frame 17
on (release) { getURL ("http://www.playgames.to/?start=116", "_blank"); }
Frame 24
gameover = true;
Symbol 29 Button
on (release) { my_music.stop(); gotoAndStop (17); }
Symbol 40 MovieClip Frame 114
gotoAndPlay (1);
Symbol 87 MovieClip Frame 30
gotoAndStop (1);
Symbol 109 MovieClip Frame 1
if (((this._parent.wire.hitTest(_root.tenjou_mc) == false) && (this._parent.wire.hitTest(_root.tenjou2_mc) == false)) && (this._parent.wire.hitTest(_root.tenjou3_mc) == false)) { if (_root.player_mc.hitTest(_root.jimen_mc) == false) { gotoAndPlay (55); } }
Symbol 109 MovieClip Frame 14
gotoAndPlay (1);
Symbol 109 MovieClip Frame 31
gotoAndPlay (1);
Symbol 125 Button
on (release) { my_music.stop(); gotoAndStop (16); }
Symbol 141 MovieClip Frame 9
stop();

Library Items

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

Instance Names

"_preloader"Frame 1Symbol 17 MovieClip
"needle_mc1"Frame 17Symbol 76 MovieClip
"needle_mc2"Frame 17Symbol 76 MovieClip
"level_mc"Frame 17Symbol 87 MovieClip
"tenjou_mc"Frame 17Symbol 89 MovieClip
"jimen_mc"Frame 17Symbol 91 MovieClip
"tenjou2_mc"Frame 17Symbol 89 MovieClip
"meter"Frame 17Symbol 93 EditableText
"tenjou3_mc"Frame 17Symbol 89 MovieClip
"LEVEL"Frame 17Symbol 94 EditableText
"player_mc"Frame 17Symbol 109 MovieClip
"wire"Frame 17Symbol 111 MovieClip
"meter"Frame 24Symbol 142 EditableText
"bar"Symbol 17 MovieClip Frame 1Symbol 7 MovieClip
"_pretxtPercent"Symbol 17 MovieClip Frame 1Symbol 16 EditableText

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "swing"
ExportAssets (56)Timeline Frame 1Symbol 2 as "swing2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sndBullyDead"
ExportAssets (56)Timeline Frame 1Symbol 4 as "music2"
ExportAssets (56)Timeline Frame 1Symbol 5 as "hit2"
ExportAssets (56)Timeline Frame 17Symbol 5 as "hit2"
ExportAssets (56)Timeline Frame 17Symbol 4 as "music2"

Dynamic Text Variables

putmeterSymbol 93 EditableText"0"
LEVELSymbol 94 EditableText"1"
putmeterSymbol 142 EditableText"0"




http://swfchan.com/6/26361/info.shtml
Created: 22/5 -2019 18:40:37 Last modified: 22/5 -2019 18:40:37 Server time: 09/05 -2024 21:38:34