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

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

1207150053531.swf

This is the info page for
Flash #2572

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


Text
リクルート ガーディアン・ガーデン

結果発表

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; Stage.scaleMode = "noScale"; Stage.align = "LT"; this.onResize = function () { this.bt_en._x = Stage.width - 60; this.circle._x = Stage.width / 2; this.circle._y = (Stage.height / 2) - 77; this.mask._x = Stage.width / 2; this.mask._y = (Stage.height / 2) - 77; this.damm_circle._x = Stage.width / 2; this.damm_circle._y = (Stage.height / 2) - 77; this.circle_bk._x = Stage.width / 2; this.circle_bk._y = (Stage.height / 2) - 77; this.menu._x = Stage.width / 2; this.menu._y = (Stage.height / 2) + 250; this.mc_load._x = Stage.width / 2; this.mc_load._y = (Stage.height / 2) - 77; this.bk._width = Stage.width; this.bk._height = Stage.height; this.bk._x = Stage.width / 2; this.bk._y = Stage.height / 2; }; Stage.addListener(this); this.onResize(); Mouse.hide();
Instance of Symbol 12 MovieClip "bk" in Frame 1
onClipEvent (enterFrame) { this.onRollOver = function () { _root.inSide = true; }; this.onRollOut = function () { _root.inSide = false; }; }
Instance of Symbol 52 MovieClip "mouse" in Frame 1
onClipEvent (load) { this._alpha = 0; var flg_atatch = false; var rot = ((Math.atan2(_root._xmouse - _root.circle._x, _root._ymouse - _root.circle._y) * 180) / Math.PI); var rad = ((rot * Math.PI) / 180); var sin = Math.sin(rad); var cos = Math.cos(rad); this._x = (265 * sin) + _root.circle._x; this._y = (265 * cos) + _root.circle._y; } onClipEvent (enterFrame) { if (!_root.inSide) { this._alpha = 0; } else { this._alpha = 100; } mdt = Math.sqrt(Math.pow(_root._xmouse - this._x, 2) + Math.pow(_root._ymouse - this._y, 2)); if (mdt < 10) { flg_atatch = true; } if (flg_atatch) { this._x = _root._xmouse; this._y = _root._ymouse; } else { _x = (_x + (_xmouse / 2)); _y = (_y + (_ymouse / 2)); } }
Frame 11
this.onResize();
Frame 17
this.onResize();
Frame 32
bgm.stop(); stop(); this.onResize();
Instance of Symbol 70 MovieClip "damm_circle" in Frame 32
onClipEvent (load) { if (!_root.bound_flg) { this._alpha = 0; } var div = 0.98; var tention = 0.78; this._xscale = 97.5; this._yscale = 97.5; var tmp = 0; } onClipEvent (enterFrame) { tmp = tmp + (100 - this._xscale); tmp = tmp * (div * tention); this._xscale = this._xscale + tmp; this._yscale = this._yscale + tmp; }
Instance of Symbol 52 MovieClip "mouse" in Frame 32
onClipEvent (load) { this._alpha = 0; var flg_atatch = false; var rot = ((Math.atan2(_root._xmouse - _root.circle._x, _root._ymouse - _root.circle._y) * 180) / Math.PI); var rad = ((rot * Math.PI) / 180); var sin = Math.sin(rad); var cos = Math.cos(rad); this._x = (265 * sin) + _root.circle._x; this._y = (265 * cos) + _root.circle._y; } onClipEvent (enterFrame) { if (!_root.inSide) { this._alpha = 0; } else { this._alpha = 100; } mdt = Math.sqrt(Math.pow(_root._xmouse - this._x, 2) + Math.pow(_root._ymouse - this._y, 2)); if (mdt < 10) { flg_atatch = true; } if (flg_atatch) { this._x = _root._xmouse; this._y = _root._ymouse; } else { _x = (_x + (_xmouse / 2)); _y = (_y + (_ymouse / 2)); } if (_root.circle.hitTest(_root._xmouse, _root._ymouse, true)) { _root.gotoAndStop("in"); } }
Frame 36
function MyFunc() { if (_root.mov.video._currentframe < _root.mov.video._totalframes) { _root.mov.video.gotoAndStop(_root.mov.video._currentframe + 1); } else { _root.mov.video.gotoAndStop(1); } updateAfterEvent(); } _root.bound_flg = 1; bgm = new Sound(this); bgm.attachSound("sound_wasshoi"); bgm = new Sound(this); bgm.attachSound("sound_wasshoi"); stop(); this.onResize();
Instance of Symbol 70 MovieClip "mask" in Frame 36
onClipEvent (load) { var div = 0.98; var tention = 0.78; this._xscale = 97.5; this._yscale = 97.5; var tmp = 0; } onClipEvent (enterFrame) { tmp = tmp + (100 - this._xscale); tmp = tmp * (div * tention); this._xscale = this._xscale + tmp; this._yscale = this._yscale + tmp; }
Instance of Symbol 85 MovieClip "mov" in Frame 36
onClipEvent (load) { var s = 20; var fst = 35; var fst2 = 15; var dst_tired = 80; this._x = _root._xmouse; this._y = _root._ymouse; var flg_mv; var stX = _x; var stY = _y; var flg_tired = false; var first_mv = true; rot = (Math.atan2(_root._xmouse - _root.circle._x, _root._ymouse - _root.circle._y) * 180) / Math.PI; rad = (rot * Math.PI) / 180; sin = Math.sin(rad); cos = Math.cos(rad); this._x = (340 * sin) + _root.circle._x; this._y = (340 * cos) + _root.circle._y; } on (release) { if ((getTimer() - prev_click) < 200) { this.my_sound.stop(); _root.gotoAndPlay("dclick"); } prev_click = getTimer(); } onClipEvent (enterFrame) { if ((getTimer() - prev_click) > 200) { this.my_sound.stop(); _root.gotoAndPlay("click"); } rot = (Math.atan2(_root._xmouse - this._x, _root._ymouse - this._y) * 180) / Math.PI; rad = (rot * Math.PI) / 180; sin = Math.sin(rad); cos = Math.cos(rad); var dt = Math.sqrt(Math.pow(_root._xmouse - _x, 2) + Math.pow(_root._ymouse - _y, 2)); if (dt < 50) { _x = (_x + (_xmouse / 5)); _y = (_y + (_ymouse / 5)); } else { _x = (_x + (s * sin)); _y = (_y + (s * cos)); } if (dt > fst) { clearInterval(_root.myID); _root.myID = setInterval(_root.MyFunc, 5); } else if (dt > fst2) { clearInterval(_root.myID); _root.myID = setInterval(_root.MyFunc, 15); } else { clearInterval(_root.myID); _root.myID = setInterval(_root.MyFunc, 24); } if (dt < 2) { rot = 0; if (flg_mv) { var dt_mv = Math.sqrt(Math.pow(stX - _x, 2) + Math.pow(stY - _y, 2)); if (dt_mv > dst_tired) { flg_tired = true; } stX = _x; stY = _y; flg_mv = false; first_mv = true; } } else { flg_mv = true; flg_tired = false; } if (rot == 0) { if (flg_tired) { this.gotoAndStop("tired"); if (this.video._currentframe == this.video._totalframes) { flg_tired = false; } } else { this.gotoAndStop("wait"); } } else if ((rot >= -45) & (rot < 45)) { this.gotoAndStop("down"); if (now_dir == "up") { gyaku = true; } now_dir = "down"; } else if ((rot < -45) & (rot >= -135)) { this.gotoAndStop("left"); if (now_dir == "right") { gyaku = true; } now_dir = "left"; } else if ((rot >= 135) || (rot < -135)) { this.gotoAndStop("up"); if (now_dir == "down") { gyaku = true; } now_dir = "up"; } else if ((rot >= 45) & (rot < 135)) { this.gotoAndStop("right"); if (now_dir == "left") { gyaku = true; } now_dir = "right"; } if (rot == 0) { _root.nowSound = "sound_tired"; _root.bgm.stop(); } else if (first_mv) { this.my_sound.stop(); _root.nowSound = "sound"; _root.bgm.start(0, 999); first_mv = false; } else if ((rot >= -40) & (rot < 40)) { if ((Math.floor(Math.random() * 3) + 1) == 1) { _root.nowSound = "sound_down"; } else if (gyaku & ((Math.floor(Math.random() * 3) + 1) == 1)) { _root.nowSound = "sound_gyaku"; gyaku = false; } else { _root.nowSound = "sound_down"; } } else if ((rot < -50) & (rot >= -130)) { if ((Math.floor(Math.random() * 3) + 1) == 1) { _root.nowSound = "sound_left"; } else if (gyaku & ((Math.floor(Math.random() * 3) + 1) == 1)) { _root.nowSound = "sound_gyaku"; gyaku = false; } else { _root.nowSound = "sound_left"; } } else if ((rot >= 140) || (rot < -140)) { if ((Math.floor(Math.random() * 3) + 1) == 1) { _root.nowSound = "sound_up"; } else if (gyaku & ((Math.floor(Math.random() * 3) + 1) == 1)) { _root.nowSound = "sound_gyaku"; gyaku = false; } else { _root.nowSound = "sound_up"; } } else if ((rot >= 50) & (rot < 130)) { if ((Math.floor(Math.random() * 3) + 1) == 1) { _root.nowSound = "sound_right"; } else if (gyaku & ((Math.floor(Math.random() * 3) + 1) == 1)) { _root.nowSound = "sound_gyaku"; gyaku = false; } else { _root.nowSound = "sound_right"; } } else if ((Math.floor(Math.random() * 2) + 1) == 1) { _root.nowSound = "sound_naname"; } else { _root.nowSound = "sound"; } odt = Math.sqrt(Math.pow(this._x - _root.circle._x, 2) + Math.pow(this._y - _root.circle._y, 2)); if (odt > 330) { this.my_sound.stop(); _root.gotoAndStop("op"); } }
Frame 41
bgm = new Sound(this); bgm.attachSound("sound_wasshoi"); stop();
Instance of Symbol 85 MovieClip "mov" in Frame 41
onClipEvent (load) { var s = 20; var fst = 35; var fst2 = 15; var dst_tired = 80; this._x = _root.clk_x; this._y = _root.clk_y; var flg_mv; var stX = _x; var stY = _y; var flg_tired = false; var first_mv = true; var now_dir; } on (release) { if ((getTimer() - prev_click) < 200) { this.my_sound.stop(); _root.gotoAndPlay("dclick"); } prev_click = getTimer(); } onClipEvent (enterFrame) { if ((getTimer() - prev_click) > 200) { this.my_sound.stop(); _root.gotoAndPlay("click"); } rot = (Math.atan2(_root._xmouse - this._x, _root._ymouse - this._y) * 180) / Math.PI; rad = (rot * Math.PI) / 180; sin = Math.sin(rad); cos = Math.cos(rad); var dt = Math.sqrt(Math.pow(_root._xmouse - _x, 2) + Math.pow(_root._ymouse - _y, 2)); if (dt < 50) { _x = (_x + (_xmouse / 5)); _y = (_y + (_ymouse / 5)); } else { _x = (_x + (s * sin)); _y = (_y + (s * cos)); } if (dt > fst) { clearInterval(_root.myID); _root.myID = setInterval(_root.MyFunc, 5); } else if (dt > fst2) { clearInterval(_root.myID); _root.myID = setInterval(_root.MyFunc, 15); } else { clearInterval(_root.myID); _root.myID = setInterval(_root.MyFunc, 24); } if (dt < 2) { rot = 0; if (flg_mv) { var dt_mv = Math.sqrt(Math.pow(stX - _x, 2) + Math.pow(stY - _y, 2)); if (dt_mv > dst_tired) { flg_tired = true; } stX = _x; stY = _y; flg_mv = false; first_mv = true; } } else { flg_mv = true; flg_tired = false; } if (rot == 0) { if (flg_tired) { this.gotoAndStop("tired"); if (this.video._currentframe == this.video._totalframes) { flg_tired = false; } } else { this.gotoAndStop("wait"); } } else if ((rot >= -45) & (rot < 45)) { this.gotoAndStop("down"); if (now_dir == "up") { gyaku = true; } now_dir = "down"; } else if ((rot < -45) & (rot >= -135)) { this.gotoAndStop("left"); if (now_dir == "right") { gyaku = true; } now_dir = "left"; } else if ((rot >= 135) || (rot < -135)) { this.gotoAndStop("up"); if (now_dir == "down") { gyaku = true; } now_dir = "up"; } else if ((rot >= 45) & (rot < 135)) { this.gotoAndStop("right"); if (now_dir == "left") { gyaku = true; } now_dir = "right"; } if (rot == 0) { _root.nowSound = "sound_tired"; _root.bgm.stop(); } else if (first_mv) { this.my_sound.stop(); _root.nowSound = "sound_gyaku"; _root.bgm.start(0, 999); first_mv = false; } else if ((rot >= -40) & (rot < 40)) { if ((Math.floor(Math.random() * 3) + 1) == 1) { _root.nowSound = "sound_down"; } else if (gyaku & ((Math.floor(Math.random() * 3) + 1) == 1)) { _root.nowSound = "sound_gyaku"; gyaku = false; } else { _root.nowSound = "sound_down"; } } else if ((rot < -50) & (rot >= -130)) { if ((Math.floor(Math.random() * 3) + 1) == 1) { _root.nowSound = "sound_left"; } else if (gyaku & ((Math.floor(Math.random() * 3) + 1) == 1)) { _root.nowSound = "sound_gyaku"; gyaku = false; } else { _root.nowSound = "sound_left"; } } else if ((rot >= 140) || (rot < -140)) { if ((Math.floor(Math.random() * 3) + 1) == 1) { _root.nowSound = "sound_up"; } else if (gyaku & ((Math.floor(Math.random() * 3) + 1) == 1)) { _root.nowSound = "sound_gyaku"; gyaku = false; } else { _root.nowSound = "sound_up"; } } else if ((rot >= 50) & (rot < 130)) { if ((Math.floor(Math.random() * 3) + 1) == 1) { _root.nowSound = "sound_right"; } else if (gyaku & ((Math.floor(Math.random() * 3) + 1) == 1)) { _root.nowSound = "sound_gyaku"; gyaku = false; } else { _root.nowSound = "sound_right"; } } else if ((Math.floor(Math.random() * 2) + 1) == 1) { _root.nowSound = "sound_naname"; } else { _root.nowSound = "sound"; } odt = Math.sqrt(Math.pow(this._x - _root.circle._x, 2) + Math.pow(this._y - _root.circle._y, 2)); if (odt > 330) { this.my_sound.stop(); _root.gotoAndStop("op"); } }
Frame 46
bgm.stop(); bgm = new Sound(this); bgm.attachSound("sound_click"); bgm.start(); stop();
Instance of Symbol 82 MovieClip in Frame 46
onClipEvent (load) { this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (enterFrame) { if (this._currentframe == this._totalframes) { _root.clk_x = this._x; _root.clk_y = this._y; _root.gotoAndStop("main"); } }
Frame 51
bgm.stop(); bgm = new Sound(this); bgm.attachSound("sound_dclick"); bgm.start(); stop();
Instance of Symbol 87 MovieClip in Frame 51
onClipEvent (load) { this._x = _root._xmouse; this._y = _root._ymouse; } onClipEvent (enterFrame) { if (this._currentframe == this._totalframes) { _root.clk_x = this._x; _root.clk_y = this._y; _root.gotoAndStop("main"); } }
Symbol 26 Button
on (rollOver) { Mouse.show(); } on (rollOut) { Mouse.hide(); } on (release) { getURL ("c1.html"); }
Symbol 29 Button
on (rollOver) { Mouse.show(); } on (rollOut) { Mouse.hide(); } on (release) { getURL ("c2.html"); }
Symbol 33 Button
on (rollOver) { Mouse.show(); } on (rollOut) { Mouse.hide(); } on (release) { getURL ("c3.html"); }
Symbol 36 Button
on (rollOver) { Mouse.show(); } on (rollOut) { Mouse.hide(); } on (release) { getURL ("c4.html"); }
Symbol 39 Button
on (rollOver) { Mouse.show(); } on (rollOut) { Mouse.hide(); } on (release) { getURL ("c5.html"); }
Symbol 42 Button
on (rollOver) { Mouse.show(); } on (rollOut) { Mouse.hide(); } on (release) { getURL ("c6.html"); }
Symbol 45 Button
on (rollOver) { Mouse.show(); } on (rollOut) { Mouse.hide(); } on (release) { getURL ("c7.html"); }
Symbol 48 Button
on (rollOver) { Mouse.show(); } on (rollOut) { Mouse.hide(); } on (release) { getURL ("http://www.recruit.jp/", "_blank"); }
Symbol 59 MovieClip Frame 10
gotoAndPlay (1);
Symbol 64 MovieClip Frame 60
gotoAndPlay (1);
Instance of Symbol 62 MovieClip "bar" in Symbol 65 MovieClip Frame 1
onClipEvent (load) { _root.stop(); totalSize = _root.getBytesTotal(); barWidth = _parent.barBase._width; this._width = 0; } onClipEvent (enterFrame) { rate = _root.getBytesLoaded() / totalSize; this._width = barWidth * rate; if (rate >= 1) { _root.play(); } }
Symbol 69 MovieClip Frame 21
stop();
Symbol 85 MovieClip Frame 1
stop(); my_sound.stop();
Symbol 85 MovieClip Frame 5
stop(); my_sound = new Sound(this); my_sound.attachSound(_root.nowSound); my_sound.setVolume(100); my_sound.start(0, 1);
Symbol 85 MovieClip Frame 10
stop(); my_sound = new Sound(this); my_sound.attachSound(_root.nowSound); my_sound.setVolume(100); my_sound.start(0, 1);
Symbol 85 MovieClip Frame 15
stop(); my_sound = new Sound(this); my_sound.attachSound(_root.nowSound); my_sound.setVolume(100); my_sound.start(0, 1);
Symbol 85 MovieClip Frame 20
stop(); my_sound = new Sound(this); my_sound.attachSound(_root.nowSound); my_sound.setVolume(100); my_sound.start(0, 1);
Symbol 85 MovieClip Frame 25
stop(); my_sound.stop(); my_sound = new Sound(this); my_sound.attachSound(_root.nowSound); my_sound.start(0, 999);
Symbol 85 MovieClip Frame 30
stop(); my_sound.stop(); my_sound = new Sound(this); my_sound.attachSound(_root.nowSound); my_sound.start();

Library Items

Symbol 1 Sound [sound_up]
Symbol 2 Sound [sound_left]
Symbol 3 Sound [sound_down]
Symbol 4 Sound [sound_gyaku]
Symbol 5 Sound [sound_right]
Symbol 6 Sound [sound_wasshoi]
Symbol 7 Sound [sound_tired]
Symbol 8 Sound [sound_naname]
Symbol 9 Sound [sound_dclick]
Symbol 10 Sound [sound_click]
Symbol 11 GraphicUsed by:12 26 29 33 36 39 42 45 59 60
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 GraphicUsed by:49
Symbol 17 FontUsed by:18 31
Symbol 18 TextUses:17Used by:49
Symbol 19 GraphicUsed by:49
Symbol 20 GraphicUsed by:26
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:26 29 33 36 39 42 45
Symbol 23 GraphicUsed by:26
Symbol 24 SoundUsed by:26 29 33 36 39 42 45 48
Symbol 25 SoundUsed by:26 29 33 36 39 42 45 48
Symbol 26 ButtonUses:20 22 23 11 24 25Used by:49
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 ButtonUses:27 22 28 11 24 25Used by:49
Symbol 30 GraphicUsed by:33
Symbol 31 TextUses:17Used by:33
Symbol 32 GraphicUsed by:33
Symbol 33 ButtonUses:30 31 22 32 11 24 25Used by:49
Symbol 34 GraphicUsed by:36
Symbol 35 GraphicUsed by:36
Symbol 36 ButtonUses:34 22 35 11 24 25Used by:49
Symbol 37 GraphicUsed by:39
Symbol 38 GraphicUsed by:39
Symbol 39 ButtonUses:37 22 38 11 24 25Used by:49
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 ButtonUses:40 22 41 11 24 25Used by:49
Symbol 43 GraphicUsed by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:43 22 44 11 24 25Used by:49
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:48
Symbol 48 ButtonUses:47 24 25Used by:49
Symbol 49 MovieClipUses:16 18 19 26 29 33 36 39 42 45 48Used by:Timeline
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:52
Symbol 52 MovieClipUses:51Used by:Timeline
Symbol 53 GraphicUsed by:66
Symbol 54 BitmapUsed by:55
Symbol 55 GraphicUses:54Used by:56
Symbol 56 MovieClipUses:55Used by:57
Symbol 57 MovieClipUses:56Used by:66
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:11 58Used by:65
Symbol 60 MovieClipUses:11Used by:65
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:65
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:65
Symbol 65 MovieClipUses:59 60 62 64Used by:66
Symbol 66 MovieClipUses:53 57 65Used by:Timeline
Symbol 67 GraphicUsed by:68 70
Symbol 68 MovieClipUses:67Used by:69  Timeline
Symbol 69 MovieClipUses:68Used by:Timeline
Symbol 70 MovieClipUses:67Used by:Timeline
Symbol 71 VideoUsed by:72
Symbol 72 MovieClipUses:71Used by:85
Symbol 73 VideoUsed by:74
Symbol 74 MovieClipUses:73Used by:85
Symbol 75 VideoUsed by:76
Symbol 76 MovieClipUses:75Used by:85
Symbol 77 VideoUsed by:78
Symbol 78 MovieClipUses:77Used by:85
Symbol 79 VideoUsed by:80
Symbol 80 MovieClipUses:79Used by:85
Symbol 81 VideoUsed by:82
Symbol 82 MovieClipUses:81Used by:85  Timeline
Symbol 83 VideoUsed by:84
Symbol 84 MovieClipUses:83Used by:85
Symbol 85 MovieClipUses:72 74 76 78 80 82 84Used by:Timeline
Symbol 86 VideoUsed by:87
Symbol 87 MovieClipUses:86Used by:Timeline

Instance Names

"bk"Frame 1Symbol 12 MovieClip
"mc_cp"Frame 1Symbol 15 MovieClip
"menu"Frame 1Symbol 49 MovieClip
"mouse"Frame 1Symbol 52 MovieClip
"mc_load"Frame 11Symbol 66 MovieClip
"circle"Frame 17Symbol 69 MovieClip
"damm_circle"Frame 32Symbol 70 MovieClip
"mouse"Frame 32Symbol 52 MovieClip
"mask"Frame 36Symbol 70 MovieClip
"circle_bk"Frame 36Symbol 68 MovieClip
"mov"Frame 36Symbol 85 MovieClip
"mov"Frame 41Symbol 85 MovieClip
"barBase"Symbol 65 MovieClip Frame 1Symbol 60 MovieClip
"bar"Symbol 65 MovieClip Frame 1Symbol 62 MovieClip
"video"Symbol 85 MovieClip Frame 1Symbol 72 MovieClip
"video"Symbol 85 MovieClip Frame 5Symbol 74 MovieClip
"video"Symbol 85 MovieClip Frame 10Symbol 76 MovieClip
"video"Symbol 85 MovieClip Frame 15Symbol 78 MovieClip
"video"Symbol 85 MovieClip Frame 20Symbol 80 MovieClip
"video"Symbol 85 MovieClip Frame 25Symbol 82 MovieClip
"video"Symbol 85 MovieClip Frame 30Symbol 84 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "sound_up"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sound_left"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sound_down"
ExportAssets (56)Timeline Frame 1Symbol 4 as "sound_gyaku"
ExportAssets (56)Timeline Frame 1Symbol 5 as "sound_right"
ExportAssets (56)Timeline Frame 1Symbol 6 as "sound_wasshoi"
ExportAssets (56)Timeline Frame 1Symbol 7 as "sound_tired"
ExportAssets (56)Timeline Frame 1Symbol 8 as "sound_naname"
ExportAssets (56)Timeline Frame 1Symbol 9 as "sound_dclick"
ExportAssets (56)Timeline Frame 1Symbol 10 as "sound_click"

Labels

"op"Frame 32
"in"Frame 36
"main"Frame 41
"click"Frame 46
"dclick"Frame 51
"wait"Symbol 85 MovieClip Frame 1
"right"Symbol 85 MovieClip Frame 5
"left"Symbol 85 MovieClip Frame 10
"down"Symbol 85 MovieClip Frame 15
"up"Symbol 85 MovieClip Frame 20
"click"Symbol 85 MovieClip Frame 25
"tired"Symbol 85 MovieClip Frame 30




http://swfchan.com/1/2572/info.shtml
Created: 17/6 -2019 14:35:29 Last modified: 17/6 -2019 14:35:29 Server time: 29/03 -2024 13:30:46