Combined Code
movieClip 25 {
}
movieClip 26 {
frame 1 {
_parent.stop();
total = _parent.getBytesTotal();
loaded = _parent.getBytesLoaded();
percent = Math.floor((loaded / total) * 100);
longbar._xscale = percent;
if (percent / 100 >= 1) {
gotoAndPlay(3);
_parent.play();
}
}
frame 2 {
gotoAndPlay(1);
}
}
movieClip 28 {
}
instance black_bg_mc of movieClip 28 {
onClipEvent (rollOver) {
black_bg_mc.enabled = false;
this.useHandCursor = false;
}
}
movieClip 31 {
}
movieClip 34 {
}
movieClip 37 {
}
movieClip 38 {
frame 5 {
stop();
}
frame 10 {
stop();
}
}
movieClip 39 {
}
instance of movieClip 39 {
onClipEvent (load) {
this._parent.close_btn._visible = false;
}
onClipEvent (enterFrame) {
var d = 0.5;
this._parent.close_btn._x += (_root._xmouse - this._parent.close_btn._x) * d;
this._parent.close_btn._y += (_root._ymouse - this._parent.close_btn._y) * d;
updateAfterEvent();
}
onClipEvent (rollOver) {
useHandCursor = false;
this._parent.close_btn._visible = true;
}
onClipEvent (rollOut) {
this._parent.close_btn._visible = false;
}
onClipEvent (press) {
_parent._parent.zoom_img_load_swf._visible = false;
}
}
movieClip 41 {
}
movieClip 44 {
}
movieClip 45 {
frame 1 {
this.hitArea = hitarea_mc;
hitarea_mc._visible = false;
this.stop();
}
}
instance of movieClip 45 {
onClipEvent (load) {
this._parent.chara_drag._visible = false;
this._parent.close_btn._visible = false;
}
onClipEvent (enterFrame) {
var d = 0.5;
this._parent.chara_drag._x += (_root._xmouse - this._parent.chara_drag._x) * d;
this._parent.chara_drag._y += (_root._ymouse - this._parent.chara_drag._y) * d;
updateAfterEvent();
}
onClipEvent (rollOver) {
useHandCursor = false;
this._parent.chara_drag._visible = true;
}
onClipEvent (rollOut) {
this._parent.chara_drag._visible = false;
}
onClipEvent (press) {
this.startDrag(false, 516, 700, 516, 0);
_parent.chara_drag.gotoAndPlay('press');
}
onClipEvent (release) {
this.stopDrag(false, 516, 700, 516, 0);
_parent.chara_drag.gotoAndPlay('release');
}
}
frame 15 {
stop();
}