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

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

Break a seal -in- Madarao!!(SlideShow).swf

This is the info page for
Flash #137202

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


Text
Now Loading...

000/000

ActionScript [AS1/AS2]

Frame 2
function _showHelp() { _root.guiHelp._visible = true; } function _scrollLeft() { if (_root.slide._x < (Stage.width / 2)) { _root.slide._x = _root.slide._x + _SCROLL_SPEED; } } function _scrollTop() { if (_root.slide._y < (Stage.height / 2)) { _root.slide._y = _root.slide._y + _SCROLL_SPEED; } } function _scrollRight() { if ((Stage.width / 2) < (_root.slide._x + _root.slide._width)) { _root.slide._x = _root.slide._x - _SCROLL_SPEED; } } function _scrollBottom() { if ((Stage.height / 2) < (_root.slide._y + _root.slide._height)) { _root.slide._y = _root.slide._y - _SCROLL_SPEED; } } function _scrollLeftTop() { if (_root.slide._x < (Stage.width / 2)) { _root.slide._x = _root.slide._x + _SCROLL_SPEED; } if (_root.slide._y < (Stage.height / 2)) { _root.slide._y = _root.slide._y + _SCROLL_SPEED; } } function _scrollRightTop() { if ((Stage.width / 2) < (_root.slide._x + _root.slide._width)) { _root.slide._x = _root.slide._x - _SCROLL_SPEED; } if (_root.slide._y < (Stage.height / 2)) { _root.slide._y = _root.slide._y + _SCROLL_SPEED; } } function _scrollRightBottom() { if ((Stage.width / 2) < (_root.slide._x + _root.slide._width)) { _root.slide._x = _root.slide._x - _SCROLL_SPEED; } if ((Stage.height / 2) < (_root.slide._y + _root.slide._height)) { _root.slide._y = _root.slide._y - _SCROLL_SPEED; } } function _scrollLeftBottom() { if (_root.slide._x < (Stage.width / 2)) { _root.slide._x = _root.slide._x + _SCROLL_SPEED; } if ((Stage.height / 2) < (_root.slide._y + _root.slide._height)) { _root.slide._y = _root.slide._y - _SCROLL_SPEED; } } function _showScrollAll() { _root.scroll_left._visible = (_root.scroll_top._visible = (_root.scroll_right._visible = (_root.scroll_bottom._visible = true))); _root.scroll_leftTop._visible = (_root.scroll_rightTop._visible = (_root.scroll_rightBottom._visible = (_root.scroll_leftBottom._visible = true))); } function _hideScrollAll() { _root.scroll_left._visible = (_root.scroll_top._visible = (_root.scroll_right._visible = (_root.scroll_bottom._visible = false))); _root.scroll_leftTop._visible = (_root.scroll_rightTop._visible = (_root.scroll_rightBottom._visible = (_root.scroll_leftBottom._visible = false))); } var slide_max_width = 1; var slide_max_height = 1; var isInitialized = 0; var isFullScale = 0; var isScroll = 0; var isScrolling = 0; var _GUI_SCALE = 150; var _SCROLL_SPEED = 8; var _MENU_ITEM_NAME_1 = "How to use..."; var _APP_NAME = "SlideShow Flash"; var _APP_AUTHOR = "Developed by aonan."; var _APP_COPYRIGHT = "Copyright(C)2012 aonan all rights reserved."; var _APP_MAJOR_VER = 1; var _APP_MINOR_VER = 2; var _APP_REVISION_VER = 1; var _APP_VERSION = ((((_APP_MAJOR_VER + ".") + _APP_MINOR_VER) + ".") + _APP_REVISION_VER); var 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 = true; menu_cm.builtInItems.rewind = false; menu_cm.builtInItems.zoom = false; var menu_item_1 = new ContextMenuItem(); menu_item_1.caption = _MENU_ITEM_NAME_1; menu_item_1.enabled = true; menu_item_1.separatorBefore = false; menu_item_1.visible = true; menu_item_1.onSelect = function () { _showHelp(); }; var menu_item_2 = new ContextMenuItem(); menu_item_2.caption = (_APP_NAME + " ver") + _APP_VERSION; menu_item_2.enabled = false; menu_item_2.separatorBefore = true; menu_item_2.visible = true; menu_item_2.onSelect = function () { }; var menu_item_3 = new ContextMenuItem(); menu_item_3.caption = _APP_AUTHOR; menu_item_3.enabled = false; menu_item_3.separatorBefore = false; menu_item_3.visible = true; menu_item_3.onSelect = function () { }; var menu_item_4 = new ContextMenuItem(); menu_item_4.caption = _APP_COPYRIGHT; menu_item_4.enabled = false; menu_item_4.separatorBefore = false; menu_item_4.visible = true; menu_item_4.onSelect = function () { }; menu_cm.customItems = [menu_item_1, menu_item_2, menu_item_3, menu_item_4]; _root.menu = menu_cm;
Instance of Symbol 19960 MovieClip [slide] "slide" in Frame 3
onClipEvent (enterFrame) { if (_root.isScrolling == 1) { _root._scrollLeft(); } else if (_root.isScrolling == 2) { _root._scrollTop(); } else if (_root.isScrolling == 3) { _root._scrollRight(); } else if (_root.isScrolling == 4) { _root._scrollBottom(); } else if (_root.isScrolling == 5) { _root._scrollLeftTop(); } else if (_root.isScrolling == 6) { _root._scrollRightTop(); } else if (_root.isScrolling == 7) { _root._scrollRightBottom(); } else if (_root.isScrolling == 8) { _root._scrollLeftBottom(); } _root.isScrolling; }
Instance of Symbol 19942 MovieClip [scroll_left] "scroll_left" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 3)); var _quotHeight = (Stage.height / ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 3)); if (1 < _quotWidth) { this._x = 0; this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = (Stage.height / 2) - ((this._height * (parseInt(_root._GUI_SCALE) / 100)) / 2); this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = 0; this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = (Stage.height / 2) - (((this._height * (parseInt(_root._GUI_SCALE) / 100)) * _quotHeight) / 2); this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } }
Instance of Symbol 19944 MovieClip [scroll_leftTop] "scroll_leftTop" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 2)); var _quotHeight = (Stage.height / ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 2)); if (1 < _quotWidth) { this._x = 0; this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = 0; this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = 0; this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = 0; this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } }
Instance of Symbol 19946 MovieClip [scroll_top] "scroll_top" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 3)); var _quotHeight = (Stage.height / ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 3)); if (1 < _quotWidth) { this._x = (Stage.width / 2) - ((this._width * (parseInt(_root._GUI_SCALE) / 100)) / 2); this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = 0; this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = (Stage.width / 2) - (((this._width * (parseInt(_root._GUI_SCALE) / 100)) * _quotWidth) / 2); this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = 0; this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } }
Instance of Symbol 19948 MovieClip [scroll_rightTop] "scroll_rightTop" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 2)); var _quotHeight = (Stage.height / ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 2)); if (1 < _quotWidth) { this._x = Stage.width - ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 0.7); this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = 0; this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = Stage.width - ((this._width * ((parseInt(_root._GUI_SCALE) / 100) * _quotWidth)) * 0.7); this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = 0; this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } }
Instance of Symbol 19950 MovieClip [scroll_right] "scroll_right" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 3)); var _quotHeight = (Stage.height / ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 3)); if (1 < _quotWidth) { this._x = Stage.width - (this._width * (parseInt(_root._GUI_SCALE) / 100)); this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = (Stage.height / 2) - ((this._height * (parseInt(_root._GUI_SCALE) / 100)) / 2); this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = Stage.width - ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * _quotWidth); this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = (Stage.height / 2) - (((this._height * (parseInt(_root._GUI_SCALE) / 100)) * _quotHeight) / 2); this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } }
Instance of Symbol 19952 MovieClip [scroll_rightBottom] "scroll_rightBottom" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 2)); var _quotHeight = (Stage.height / ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 2)); if (1 < _quotWidth) { this._x = Stage.width - ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 0.7); this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = Stage.height - ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 0.7); this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = Stage.width - ((this._width * ((parseInt(_root._GUI_SCALE) / 100) * _quotWidth)) * 0.7); this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = Stage.height - ((this._height * ((parseInt(_root._GUI_SCALE) / 100) * _quotHeight)) * 0.7); this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } }
Instance of Symbol 19954 MovieClip [scroll_bottom] "scroll_bottom" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 3)); var _quotHeight = (Stage.height / ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 3)); if (1 < _quotWidth) { this._x = (Stage.width / 2) - ((this._width * (parseInt(_root._GUI_SCALE) / 100)) / 2); this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = Stage.height - (this._height * (parseInt(_root._GUI_SCALE) / 100)); this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = (Stage.width / 2) - (((this._width * (parseInt(_root._GUI_SCALE) / 100)) * _quotWidth) / 2); this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = Stage.height - ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * _quotHeight); this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } }
Instance of Symbol 19956 MovieClip [scroll_leftBottom] "scroll_leftBottom" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / ((this._width * (parseInt(_root._GUI_SCALE) / 100)) * 2)); var _quotHeight = (Stage.height / ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 2)); if (1 < _quotWidth) { this._x = 0; this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = Stage.height - ((this._height * (parseInt(_root._GUI_SCALE) / 100)) * 0.7); this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = 0; this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = Stage.height - ((this._height * ((parseInt(_root._GUI_SCALE) / 100) * _quotHeight)) * 0.7); this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } }
Instance of Symbol 19936 MovieClip [guiControl] "guiControl" in Frame 3
onClipEvent (load) { var _quotWidth = (Stage.width / (this._width * (parseInt(_root._GUI_SCALE) / 100))); var _quotHeight = (Stage.width / (this._height * (parseInt(_root._GUI_SCALE) / 100))); if (1 < _quotWidth) { this._x = (Stage.width / 2) - ((this._width * (parseInt(_root._GUI_SCALE) / 100)) / 2); this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = 0; this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = (Stage.width / 2) - (((this._width * (parseInt(_root._GUI_SCALE) / 100)) * _quotWidth) / 2); this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = 0; this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Instance of Symbol 19958 MovieClip [guiHelp] "guiHelp" in Frame 3
onClipEvent (load) { this._visible = false; var _quotWidth = (Stage.width / (this._width * (parseInt(_root._GUI_SCALE) / 100))); var _quotHeight = (Stage.height / (this._height * (parseInt(_root._GUI_SCALE) / 100))); if (1 < _quotWidth) { this._x = (Stage.width / 2) - ((this._width * (parseInt(_root._GUI_SCALE) / 100)) / 2); this._xscale = parseInt(_root._GUI_SCALE); } if (1 < _quotHeight) { this._y = (Stage.height / 2) - ((this._height * (parseInt(_root._GUI_SCALE) / 100)) / 2); this._yscale = parseInt(_root._GUI_SCALE); } if (_quotWidth < 1) { this._x = (Stage.width / 2) - (((this._width * (parseInt(_root._GUI_SCALE) / 100)) * _quotWidth) / 2); this._xscale = parseInt(_root._GUI_SCALE) * _quotWidth; } if (_quotHeight < 1) { this._y = (Stage.height / 2) - (((this._height * (parseInt(_root._GUI_SCALE) / 100)) * _quotHeight) / 2); this._yscale = parseInt(_root._GUI_SCALE) * _quotHeight; } } onClipEvent (mouseMove) { updateAfterEvent(); }
Frame 3
stop();
Symbol 20000 Button
on (press) { this.startDrag(false, 0, 0, Stage.width - this._width, Stage.height - this._height); } on (release, releaseOutside) { this.stopDrag(); } on () { }
Symbol 20001 Button
on (release) { this._Back(); } on () { }
Symbol 20002 Button
on (release) { if (_root.isFullScale) { if (!_root.isScroll) { _root.isScroll = 1; } else { _root.isScroll = 0; } if (!_root.isScroll) { _root._hideScrollAll(); } else { _root._showScrollAll(); } } } on () { }
Symbol 20003 Button
on (press) { this.startDrag(false, 0, 0, Stage.width - this._width, Stage.height - this._height); } on (release, releaseOutside) { this.stopDrag(); } on () { }
Symbol 20004 Button
on (release) { this._Forward(); } on () { }
Instance of Symbol 19940 MovieClip [btnReduce] "btnReduce" in Symbol 19936 MovieClip [guiControl] Frame 1
onClipEvent (load) { this._visible = false; }
Symbol 19936 MovieClip [guiControl] Frame 1
function _Refresh() { _calcPosition(); } function _Back() { _root.slide.prevFrame(); _calcPosition(); } function _Forward() { _root.slide.nextFrame(); _calcPosition(); } function _calcPosition() { this.lblPages = (parseInt(_root.slide._currentframe) + "/") + parseInt(_root.slide._totalframes); } _Refresh();
Symbol 20005 Button
on (release) { _root.slide._width = _root.slide_max_width; _root.slide._height = _root.slide_max_height; _root.slide._x = (Stage.width / 2) - (_root.slide._width / 2); _root.slide._y = (Stage.height / 2) - (_root.slide._height / 2); _parent.btnExpand._visible = false; _parent.btnReduce._visible = true; if (_root.isScroll) { _root._showScrollAll(); } _root.isFullScale = 1; } on () { }
Symbol 20006 Button
on (release) { var _quotWidth = 0; var _quotHeight = 0; _quotWidth = Stage.width / _root.slide._width; _quotHeight = Stage.height / _root.slide._height; if (_quotHeight >= _quotWidth) { if (_quotWidth < _quotHeight) { _root.slide._width = Stage.width; _root.slide._height = _quotWidth * _root.slide._height; } } else { _root.slide._width = _quotHeight * _root.slide._width; _root.slide._height = Stage.height; } _root.slide._x = (Stage.width / 2) - (_root.slide._width / 2); _root.slide._y = (Stage.height / 2) - (_root.slide._height / 2); _parent.btnExpand._visible = true; _parent.btnReduce._visible = false; _root._hideScrollAll(); _root.isFullScale = 0; } on () { }
Symbol 20007 Button
on (rollOver) { _root.isScrolling = 1; } on (rollOut) { _root.isScrolling = 0; } on () { }
Symbol 20008 Button
on (rollOver) { _root.isScrolling = 5; } on (rollOut) { _root.isScrolling = 0; } on () { }
Symbol 20009 Button
on (rollOver) { _root.isScrolling = 2; } on (rollOut) { _root.isScrolling = 0; } on () { }
Symbol 20010 Button
on (rollOver) { _root.isScrolling = 6; } on (rollOut) { _root.isScrolling = 0; } on () { }
Symbol 20011 Button
on (rollOver) { _root.isScrolling = 3; } on (rollOut) { _root.isScrolling = 0; } on () { }
Symbol 20012 Button
on (rollOver) { _root.isScrolling = 7; } on (rollOut) { _root.isScrolling = 0; } on () { }
Symbol 20013 Button
on (rollOver) { _root.isScrolling = 4; } on (rollOut) { _root.isScrolling = 0; } on () { }
Symbol 20014 Button
on (rollOver) { _root.isScrolling = 8; } on (rollOut) { _root.isScrolling = 0; } on () { }
Symbol 20015 Button
on (press) { this.startDrag(false, 0, 0, Stage.width - this._width, Stage.height - this._height); } on (release, releaseOutside) { this.stopDrag(); } on () { }
Symbol 20016 Button
on (release) { _root.guiHelp._visible = false; } on () { }
Symbol 19960 MovieClip [slide] Frame 1
_root.slide_max_width = 1024; _root.slide_max_height = 640; if (!_root.isInitialized) { var _quotWidth = 0; var _quotHeight = 0; if (0 >= _root.slide_max_width) { _root.slide_max_width = 1; } if (0 >= _root.slide_max_height) { _root.slide_max_height = 1; } _root.slide._width = _root.slide_max_width; _root.slide._height = _root.slide_max_height; _quotWidth = Stage.width / _root.slide._width; _quotHeight = Stage.height / _root.slide._height; if (_quotHeight >= _quotWidth) { if (_quotWidth < _quotHeight) { _root.slide._width = Stage.width; _root.slide._height = _quotWidth * _root.slide._height; } } else { _root.slide._width = _quotHeight * _root.slide._width; _root.slide._height = Stage.height; } _root.slide._x = (Stage.width / 2) - (_root.slide._width / 2); _root.slide._y = (Stage.height / 2) - (_root.slide._height / 2); this.stop(); _root.isInitialized = 1; }

Library Items

Symbol 19962 GraphicUsed by:19998 20000
Symbol 19993 FontUsed by:19994
Symbol 19994 EditableTextUses:19993Used by:19998
Symbol 19998 MovieClip [loader]Uses:19962 19994Used by:Timeline
Symbol 19964 GraphicUsed by:20001
Symbol 19966 GraphicUsed by:20001
Symbol 19968 GraphicUsed by:20004
Symbol 19970 GraphicUsed by:20004
Symbol 19972 GraphicUsed by:20016
Symbol 19974 GraphicUsed by:20016
Symbol 19976 GraphicUsed by:20005
Symbol 19978 GraphicUsed by:20005
Symbol 19980 GraphicUsed by:20006
Symbol 19982 GraphicUsed by:20006
Symbol 19984 GraphicUsed by:20002
Symbol 19986 GraphicUsed by:20002
Symbol 19988 GraphicUsed by:20007 20008 20009 20010 20011 20012 20013 20014
Symbol 19990 GraphicUsed by:20007 20008 20009 20010 20011 20012 20013 20014
Symbol 19991 FontUsed by:19992
Symbol 19992 EditableTextUses:19991Used by:20003
Symbol 19995 BitmapUsed by:19996
Symbol 19996 GraphicUses:19995Used by:20015
Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:19960
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:19960
Symbol 5 BitmapUsed by:6
Symbol 6 GraphicUses:5Used by:19960
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:19960
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:19960
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:19960
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:19960
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:19960
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:19960
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:19960
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:19960
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:19960
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:19960
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:19960
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:19960
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:19960
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:19960
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:19960
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:19960
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:19960
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:19960
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:19960
Symbol 20000 ButtonUses:19962Used by:19936
Symbol 20001 ButtonUses:19964 19966Used by:19936
Symbol 20002 ButtonUses:19984 19986Used by:19936
Symbol 20003 ButtonUses:19992Used by:19936
Symbol 20004 ButtonUses:19968 19970Used by:19936
Symbol 19936 MovieClip [guiControl]Uses:20000 20001 19938 19940 20002 20003 20004Used by:Timeline
Symbol 20005 ButtonUses:19976 19978Used by:19938
Symbol 19938 MovieClip [btnExpand]Uses:20005Used by:19936
Symbol 20006 ButtonUses:19980 19982Used by:19940
Symbol 19940 MovieClip [btnReduce]Uses:20006Used by:19936
Symbol 20007 ButtonUses:19988 19990Used by:19942
Symbol 19942 MovieClip [scroll_left]Uses:20007Used by:Timeline
Symbol 20008 ButtonUses:19988 19990Used by:19944
Symbol 19944 MovieClip [scroll_leftTop]Uses:20008Used by:Timeline
Symbol 20009 ButtonUses:19988 19990Used by:19946
Symbol 19946 MovieClip [scroll_top]Uses:20009Used by:Timeline
Symbol 20010 ButtonUses:19988 19990Used by:19948
Symbol 19948 MovieClip [scroll_rightTop]Uses:20010Used by:Timeline
Symbol 20011 ButtonUses:19988 19990Used by:19950
Symbol 19950 MovieClip [scroll_right]Uses:20011Used by:Timeline
Symbol 20012 ButtonUses:19988 19990Used by:19952
Symbol 19952 MovieClip [scroll_rightBottom]Uses:20012Used by:Timeline
Symbol 20013 ButtonUses:19988 19990Used by:19954
Symbol 19954 MovieClip [scroll_bottom]Uses:20013Used by:Timeline
Symbol 20014 ButtonUses:19988 19990Used by:19956
Symbol 19956 MovieClip [scroll_leftBottom]Uses:20014Used by:Timeline
Symbol 20015 ButtonUses:19996Used by:19958
Symbol 20016 ButtonUses:19974 19972Used by:19958
Symbol 19958 MovieClip [guiHelp]Uses:20015 20016Used by:Timeline
Symbol 19960 MovieClip [slide]Uses:2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44Used by:Timeline

Instance Names

"_PreLoader"Frame 1Symbol 19998 MovieClip [loader]
"slide"Frame 3Symbol 19960 MovieClip [slide]
"scroll_left"Frame 3Symbol 19942 MovieClip [scroll_left]
"scroll_leftTop"Frame 3Symbol 19944 MovieClip [scroll_leftTop]
"scroll_top"Frame 3Symbol 19946 MovieClip [scroll_top]
"scroll_rightTop"Frame 3Symbol 19948 MovieClip [scroll_rightTop]
"scroll_right"Frame 3Symbol 19950 MovieClip [scroll_right]
"scroll_rightBottom"Frame 3Symbol 19952 MovieClip [scroll_rightBottom]
"scroll_bottom"Frame 3Symbol 19954 MovieClip [scroll_bottom]
"scroll_leftBottom"Frame 3Symbol 19956 MovieClip [scroll_leftBottom]
"guiControl"Frame 3Symbol 19936 MovieClip [guiControl]
"guiHelp"Frame 3Symbol 19958 MovieClip [guiHelp]
"ins_lblLoadermsg"Symbol 19998 MovieClip [loader] Frame 1Symbol 19994 EditableText
"btnExpand"Symbol 19936 MovieClip [guiControl] Frame 1Symbol 19938 MovieClip [btnExpand]
"btnReduce"Symbol 19936 MovieClip [guiControl] Frame 1Symbol 19940 MovieClip [btnReduce]
"ins_lblPages"Symbol 19936 MovieClip [guiControl] Frame 1Symbol 20003 Button

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 19998 as "loader"
ExportAssets (56)Timeline Frame 2Symbol 19936 as "guiControl"
ExportAssets (56)Timeline Frame 2Symbol 19938 as "btnExpand"
ExportAssets (56)Timeline Frame 2Symbol 19940 as "btnReduce"
ExportAssets (56)Timeline Frame 2Symbol 19942 as "scroll_left"
ExportAssets (56)Timeline Frame 2Symbol 19944 as "scroll_leftTop"
ExportAssets (56)Timeline Frame 2Symbol 19946 as "scroll_top"
ExportAssets (56)Timeline Frame 2Symbol 19948 as "scroll_rightTop"
ExportAssets (56)Timeline Frame 2Symbol 19950 as "scroll_right"
ExportAssets (56)Timeline Frame 2Symbol 19952 as "scroll_rightBottom"
ExportAssets (56)Timeline Frame 2Symbol 19954 as "scroll_bottom"
ExportAssets (56)Timeline Frame 2Symbol 19956 as "scroll_leftBottom"
ExportAssets (56)Timeline Frame 2Symbol 19958 as "guiHelp"
ExportAssets (56)Timeline Frame 2Symbol 19960 as "slide"

Labels

"↓ ここから先はカスタマイズ等、必要な時以外は編集しないでください ↓"Frame 3

Dynamic Text Variables

lblLoadermsgSymbol 19994 EditableText"Now Loading..."
lblPagesSymbol 19992 EditableText"000/000"




http://swfchan.com/28/137202/info.shtml
Created: 8/2 -2019 23:11:42 Last modified: 8/2 -2019 23:11:42 Server time: 29/04 -2024 04:56:46