// Action script...
// [Action in Frame 1]
function slideshow()
{
slideShow_mc.play();
slide_mcholder.attachMovie("slide", "slide_mc", this.getNextHighestDepth());
attachSlideInv();
} // End of the function
function slideshowStop()
{
slideShow_mc.gotoAndStop("slideStop");
removeMovieClip (slide_mcholder.slide_mc);
btnInvH._y = 900;
slideMsn._alpha = 0;
} // End of the function
function eBotones()
{
one_mc.enabled = true;
two_mc.enabled = true;
three_mc.enabled = true;
four_mc.enabled = true;
five_mc.enabled = true;
six_mc.enabled = true;
seven_mc.enabled = true;
eight_mc.enabled = true;
nine_mc.enabled = true;
ten_mc.enabled = true;
} // End of the function
function fadeIN()
{
whiteBox_mc.play();
} // End of the function
function attachSlideInv()
{
btnInvH.attachMovie("btnInv", "btnInv.", this.getNextHighestDepth());
btnInvH._x = 3.513000E+002;
btnInvH._y = 2.187000E+002;
btnInvH.onRelease = function ()
{
trace ("slideshowStop();");
slideshowStop();
};
btnInvH.onRollOver = function ()
{
startDrag (slideMsn, true);
playMsn._alpha = 0;
slideMsn._alpha = 100;
};
btnInvH.onRollOut = function ()
{
slideMsn._alpha = 0;
};
} // End of the function
_global.$createTweenController = function ()
{
var _loc3 = _root.createEmptyMovieClip("__tweenController__", 123432);
_loc3.$_tweenPropList = new Array();
_loc3.$_tTime = getTimer();
_loc3.onEnterFrame = _global.$updateTweens;
};
ASSetPropFlags(_global, "$createTweenController", 1, 0);
_global.$removeTweenController = function ()
{
delete _root.__tweenController__.$_tweenPropList;
delete _root.__tweenController__.$_tTime;
delete _root.__tweenController__.onEnterFrame;
_root.__tweenController__.removeMovieClip();
};
ASSetPropFlags(_global, "$removeTweenController", 1, 0);
_global.$addTween = function (mtarget, prop, propDest, timeSeconds, animType, delay, callback, extra1, extra2, extras)
{
if (timeSeconds == undefined)
{
timeSeconds = 0;
} // end if
if (animType == undefined || animType == "")
{
animType = "easeOutExpo";
} // end if
if (delay == undefined)
{
delay = 0;
} // end if
if (typeof(prop) == "string")
{
var _loc7 = [prop];
var _loc11 = [mtarget[prop]];
var _loc9 = [propDest];
}
else
{
_loc7 = [];
_loc11 = [];
_loc9 = [];
for (var _loc32 in prop)
{
_loc11.push(mtarget[prop[_loc32]]);
} // end of for...in
for (var _loc32 in prop)
{
_loc7.push(prop[_loc32]);
} // end of for...in
for (var _loc32 in propDest)
{
_loc9.push(propDest[_loc32]);
} // end of for...in
} // end else if
var _loc12 = false;
if (_root.__tweenController__ == undefined)
{
_global.$createTweenController();
} // end if
var _loc4 = _root.__tweenController__.$_tweenPropList;
var _loc8 = _root.__tweenController__.$_tTime;
for (var _loc32 in _loc11)
{
if (_loc9[_loc32] != undefined && !mtarget.$_isTweenLocked)
{
if (mtarget.$_tweenCount > 0)
{
for (var _loc3 = 0; _loc3 < _loc4.length; ++_loc3)
{
if (_loc4[_loc3]._targ == mtarget && _loc4[_loc3]._prop == _loc7[_loc32])
{
if (_loc8 + delay * 1000 < _loc4[_loc3]._timeDest)
{
_loc4.splice(_loc3, 1);
--_loc3;
--mtarget.$_tweenCount;
} // end if
} // end if
} // end of for
} // end if
_loc4.push({_prop: _loc7[_loc32], _targ: mtarget, _propStart: undefined, _propDest: _loc9[_loc32], _timeStart: _loc8, _timeDest: _loc8 + timeSeconds * 1000, _animType: animType, _extra1: extra1, _extra2: extra2, _extras: extras, _delay: delay, _isPaused: false, _timePaused: 0, _callback: _loc12 ? (undefined) : (callback)});
mtarget.$_tweenCount = mtarget.$_tweenCount > 0 ? (mtarget.$_tweenCount + 1) : (1);
_loc12 = true;
} // end if
} // end of for...in
ASSetPropFlags(mtarget, "$_tweenCount", 1, 0);
};
ASSetPropFlags(_global, "$addTween", 1, 0);
_global.$updateTweens = function ()
{
var _loc8 = this.$_tTime = getTimer();
for (var _loc6 = 0; _loc6 < this.$_tweenPropList.length; ++_loc6)
{
var _loc3 = this.$_tweenPropList[_loc6];
if (_loc3._targ.toString() == undefined)
{
this.$_tweenPropList.splice(_loc6, 1);
--_loc6;
continue;
} // end if
if (_loc3._timeStart + _loc3._delay * 1000 <= _loc8 && !_loc3._isPaused)
{
if (_loc3._propStart == undefined)
{
if (_loc3._prop.substr(0, 10) == "__special_")
{
if (_loc3._prop == "__special_mc_frame__")
{
_loc3._propStart = _loc3._targ._currentframe;
}
else if (_loc3._prop == "__special_mc_ra__")
{
_loc3._propStart = new Color(_loc3._targ).getTransform().ra;
}
else if (_loc3._prop == "__special_mc_rb__")
{
_loc3._propStart = new Color(_loc3._targ).getTransform().rb;
}
else if (_loc3._prop == "__special_mc_ga__")
{
_loc3._propStart = new Color(_loc3._targ).getTransform().ga;
}
else if (_loc3._prop == "__special_mc_gb__")
{
_loc3._propStart = new Color(_loc3._targ).getTransform().gb;
}
else if (_loc3._prop == "__special_mc_ba__")
{
_loc3._propStart = new Color(_loc3._targ).getTransform().ba;
}
else if (_loc3._prop == "__special_mc_bb__")
{
_loc3._propStart = new Color(_loc3._targ).getTransform().bb;
}
else if (_loc3._prop == "__special_mc_aa__")
{
_loc3._propStart = new Color(_loc3._targ).getTransform().aa;
}
else if (_loc3._prop == "__special_mc_ab__")
{
_loc3._propStart = new Color(_loc3._targ).getTransform().ab;
}
else if (_loc3._prop == "__special_text_r__")
{
_loc3._propStart = _loc3._targ.textColor >> 16;
}
else if (_loc3._prop == "__special_text_g__")
{
_loc3._propStart = (_loc3._targ.textColor & 65280) >> 8;
}
else if (_loc3._prop == "__special_text_b__")
{
_loc3._propStart = _loc3._targ.textColor & 255;
}
else if (_loc3._prop == "__special_sound_volume__")
{
_loc3._propStart = _loc3._targ.getVolume();
}
else if (_loc3._prop == "__special_sound_pan__")
{
_loc3._propStart = _loc3._targ.getPan();
}
else if (_loc3._prop == "__special_bst_t__")
{
_loc3._propStart = 0;
_loc3._extras.__special_bst_ix__ = _loc3._targ._x;
_loc3._extras.__special_bst_iy__ = _loc3._targ._y;
}
else if (_loc3._prop == "__special_blur_x__")
{
for (var _loc5 = 0; _loc5 < _loc3._targ.filters.length; ++_loc5)
{
if (_loc3._targ.filters[_loc5] instanceof flash.filters.BlurFilter)
{
_loc3._propStart = _loc3._targ.filters[_loc5].blurX;
} // end if
} // end of for
if (_loc3._propStart == undefined)
{
_loc3._propStart = 0;
} // end if
}
else if (_loc3._prop == "__special_blur_y__")
{
for (var _loc5 = 0; _loc5 < _loc3._targ.filters.length; ++_loc5)
{
if (_loc3._targ.filters[_loc5] instanceof flash.filters.BlurFilter)
{
_loc3._propStart = _loc3._targ.filters[_loc5].blurY;
} // end if
} // end of for
if (_loc3._propStart == undefined)
{
_loc3._propStart = 0;
} // end if
}
else if (_loc3._prop == "__special_glow_color__")
{
for (var _loc5 = 0; _loc5 < _loc3._targ.filters.length; ++_loc5)
{
if (_loc3._targ.filters[_loc5] instanceof flash.filters.GlowFilter)
{
_loc3._propStart = _loc3._targ.filters[_loc5].color;
} // end if
} // end of for
if (_loc3._propStart == undefined)
{
_loc3._propStart = 16777215;
} // end if
}
else if (_loc3._prop == "__special_glow_alpha__")
{
for (var _loc5 = 0; _loc5 < _loc3._targ.filters.length; ++_loc5)
{
if (_loc3._targ.filters[_loc5] instanceof flash.filters.GlowFilter)
{
_loc3._propStart = _loc3._targ.filters[_loc5].alpha;
} // end if
} // end of for
if (_loc3._propStart == undefined)
{
_loc3._propStart = 1;
} // end if
}
else if (_loc3._prop == "__special_glow_blurX__")
{
for (var _loc5 = 0; _loc5 < _loc3._targ.filters.length; ++_loc5)
{
if (_loc3._targ.filters[_loc5] instanceof flash.filters.GlowFilter)
{
_loc3._propStart = _loc3._targ.filters[_loc5].blurX;
} // end if
} // end of for
if (_loc3._propStart == undefined)
{
_loc3._propStart = 0;
} // end if
}
else if (_loc3._prop == "__special_glow_blurY__")
{
for (var _loc5 = 0; _loc5 < _loc3._targ.filters.length; ++_loc5)
{
if (_loc3._targ.filters[_loc5] instanceof flash.filters.GlowFilter)
{
_loc3._propStart = _loc3._targ.filters[_loc5].blurY;
} // end if
} // end of for
if (_loc3._propStart == undefined)
{
_loc3._propStart = 0;
} // end if
}
else if (_loc3._prop == "__special_glow_strength__")
{
for (var _loc5 = 0; _loc5 < _loc3._targ.filters.length; ++_loc5)
{
if (_loc3._targ.filters[_loc5] instanceof flash.filters.GlowFilter)
{
_loc3._propStart = _loc3._targ.filters[_loc5].strength;
} // end if
} // end of for
if (_loc3._propStart == undefined)
{
_loc3._propStart = 1;
} // end if
}
else if (_loc3._prop == "__special_bevel_distance__")
{
for (var _loc5 = 0; _loc5 < _loc3._targ.filters.length; ++_loc5)
{
if (_loc3._targ.filters[_loc5] instanceof flash.filters.BevelFilter)
{
_loc3._propStart = _loc3._targ.filters[_loc5].distance;
} // end if
} // end of for
if (_loc3._propStart == undefined)
{
_loc3._propStart = 0;
} // end if
}
else if (_loc3._prop