Instance of Symbol 1 MovieClip "SingleSwfPreloaderPage" in Frame 1
onClipEvent (load) {
}
Frame 2
pageHistoryArray = ["Seite1"];
loadedSoundsArray = [];
soundAssetName = "TurningHeads2_mp3.swf";
var temp = new Object();
temp.levelReference = new Object();
temp.levelReference.soundObj = new Sound(_root);
temp.levelReference.soundObj.attachSound(soundAssetName);
temp.levelReference.soundObj.isPlaying = false;
temp.soundFileName = soundAssetName;
temp.levelReference.StartEternalLoop = function () {
soundObj.start(startPos / 1000, 1000000);
};
_level0.loadedSoundsArray.push(temp);
stop();
Instance of Symbol 26 MovieClip "Seite1" in Frame 2
onClipEvent (load) {
}
Symbol 14 MovieClip Frame 1
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 2
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 3
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 4
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 5
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 6
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 7
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 8
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 9
thisFrameDelay = 500;
stop();
Symbol 14 MovieClip Frame 10
thisFrameDelay = 500;
stop();
Symbol 1 MovieClip Frame 1
isFirstShownPage = false;
Symbol 1 MovieClip Frame 3
play();
Instance of Symbol 14 MovieClip "Seite1_Preloader" in Symbol 1 MovieClip Frame 5
onClipEvent (load) {
autoStart = 1;
autoRepeat = 0;
thisFrameShowTime = 0;
thisFrameDelay = 500;
isPreloader = 0;
function SetProgress(completion) {
progressFrame = Math.floor(completion * _totalframes) + 1;
}
function StopIt() {
isStopped = true;
isPaused = false;
isEnded = false;
OnStop();
}
function StartIt() {
if ((isStopped || (isPaused)) || (isEnded)) {
thisFrameShowTime = getTimer();
OnStart();
}
if (isStopped) {
gotoAndStop (1);
}
isStopped = false;
isPaused = false;
isEnded = false;
}
function PauseIt() {
isPaused = true;
}
isStopped = true;
isPaused = false;
isEnded = false;
progressFrame = 1;
}
onClipEvent (enterFrame) {
if (isPreloader && (!autoRepeat)) {
gotoAndStop(progressFrame);
return(undefined);
}
if ((!hasBeenAutoStarted) && (autoStart)) {
StartIt();
hasBeenAutoStarted = true;
}
if (isPaused || (isStopped)) {
return(undefined);
}
if (isEnded && (!autoRepeat)) {
return(undefined);
}
timeNow = getTimer();
if (timeNow >= (thisFrameShowTime + thisFrameDelay)) {
if (((_currentframe == _totalframes) && (!isEnded)) && (!autoRepeat)) {
OnStop();
isEnded = true;
return(undefined);
}
thisFrameShowTime = timeNow;
play();
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
fullWidth = _width;
fullHeight = _height;
originalWidth = _width;
originalHeight = _height;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = true;
_visible = true;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Symbol 1 MovieClip Frame 7
preloaderPath = "_root.SingleSwfPreloaderPage.preloader";
var fileBytesTotal = _root.getBytesTotal();
var fileBytesLoaded = _root.getBytesLoaded();
var fileLoadCompletionValue;
if (fileBytesLoaded >= fileBytesTotal) {
fileLoadCompletionValue = 1;
} else {
fileLoadCompletionValue = fileBytesLoaded / fileBytesTotal;
}
if (fileLoadCompletionValue != 1) {
var preloaderGif = eval (preloaderPath);
if (preloaderGif) {
preloaderGif._visible = true;
preloaderGif.StartIt();
preloaderGif.SetProgress(fileLoadCompletionValue);
}
prevFrame();
play();
} else {
var preloaderGif = eval (preloaderPath);
if (preloaderGif) {
preloaderGif._visible = false;
preloaderGif.StopIt();
}
_visible = false;
stop();
}
Symbol 1 MovieClip Frame 8
_visible = false;
stop();
Symbol 33 Button
on (rollOver, rollOut, press, release) {
}
Instance of Symbol 102 MovieClip "MaskedPictureSprite" in Symbol 99 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 107 MovieClip "MaskedPictureSprite" in Symbol 104 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 112 MovieClip "MaskedPictureSprite" in Symbol 109 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 117 MovieClip "MaskedPictureSprite" in Symbol 114 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 122 MovieClip "MaskedPictureSprite" in Symbol 119 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 127 MovieClip "MaskedPictureSprite" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 132 MovieClip "MaskedPictureSprite" in Symbol 129 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 137 MovieClip "MaskedPictureSprite" in Symbol 134 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 142 MovieClip "MaskedPictureSprite" in Symbol 139 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 147 MovieClip "MaskedPictureSprite" in Symbol 144 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 152 MovieClip "MaskedPictureSprite" in Symbol 149 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 156 MovieClip "MaskedPictureSprite" in Symbol 153 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 160 MovieClip "MaskedPictureSprite" in Symbol 157 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 164 MovieClip "MaskedPictureSprite" in Symbol 161 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 169 MovieClip "MaskedPictureSprite" in Symbol 166 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 174 MovieClip "MaskedPictureSprite" in Symbol 171 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 179 MovieClip "MaskedPictureSprite" in Symbol 176 MovieClip Frame 1
onClipEvent (load) {
}
Instance of Symbol 184 MovieClip "MaskedPictureSprite" in Symbol 181 MovieClip Frame 1
onClipEvent (load) {
}
Symbol 26 MovieClip Frame 1
isFirstShownPage = true;
Symbol 26 MovieClip Frame 3
play();
Instance of Symbol 29 MovieClip "theToolTip" in Symbol 26 MovieClip Frame 4
onClipEvent (load) {
function SetText(newString) {
newString = String(newString);
var _local2;
while (true) {
_local2 = newString.indexOf("\r\n", _local2);
if (_local2 == -1) {
break;
}
var _local5 = newString.substr(0, _local2);
var _local4 = newString.substr(_local2 + 1);
newString = _local5 + _local4;
}
if (newString == textField) {
return(undefined);
}
this._width = 96;
var _local6 = new TextFormat();
_local6.font = "_sans";
_local6.align = "left";
_local6.bold = false;
_local6.bullet = false;
_local6.blockIndent = 0;
_local6.indent = 0;
_local6.italic = false;
_local6.kerning = true;
_local6.leading = 0;
_local6.leftMargin = 0;
_local6.letterSpacing = 0;
_local6.rightMargin = 0;
_local6.underline = false;
_local6.size = 11;
var _local7 = _local6.getTextExtent(newString);
this._width = _local7.textFieldWidth;
textField = newString;
}
function GetText() {
return(textField);
}
_visible = false;
}
onClipEvent (load) {
}
Symbol 26 MovieClip Frame 4
if (!_level0.delayedActionsQueue) {
_level0.delayedActionsQueue = new Array();
}
if (_level0.Seite1.currentCursorType ne "hand") {
if (_level0.Seite1.currentCursorType eq "none") {
Mouse.hide();
}
_root.Seite1.invisibleButton._visible = false;
}
fullAlpha = 100;
fullX = 0;
fullY = 0;
effectX = 0;
effectY = 0;
fullXscale = 100;
fullYscale = 100;
effectXscale = 1;
effectYscale = 1;
fullWidth = 600;
fullHeight = 450;
totalRotation = 0;
rotCenterX = 300;
rotCenterY = 225;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
_visible = isFirstShownPage;
visibleState = isFirstShownPage;
enableEffectOverlay = false;
Instance of Symbol 34 MovieClip "Seite1_Action23" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1700);
}
actionTargetName = "_root.Seite1.Seite1_jackson1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1700;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 35 MovieClip "Seite1_Action17" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_logo";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 0;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.effectAlpha = 0;
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectAlpha = effectCompletion;
} else {
targetSprite.effectAlpha = 1 - effectCompletion;
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
targetSprite.effectAlpha = 1;
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite._visible = true;
targetSprite.effectAlpha = 1;
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 37 MovieClip "Seite1_Action" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
swfSoundFileName = "TurningHeads2_mp3.swf";
streamingSound = false;
repeat = false;
cancelCurrentSounds = false;
function DoIt() {
if (streamingSound) {
var soundIsLoaded = false;
var i = (_level0.loadedSoundsArray.length - 1);
while (i >= 0) {
if (_level0.loadedSoundsArray[i].soundFileName == swfSoundFileName) {
soundIsLoaded = true;
_level0.loadedSoundsArray[i].levelReference.soundObj.loadSound(swfSoundFileName, true);
_level0.loadedSoundsArray[i].levelReference.soundObj.isPlaying = true;
break;
}
i--;
}
if (!soundIsLoaded) {
_level0.loadedSoundsArray.push(new Object());
_level0.loadedSoundsArray[_level0.loadedSoundsArray.length - 1].levelReference = new Object();
_level0.loadedSoundsArray[_level0.loadedSoundsArray.length - 1].levelReference.soundObj = new Sound();
_level0.loadedSoundsArray[_level0.loadedSoundsArray.length - 1].soundFileName = swfSoundFileName;
_level0.loadedSoundsArray[_level0.loadedSoundsArray.length - 1].isStreamingSound = true;
_level0.loadedSoundsArray[_level0.loadedSoundsArray.length - 1].levelReference.soundObj.loadSound(swfSoundFileName, true);
_level0.loadedSoundsArray[_level0.loadedSoundsArray.length - 1].levelReference.soundObj.isPlaying = true;
}
}
var i = 0;
while (i < _level0.loadedSoundsArray.length) {
if (_level0.loadedSoundsArray[i].soundFileName == swfSoundFileName) {
soundObjRef = _level0.loadedSoundsArray[i].levelReference.soundObj;
_level0.loadedSoundsArray[i].soundActionRef = this;
if (soundObjRef.isPlaying) {
if (!cancelCurrentSounds) {
return(undefined);
}
if (!streamingSound) {
StopIt();
}
}
if (!startPos) {
startPos = 0;
}
soundObjRef.onSoundComplete = this.SoundHasCompleted;
if (repeat) {
if (startPos == 0) {
soundObjRef.start(startPos / 1000, 1000000);
} else {
soundObjRef.onSoundComplete = _level0.loadedSoundsArray[i].levelReference.StartEternalLoop();
soundObjRef.start(startPos / 1000);
}
} else {
soundObjRef.start(startPos / 1000);
}
OnStart();
soundObjRef.isPlaying = true;
startPos = 0;
if (!cancelCurrentSounds) {
return;
}
} else if (cancelCurrentSounds) {
if (_level0.loadedSoundsArray[i].levelReference.soundObj.isPlaying) {
if (_level0.loadedSoundsArray[i].soundActionRef.soundObjRef) {
_level0.loadedSoundsArray[i].soundActionRef.StopIt();
} else if (_level0.loadedSoundsArray[i].isStreamingSound) {
_level0.loadedSoundsArray[i].levelReference.soundObj.loadSound("", false);
_level0.loadedSoundsArray[i].levelReference.soundObj.stop();
_level0.loadedSoundsArray.splice(i, 1);
i--;
} else {
_level0.loadedSoundsArray[i].levelReference.soundObj.stop();
_level0.loadedSoundsArray[i].levelReference.soundObj.isPlaying = false;
}
}
}
i++;
}
}
function SoundHasCompleted() {
StopIt();
}
function StartIt() {
DoIt();
}
function StopIt() {
if (soundObjRef) {
startPos = 0;
if (!streamingSound) {
soundObjRef.stop();
} else {
soundObjRef.loadSound("", false);
soundObjRef.stop();
var i = (_level0.loadedSoundsArray.length - 1);
while (i >= 0) {
if (_level0.loadedSoundsArray[i].soundFileName == swfSoundFileName) {
_level0.loadedSoundsArray.splice(i, 1);
soundObjRef = null;
OnStop();
return(undefined);
}
i--;
}
}
if (soundObjRef.isPlaying == true) {
soundObjRef.isPlaying = false;
OnStop();
}
}
}
function PauseIt() {
if (soundObjRef && (soundObjRef.isPlaying)) {
startPos = soundObjRef.position;
temp = soundObjRef.onSoundComplete;
soundObjRef.onSoundComplete = 0;
soundObjRef.stop();
soundObjRef.onSoundComplete = temp;
soundObjRef.isPlaying = false;
}
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 38 MovieClip "Seite1_Action08" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_sparta1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 39 MovieClip "Seite1_Action06" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_berlusconi1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 40 MovieClip "Seite1_Action27" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_jackson1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 41 MovieClip "Seite1_Action10" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1630);
}
actionTargetName = "_root.Seite1.Seite1_pommesgott";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1630;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 42 MovieClip "Seite1_Action09" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_sparta1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 43 MovieClip "Seite1_Action11" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_sarazzin";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 44 MovieClip "Seite1_Action12" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_kohl";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 45 MovieClip "Seite1_Action13" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_berlusconi1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 46 MovieClip "Seite1_Action16" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_pommesgott";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 47 MovieClip "Seite1_Action33" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_sarazzin";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 48 MovieClip "Seite1_Action15" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_kohl";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 49 MovieClip "Seite1_Action34" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(0);
}
actionTargetName = "_root.Seite1.Seite1_darthvader";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 0;
velocType = 0;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
targetSprite._visible = true;
return(false);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
targetSprite._visible = false;
return(false);
}
return(false);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 50 MovieClip "Seite1_Action25" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_darthvader01";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 51 MovieClip "Seite1_Action35" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_darthvader02";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 52 MovieClip "Seite1_Action42" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_darthvader03";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 53 MovieClip "Seite1_Action36" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_darthvader2";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 54 MovieClip "Seite1_Action41" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_darthvader2";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 55 MovieClip "Seite1_Action39" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_darthvader03";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 56 MovieClip "Seite1_Action40" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_darthvader01";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 57 MovieClip "Seite1_Action45" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_darthvader02";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 58 MovieClip "Seite1_Action20" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(0);
}
actionTargetName = "_root.Seite1.Seite1_versace";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 0;
velocType = 0;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
targetSprite._visible = true;
return(false);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
targetSprite._visible = false;
return(false);
}
return(false);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 59 MovieClip "Seite1_Action03" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(0);
}
actionTargetName = "_root.Seite1.Seite1_amywinehouse";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 0;
velocType = 0;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
targetSprite._visible = true;
return(false);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
targetSprite._visible = false;
return(false);
}
return(false);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 60 MovieClip "Seite1_Action02" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_darthvader";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 61 MovieClip "Seite1_Action07" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_kohl";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 62 MovieClip "Seite1_Action18" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_amywinehouse";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 63 MovieClip "Seite1_Action21" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_versace";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 64 MovieClip "Seite1_Action19" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_sarazzin";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 65 MovieClip "Seite1_Action26" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_kohl";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 66 MovieClip "Seite1_Action22" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_jackson1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 67 MovieClip "Seite1_Action37" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_sparta1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 68 MovieClip "Seite1_Action43" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_sarazzin";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 69 MovieClip "Seite1_Action30" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_pommesgott";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 70 MovieClip "Seite1_Action29" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_jackson1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 71 MovieClip "Seite1_Action32" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_berlusconi1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 72 MovieClip "Seite1_Action31" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_sparta1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 73 MovieClip "Seite1_Action24" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_pommesgott";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 74 MovieClip "Seite1_Action28" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_berlusconi1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 75 MovieClip "Seite1_Action04" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(0);
}
actionTargetName = "_root.Seite1.Seite1__93_elton_john_071708";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 0;
velocType = 0;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
targetSprite._visible = true;
return(false);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
targetSprite._visible = false;
return(false);
}
return(false);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 76 MovieClip "Seite1_Action01" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(0);
}
actionTargetName = "_root.Seite1.Seite1__93_elton_john_071708";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 0;
velocType = 0;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
targetSprite._visible = true;
return(false);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
targetSprite._visible = false;
return(false);
}
return(false);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 77 MovieClip "Seite1_Action05" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(0);
}
actionTargetName = "_root.Seite1.Seite1_angschi";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 0;
velocType = 0;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
targetSprite._visible = true;
return(false);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
targetSprite._visible = false;
return(false);
}
return(false);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 78 MovieClip "Seite1_Action38" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(0);
}
actionTargetName = "_root.Seite1.Seite1_yodamerkel";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 0;
velocType = 0;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
targetSprite._visible = true;
return(false);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
targetSprite._visible = false;
return(false);
}
return(false);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 79 MovieClip "Seite1_Action14" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_yodamerkel";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 0;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.effectAlpha = 0;
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectAlpha = effectCompletion;
} else {
targetSprite.effectAlpha = 1 - effectCompletion;
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
targetSprite.effectAlpha = 1;
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite._visible = true;
targetSprite.effectAlpha = 1;
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 80 MovieClip "Seite1_Action44" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_angschi";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 0;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.effectAlpha = 0;
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectAlpha = effectCompletion;
} else {
targetSprite.effectAlpha = 1 - effectCompletion;
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
targetSprite.effectAlpha = 1;
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite._visible = true;
targetSprite.effectAlpha = 1;
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 81 MovieClip "Seite1_Action59" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_pommesgott";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 82 MovieClip "Seite1_Action46" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_kohl";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 83 MovieClip "Seite1_Action47" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_sparta1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 84 MovieClip "Seite1_Action54" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1500);
}
actionTargetName = "_root.Seite1.Seite1_berlusconi1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1500;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 85 MovieClip "Seite1_Action61" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_pommesgott";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 86 MovieClip "Seite1_Action53" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1700);
}
actionTargetName = "_root.Seite1.Seite1_jackson1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1700;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 87 MovieClip "Seite1_Action48" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_kohl";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 88 MovieClip "Seite1_Action52" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(1728);
}
actionTargetName = "_root.Seite1.Seite1_sarazzin";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 1728;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 89 MovieClip "Seite1_Action49" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_sparta1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 90 MovieClip "Seite1_Action50" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_kohl";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 91 MovieClip "Seite1_Action55" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_berlusconi1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 92 MovieClip "Seite1_Action58" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_jackson1";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 93 MovieClip "Seite1_Action56" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2000);
}
actionTargetName = "_root.Seite1.Seite1_sarazzin";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2000;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 94 MovieClip "Seite1_Action60" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(2038);
}
actionTargetName = "_root.Seite1.Seite1_kinder";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 2038;
velocType = 1;
show = true;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 360;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 95 MovieClip "Seite1_Action57" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function GetDuration() {
return(3500);
}
actionTargetName = "_root.Seite1.Seite1_kinder";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 3500;
velocType = 1;
show = false;
function DoIt() {
if (show) {
var targetSprite = eval (actionTargetName);
trace("DoIt show, target = " + targetSprite);
trace("DoIt show, action = " + this);
trace("DoIt show, action parent = " + _parent);
}
var timeNow = getTimer();
if (EffectInit()) {
actionDuration = GetDuration();
actionStartTime = timeNow;
actionIsRunning = true;
}
}
function StartIt() {
DoIt();
}
degreesToRotate = 720;
fancyRotate = true;
function EffectInit() {
var targetSprite = eval (actionTargetName);
if (show && (!targetSprite.visibleState)) {
if (targetSprite.runningActions.hideActionObj) {
targetSprite.runningActions.hideActionObj.Cancel();
}
targetSprite.runningActions.showActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = true;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
targetSprite.effectXscale = 0;
targetSprite.effectYscale = 0;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
rotationAtEffectStart = originalRotation + degreesToRotate;
if (targetSprite.pageChangeAlphaOld != undefined) {
targetSprite.effectAlpha = targetSprite.pageChangeAlphaOld;
targetSprite.pageChangeAlphaOld = undefined;
}
targetSprite.OnShow();
return(true);
}
if ((!show) && (targetSprite.visibleState)) {
if (targetSprite.runningActions.showActionObj) {
targetSprite.runningActions.showActionObj.Cancel();
}
targetSprite.runningActions.hideActionObj = this;
if (targetSprite.runningActions.animationTrackActionObj) {
targetSprite.runningActions.animationTrackActionObj.Cancel();
}
var iter;
for (iter in targetSprite.runningActions.setPropertyActions) {
targetSprite.runningActions.setPropertyActions[iter].Cancel();
}
targetSprite.visibleState = false;
originalRotation = targetSprite.totalRotation;
originalRotCenterX = targetSprite.rotCenterX_userVal;
originalRotCenterY = targetSprite.rotCenterY_userVal;
offsetX = targetSprite.rotCenterCorrectionX;
offsetY = targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(originalRotation);
offsetX = offsetX - targetSprite.rotCenterCorrectionX;
offsetY = offsetY - targetSprite.rotCenterCorrectionY;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
rotationAtEffectStart = originalRotation;
targetSprite.OnHide();
return(true);
}
return(false);
}
function EffectFunc(effectCompletion) {
if (velocType == 1) {
effectCompletion = 0.5 - (Math.cos(effectCompletion * Math.PI) * 0.5);
} else if (velocType == 3) {
effectCompletion = Math.pow(effectCompletion, 3);
} else if (velocType == 7) {
effectCompletion = (-1 * Math.pow(1 - effectCompletion, 3)) + 1;
}
var targetSprite = eval (actionTargetName);
if ((fancyRotate && (!show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = -0.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = -0.3 + (1.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
} else if ((fancyRotate && (show)) && (effectCompletion != 1)) {
if (effectCompletion <= 0.5) {
effectCompletion = 1.3 * Math.sin(effectCompletion * Math.PI);
} else {
effectCompletion = 1.3 - (0.3 * (1 - Math.sin(effectCompletion * Math.PI)));
}
}
if (show == 1) {
targetSprite._visible = true;
targetSprite.effectXscale = effectCompletion;
targetSprite.effectYscale = effectCompletion;
targetSprite.effectX = offsetX + (((1 - effectCompletion) * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + (((1 - effectCompletion) * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * (-degreesToRotate)));
} else {
targetSprite.effectXscale = 1 - effectCompletion;
targetSprite.effectYscale = 1 - effectCompletion;
targetSprite.effectX = offsetX + ((effectCompletion * targetSprite.fullWidth) * 0.5);
targetSprite.effectY = offsetY + ((effectCompletion * targetSprite.fullHeight) * 0.5);
targetSprite.SetRotateCenter(0, 0);
targetSprite.SetRotation(rotationAtEffectStart + (effectCompletion * degreesToRotate));
}
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
EffectFunc(1);
var targetSprite = eval (actionTargetName);
if (!show) {
targetSprite._visible = false;
}
targetSprite.effectXscale = 1;
targetSprite.effectYscale = 1;
targetSprite.effectX = 0;
targetSprite.effectY = 0;
targetSprite.SetRotateCenter(originalRotCenterX, originalRotCenterY);
targetSprite.SetRotation(originalRotation);
if (!show) {
targetSprite.runningActions.hideActionObj = 0;
} else {
targetSprite.runningActions.showActionObj = 0;
}
actionIsRunning = false;
}
}
onClipEvent (enterFrame) {
if (actionIsRunning && (!actionIsPaused)) {
var timeNow = getTimer();
var timePassed = (timeNow - actionStartTime);
if (actionDuration < timePassed) {
if (repeat) {
var numbOfDurationsPassed = Math.floor(timePassed / actionDuration);
actionStartTime = actionStartTime + (numbOfDurationsPassed * actionDuration);
timePassed = timeNow - actionStartTime;
} else {
EffectFunc(1);
Cancel();
return(undefined);
}
}
var completion = (timePassed / actionDuration);
if (completion >= 1) {
completion = 1;
}
EffectFunc(completion);
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 96 MovieClip "Seite1_Action51" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function DoIt() {
_root.Seite1.Seite1_Ressource01.StartIt();
}
function StartIt() {
DoIt();
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 97 MovieClip "Seite1_Ressource01" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
timerInstanceName = "_root.Seite1.theTimer";
actionIsRunning = false;
actionStartTime = "";
actionDuration = 36360;
targetArray = ["_root.Seite1.Seite1_Action23", "_root.Seite1.Seite1_Action17", "_root.Seite1.Seite1_Action", "_root.Seite1.Seite1_Action08", "_root.Seite1.Seite1_Action06", "_root.Seite1.Seite1_Action27", "_root.Seite1.Seite1_Action10", "_root.Seite1.Seite1_Action09", "_root.Seite1.Seite1_Action11", "_root.Seite1.Seite1_Action12", "_root.Seite1.Seite1_Action13", "_root.Seite1.Seite1_Action16", "_root.Seite1.Seite1_Action33", "_root.Seite1.Seite1_Action15", "_root.Seite1.Seite1_Action34", "_root.Seite1.Seite1_Action25", "_root.Seite1.Seite1_Action35", "_root.Seite1.Seite1_Action42", "_root.Seite1.Seite1_Action36", "_root.Seite1.Seite1_Action41", "_root.Seite1.Seite1_Action39", "_root.Seite1.Seite1_Action40", "_root.Seite1.Seite1_Action45", "_root.Seite1.Seite1_Action20", "_root.Seite1.Seite1_Action03", "_root.Seite1.Seite1_Action02", "_root.Seite1.Seite1_Action07", "_root.Seite1.Seite1_Action18", "_root.Seite1.Seite1_Action21", "_root.Seite1.Seite1_Action19", "_root.Seite1.Seite1_Action26", "_root.Seite1.Seite1_Action22", "_root.Seite1.Seite1_Action37", "_root.Seite1.Seite1_Action43", "_root.Seite1.Seite1_Action30", "_root.Seite1.Seite1_Action29", "_root.Seite1.Seite1_Action32", "_root.Seite1.Seite1_Action31", "_root.Seite1.Seite1_Action24", "_root.Seite1.Seite1_Action28", "_root.Seite1.Seite1_Action04", "_root.Seite1.Seite1_Action01", "_root.Seite1.Seite1_Action05", "_root.Seite1.Seite1_Action38", "_root.Seite1.Seite1_Action14", "_root.Seite1.Seite1_Action44", "_root.Seite1.Seite1_Action59", "_root.Seite1.Seite1_Action46", "_root.Seite1.Seite1_Action47", "_root.Seite1.Seite1_Action54", "_root.Seite1.Seite1_Action61", "_root.Seite1.Seite1_Action53", "_root.Seite1.Seite1_Action48", "_root.Seite1.Seite1_Action52", "_root.Seite1.Seite1_Action49", "_root.Seite1.Seite1_Action50", "_root.Seite1.Seite1_Action55", "_root.Seite1.Seite1_Action58", "_root.Seite1.Seite1_Action56", "_root.Seite1.Seite1_Action60", "_root.Seite1.Seite1_Action57", "_root.Seite1.Seite1_Action51"];
delayArray = [0, 0, 0, 1020, 1710, 1900, 2520, 2840, 3450, 4030, 4490, 5510, 5840, 6500, 8500, 8510, 9040, 9340, 9650, 11580, 11580, 11590, 11590, 12790, 13100, 13530, 14410, 14630, 15270, 15630, 16150, 16390, 17240, 17510, 17930, 18280, 18610, 19140, 19850, 20590, 21710, 21960, 22840, 23010, 23310, 23670, 24050, 24580, 25340, 25820, 25970, 26410, 26520, 27050, 27240, 27750, 27830, 28490, 29200, 30210, 32300, 36360];
timerIdArray = [];
function DoIt() {
if (actionIsRunning) {
Cancel();
}
var timeNow = getTimer();
var timer = eval (timerInstanceName);
timerIdArray = new Array();
var i = 0;
while (i < targetArray.length) {
var id = timer.SetTimer(eval (targetArray[i]), "DoIt", delayArray[i]);
timerIdArray.push(id);
i++;
}
var id = timer.SetTimer(this, "TimeLineFinished", delayArray[targetArray.length - 1] + 1);
timerIdArray.push(id);
actionIsRunning = true;
}
function TimeLineFinished() {
delete timerIdArray;
actionIsRunning = false;
}
function Cancel() {
if (!actionIsRunning) {
return(undefined);
}
var timer = eval (timerInstanceName);
var i = 0;
while (i < timerIdArray.length) {
timer.CancelTimer(timerIdArray[i]);
i++;
}
delete timerIdArray;
actionIsRunning = false;
}
function StartIt() {
if (actionIsRunning) {
Cancel();
}
DoIt();
}
function StopIt() {
Cancel();
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 99 MovieClip "Seite1_logo" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 550;
maskHeight = 400;
bitmapWidth = 550;
bitmapHeight = 400;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 550;
fullHeight = 400;
originalWidth = 550;
originalHeight = 400;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 104 MovieClip "Seite1_jackson1" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 90;
maskHeight = 126;
bitmapWidth = 90;
bitmapHeight = 126;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 90;
fullHeight = 126;
originalWidth = 90;
originalHeight = 126;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 109 MovieClip "Seite1_sparta1" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 92;
maskHeight = 161;
bitmapWidth = 92;
bitmapHeight = 161;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 92;
fullHeight = 161;
originalWidth = 92;
originalHeight = 161;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 114 MovieClip "Seite1_berlusconi1" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 90;
maskHeight = 127;
bitmapWidth = 90;
bitmapHeight = 127;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 90;
fullHeight = 127;
originalWidth = 90;
originalHeight = 127;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 119 MovieClip "Seite1_kohl" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 102;
maskHeight = 133;
bitmapWidth = 102;
bitmapHeight = 133;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 102;
fullHeight = 133;
originalWidth = 102;
originalHeight = 133;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 124 MovieClip "Seite1_pommesgott" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 121;
maskHeight = 143;
bitmapWidth = 121;
bitmapHeight = 143;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 121;
fullHeight = 143;
originalWidth = 121;
originalHeight = 143;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 129 MovieClip "Seite1_sarazzin" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 89;
maskHeight = 127;
bitmapWidth = 89;
bitmapHeight = 127;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 89;
fullHeight = 127;
originalWidth = 89;
originalHeight = 127;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 134 MovieClip "Seite1_angschi" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 245;
maskHeight = 294;
bitmapWidth = 245;
bitmapHeight = 294;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 245;
fullHeight = 294;
originalWidth = 245;
originalHeight = 294;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 139 MovieClip "Seite1_yodamerkel" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 725;
maskHeight = 549;
bitmapWidth = 725;
bitmapHeight = 549;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 725;
fullHeight = 549;
originalWidth = 725;
originalHeight = 549;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 144 MovieClip "Seite1_darthvader" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 266;
maskHeight = 385;
bitmapWidth = 266;
bitmapHeight = 385;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 266;
fullHeight = 385;
originalWidth = 266;
originalHeight = 385;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 149 MovieClip "Seite1_darthvader2" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 86;
maskHeight = 101;
bitmapWidth = 86;
bitmapHeight = 101;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 86;
fullHeight = 101;
originalWidth = 86;
originalHeight = 101;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(5);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 153 MovieClip "Seite1_darthvader01" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 86;
maskHeight = 101;
bitmapWidth = 86;
bitmapHeight = 101;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 86;
fullHeight = 101;
originalWidth = 86;
originalHeight = 101;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(-20);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 157 MovieClip "Seite1_darthvader02" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 86;
maskHeight = 101;
bitmapWidth = 86;
bitmapHeight = 101;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 86;
fullHeight = 101;
originalWidth = 86;
originalHeight = 101;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(15);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 161 MovieClip "Seite1_darthvader03" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 86;
maskHeight = 101;
bitmapWidth = 86;
bitmapHeight = 101;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 86;
fullHeight = 101;
originalWidth = 86;
originalHeight = 101;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 166 MovieClip "Seite1_amywinehouse" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 185;
maskHeight = 311;
bitmapWidth = 185;
bitmapHeight = 311;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 185;
fullHeight = 311;
originalWidth = 185;
originalHeight = 311;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 171 MovieClip "Seite1_versace" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 200;
maskHeight = 261;
bitmapWidth = 200;
bitmapHeight = 261;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 200;
fullHeight = 261;
originalWidth = 200;
originalHeight = 261;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 176 MovieClip "Seite1__93_elton_john_071708" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 293;
maskHeight = 473;
bitmapWidth = 293;
bitmapHeight = 473;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 293;
fullHeight = 473;
originalWidth = 293;
originalHeight = 473;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 181 MovieClip "Seite1_kinder" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
maskWidth = 168;
maskHeight = 266;
bitmapWidth = 168;
bitmapHeight = 266;
wrapAroundX = false;
wrapAroundY = false;
beingDraggedNow = false;
fullWidth = 168;
fullHeight = 266;
originalWidth = 168;
originalHeight = 266;
function getBounds(targetCoordSpace) {
var minPt = new Object();
minPt.x = 0;
minPt.y = 0;
localToGlobal(minPt);
targetCoordSpace.globalToLocal(minPt);
var maxPt = new Object();
maxPt.x = fullWidth;
maxPt.y = fullHeight;
localToGlobal(maxPt);
targetCoordSpace.globalToLocal(maxPt);
var retObj = new Object();
retObj.xMin = minPt.x;
retObj.yMin = minPt.y;
retObj.xMax = maxPt.x;
retObj.yMax = maxPt.y;
delete minPt;
delete maxPt;
return(retObj);
}
function XScroll(newXPos) {
MaskedPictureSprite._x = -newXPos;
}
function YScroll(newYPos) {
MaskedPictureSprite._y = -newYPos;
}
}
onClipEvent (load) {
isMouseTransp = false;
hitExact = true;
isHovered = false;
hasMouseCapture = false;
fullAlpha = 100;
_alpha = 100;
effectAlpha = 1;
fullX = _x;
fullY = _y;
effectX = 0;
effectY = 0;
fullXscale = _xscale;
fullYscale = _yscale;
effectXscale = 1;
effectYscale = 1;
rotCenterX = 0;
rotCenterY = 0;
rotCenterCorrectionX = 0;
rotCenterCorrectionY = 0;
function GetVisibleState() {
return(visibleState);
}
function SetVisibleState(b) {
visibleState = b;
_visible = b;
}
function GetFullX() {
return(fullX);
}
function SetFullX(x) {
fullX = x;
}
function GetFullY() {
return(fullY);
}
function SetFullY(y) {
fullY = y;
}
function GetFullAlpha() {
return(fullAlpha);
}
function SetFullAlpha(a) {
fullAlpha = a;
}
function GetSize() {
return((100 * fullWidth) / originalWidth);
}
function SetSize(s) {
fullWidth = (originalWidth * s) / 100;
fullHeight = (originalHeight * s) / 100;
fullXscale = (fullYscale = (100 * fullWidth) / originalWidth);
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullWidth() {
return(fullWidth);
}
function SetFullWidth(w) {
fullXscale = (100 * w) / originalWidth;
fullWidth = w;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetFullHeight() {
return(fullHeight);
}
function SetFullHeight(h) {
fullYscale = (100 * h) / originalHeight;
fullHeight = h;
SetRotateCenter(rotCenterX_userVal, rotCenterY_userVal);
SetRotation(totalRotation);
}
function GetRotCenterX() {
return(rotCenterX_userVal);
}
function SetRotCenterX(x) {
SetRotateCenter(x, rotCenterY_userVal);
}
function GetRotCenterY() {
return(rotCenterY_userVal);
}
function SetRotCenterY(y) {
SetRotateCenter(rotCenterX_userVal, y);
}
function GetRotation() {
return(totalRotation);
}
function GetColor() {
return(objectClr);
}
function SetColor(c) {
var _local3 = (c & 16711680) >> 16;
var _local6 = (c & 65280) >> 8;
var _local4 = c & 255;
objectClr = c;
var _local5 = new Color(this);
_local5.setRGB(((_local4 << 16) + (_local6 << 8)) + _local3);
}
function SetRotateCenter(x, y) {
rotCenterX_userVal = x;
rotCenterY_userVal = y;
rotCenterX = ((getBounds(this).xMin + (fullWidth / 2)) * effectXscale) + x;
rotCenterY = ((getBounds(this).yMin + (fullHeight / 2)) * effectYscale) + y;
origoToRotCenterDist = Math.sqrt((rotCenterX * rotCenterX) + (rotCenterY * rotCenterY));
if (!origoToRotCenterDist) {
origoToRotCenterAngle = 0;
} else if (rotCenterY >= 0) {
origoToRotCenterAngle = Math.acos(rotCenterX / origoToRotCenterDist);
} else {
origoToRotCenterAngle = -Math.acos(rotCenterX / origoToRotCenterDist);
}
}
function SetRotation(degrees) {
var _local1 = origoToRotCenterAngle + ((degrees * Math.PI) / 180);
var _local3 = Math.cos(_local1) * origoToRotCenterDist;
var _local2 = Math.sin(_local1) * origoToRotCenterDist;
rotCenterCorrectionX = rotCenterX - _local3;
rotCenterCorrectionY = rotCenterY - _local2;
totalRotation = degrees;
}
SetRotateCenter(0, 0);
SetRotation(0);
visibleState = false;
_visible = false;
runningActions = new Object();
runningActions.setPropertyActions = new Object();
toolTipText = "";
function OnMouseIn() {
}
function OnMouseOut() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseDown() {
}
function OnMouseUp() {
tellTarget (timerInstanceName) {
CancelTimer(timerEventId);
};
}
function OnMouseClick() {
}
function OnMouseDoubleClick() {
}
}
onClipEvent (enterFrame) {
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
}
onClipEvent (load) {
}
Instance of Symbol 185 MovieClip "Seite1_Aktion01" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function DoIt() {
_root.Seite1.Seite1_Ressource01.StartIt();
}
function StartIt() {
DoIt();
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 186 MovieClip "pageStartAction" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function DoIt() {
_root.Seite1._parent.Seite1.DoIt();
_root.Seite1.Seite1_Aktion01.DoIt();
}
function StartIt() {
DoIt();
}
}
onClipEvent (unload) {
Cancel();
}
onClipEvent (load) {
}
Instance of Symbol 27 MovieClip "mouseTracker" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
EvntRecipArray = new Array();
EvntRecipArray["0"] = _root.Seite1.Seite1_logo;
EvntRecipArray["1"] = _root.Seite1.Seite1_logo.scrollBarVertical;
EvntRecipArray["2"] = _root.Seite1.Seite1_logo.scrollBarVertical.SBButton1;
EvntRecipArray["3"] = _root.Seite1.Seite1_logo.scrollBarVertical.SBButton2;
EvntRecipArray["4"] = _root.Seite1.Seite1_logo.scrollBarVertical.SBSlider;
EvntRecipArray["5"] = _root.Seite1.Seite1_logo.scrollBarHorizontal;
EvntRecipArray["6"] = _root.Seite1.Seite1_logo.scrollBarHorizontal.SBButton1;
EvntRecipArray["7"] = _root.Seite1.Seite1_logo.scrollBarHorizontal.SBButton2;
EvntRecipArray["8"] = _root.Seite1.Seite1_logo.scrollBarHorizontal.SBSlider;
EvntRecipArray["9"] = _root.Seite1.Seite1_jackson1;
EvntRecipArray["10"] = _root.Seite1.Seite1_jackson1.scrollBarVertical;
EvntRecipArray["11"] = _root.Seite1.Seite1_jackson1.scrollBarVertical.SBButton1;
EvntRecipArray["12"] = _root.Seite1.Seite1_jackson1.scrollBarVertical.SBButton2;
EvntRecipArray["13"] = _root.Seite1.Seite1_jackson1.scrollBarVertical.SBSlider;
EvntRecipArray["14"] = _root.Seite1.Seite1_jackson1.scrollBarHorizontal;
EvntRecipArray["15"] = _root.Seite1.Seite1_jackson1.scrollBarHorizontal.SBButton1;
EvntRecipArray["16"] = _root.Seite1.Seite1_jackson1.scrollBarHorizontal.SBButton2;
EvntRecipArray["17"] = _root.Seite1.Seite1_jackson1.scrollBarHorizontal.SBSlider;
EvntRecipArray["18"] = _root.Seite1.Seite1_sparta1;
EvntRecipArray["19"] = _root.Seite1.Seite1_sparta1.scrollBarVertical;
EvntRecipArray["20"] = _root.Seite1.Seite1_sparta1.scrollBarVertical.SBButton1;
EvntRecipArray["21"] = _root.Seite1.Seite1_sparta1.scrollBarVertical.SBButton2;
EvntRecipArray["22"] = _root.Seite1.Seite1_sparta1.scrollBarVertical.SBSlider;
EvntRecipArray["23"] = _root.Seite1.Seite1_sparta1.scrollBarHorizontal;
EvntRecipArray["24"] = _root.Seite1.Seite1_sparta1.scrollBarHorizontal.SBButton1;
EvntRecipArray["25"] = _root.Seite1.Seite1_sparta1.scrollBarHorizontal.SBButton2;
EvntRecipArray["26"] = _root.Seite1.Seite1_sparta1.scrollBarHorizontal.SBSlider;
EvntRecipArray["27"] = _root.Seite1.Seite1_berlusconi1;
EvntRecipArray["28"] = _root.Seite1.Seite1_berlusconi1.scrollBarVertical;
EvntRecipArray["29"] = _root.Seite1.Seite1_berlusconi1.scrollBarVertical.SBButton1;
EvntRecipArray["30"] = _root.Seite1.Seite1_berlusconi1.scrollBarVertical.SBButton2;
EvntRecipArray["31"] = _root.Seite1.Seite1_berlusconi1.scrollBarVertical.SBSlider;
EvntRecipArray["32"] = _root.Seite1.Seite1_berlusconi1.scrollBarHorizontal;
EvntRecipArray["33"] = _root.Seite1.Seite1_berlusconi1.scrollBarHorizontal.SBButton1;
EvntRecipArray["34"] = _root.Seite1.Seite1_berlusconi1.scrollBarHorizontal.SBButton2;
EvntRecipArray["35"] = _root.Seite1.Seite1_berlusconi1.scrollBarHorizontal.SBSlider;
EvntRecipArray["36"] = _root.Seite1.Seite1_kohl;
EvntRecipArray["37"] = _root.Seite1.Seite1_kohl.scrollBarVertical;
EvntRecipArray["38"] = _root.Seite1.Seite1_kohl.scrollBarVertical.SBButton1;
EvntRecipArray["39"] = _root.Seite1.Seite1_kohl.scrollBarVertical.SBButton2;
EvntRecipArray["40"] = _root.Seite1.Seite1_kohl.scrollBarVertical.SBSlider;
EvntRecipArray["41"] = _root.Seite1.Seite1_kohl.scrollBarHorizontal;
EvntRecipArray["42"] = _root.Seite1.Seite1_kohl.scrollBarHorizontal.SBButton1;
EvntRecipArray["43"] = _root.Seite1.Seite1_kohl.scrollBarHorizontal.SBButton2;
EvntRecipArray["44"] = _root.Seite1.Seite1_kohl.scrollBarHorizontal.SBSlider;
EvntRecipArray["45"] = _root.Seite1.Seite1_pommesgott;
EvntRecipArray["46"] = _root.Seite1.Seite1_pommesgott.scrollBarVertical;
EvntRecipArray["47"] = _root.Seite1.Seite1_pommesgott.scrollBarVertical.SBButton1;
EvntRecipArray["48"] = _root.Seite1.Seite1_pommesgott.scrollBarVertical.SBButton2;
EvntRecipArray["49"] = _root.Seite1.Seite1_pommesgott.scrollBarVertical.SBSlider;
EvntRecipArray["50"] = _root.Seite1.Seite1_pommesgott.scrollBarHorizontal;
EvntRecipArray["51"] = _root.Seite1.Seite1_pommesgott.scrollBarHorizontal.SBButton1;
EvntRecipArray["52"] = _root.Seite1.Seite1_pommesgott.scrollBarHorizontal.SBButton2;
EvntRecipArray["53"] = _root.Seite1.Seite1_pommesgott.scrollBarHorizontal.SBSlider;
EvntRecipArray["54"] = _root.Seite1.Seite1_sarazzin;
EvntRecipArray["55"] = _root.Seite1.Seite1_sarazzin.scrollBarVertical;
EvntRecipArray["56"] = _root.Seite1.Seite1_sarazzin.scrollBarVertical.SBButton1;
EvntRecipArray["57"] = _root.Seite1.Seite1_sarazzin.scrollBarVertical.SBButton2;
EvntRecipArray["58"] = _root.Seite1.Seite1_sarazzin.scrollBarVertical.SBSlider;
EvntRecipArray["59"] = _root.Seite1.Seite1_sarazzin.scrollBarHorizontal;
EvntRecipArray["60"] = _root.Seite1.Seite1_sarazzin.scrollBarHorizontal.SBButton1;
EvntRecipArray["61"] = _root.Seite1.Seite1_sarazzin.scrollBarHorizontal.SBButton2;
EvntRecipArray["62"] = _root.Seite1.Seite1_sarazzin.scrollBarHorizontal.SBSlider;
EvntRecipArray["63"] = _root.Seite1.Seite1_angschi;
EvntRecipArray["64"] = _root.Seite1.Seite1_angschi.scrollBarVertical;
EvntRecipArray["65"] = _root.Seite1.Seite1_angschi.scrollBarVertical.SBButton1;
EvntRecipArray["66"] = _root.Seite1.Seite1_angschi.scrollBarVertical.SBButton2;
EvntRecipArray["67"] = _root.Seite1.Seite1_angschi.scrollBarVertical.SBSlider;
EvntRecipArray["68"] = _root.Seite1.Seite1_angschi.scrollBarHorizontal;
EvntRecipArray["69"] = _root.Seite1.Seite1_angschi.scrollBarHorizontal.SBButton1;
EvntRecipArray["70"] = _root.Seite1.Seite1_angschi.scrollBarHorizontal.SBButton2;
EvntRecipArray["71"] = _root.Seite1.Seite1_angschi.scrollBarHorizontal.SBSlider;
EvntRecipArray["72"] = _root.Seite1.Seite1_yodamerkel;
EvntRecipArray["73"] = _root.Seite1.Seite1_yodamerkel.scrollBarVertical;
EvntRecipArray["74"] = _root.Seite1.Seite1_yodamerkel.scrollBarVertical.SBButton1;
EvntRecipArray["75"] = _root.Seite1.Seite1_yodamerkel.scrollBarVertical.SBButton2;
EvntRecipArray["76"] = _root.Seite1.Seite1_yodamerkel.scrollBarVertical.SBSlider;
EvntRecipArray["77"] = _root.Seite1.Seite1_yodamerkel.scrollBarHorizontal;
EvntRecipArray["78"] = _root.Seite1.Seite1_yodamerkel.scrollBarHorizontal.SBButton1;
EvntRecipArray["79"] = _root.Seite1.Seite1_yodamerkel.scrollBarHorizontal.SBButton2;
EvntRecipArray["80"] = _root.Seite1.Seite1_yodamerkel.scrollBarHorizontal.SBSlider;
EvntRecipArray["81"] = _root.Seite1.Seite1_darthvader;
EvntRecipArray["82"] = _root.Seite1.Seite1_darthvader.scrollBarVertical;
EvntRecipArray["83"] = _root.Seite1.Seite1_darthvader.scrollBarVertical.SBButton1;
EvntRecipArray["84"] = _root.Seite1.Seite1_darthvader.scrollBarVertical.SBButton2;
EvntRecipArray["85"] = _root.Seite1.Seite1_darthvader.scrollBarVertical.SBSlider;
EvntRecipArray["86"] = _root.Seite1.Seite1_darthvader.scrollBarHorizontal;
EvntRecipArray["87"] = _root.Seite1.Seite1_darthvader.scrollBarHorizontal.SBButton1;
EvntRecipArray["88"] = _root.Seite1.Seite1_darthvader.scrollBarHorizontal.SBButton2;
EvntRecipArray["89"] = _root.Seite1.Seite1_darthvader.scrollBarHorizontal.SBSlider;
EvntRecipArray["90"] = _root.Seite1.Seite1_darthvader2;
EvntRecipArray["91"] = _root.Seite1.Seite1_darthvader2.scrollBarVertical;
EvntRecipArray["92"] = _root.Seite1.Seite1_darthvader2.scrollBarVertical.SBButton1;
EvntRecipArray["93"] = _root.Seite1.Seite1_darthvader2.scrollBarVertical.SBButton2;
EvntRecipArray["94"] = _root.Seite1.Seite1_darthvader2.scrollBarVertical.SBSlider;
EvntRecipArray["95"] = _root.Seite1.Seite1_darthvader2.scrollBarHorizontal;
EvntRecipArray["96"] = _root.Seite1.Seite1_darthvader2.scrollBarHorizontal.SBButton1;
EvntRecipArray["97"] = _root.Seite1.Seite1_darthvader2.scrollBarHorizontal.SBButton2;
EvntRecipArray["98"] = _root.Seite1.Seite1_darthvader2.scrollBarHorizontal.SBSlider;
EvntRecipArray["99"] = _root.Seite1.Seite1_darthvader01;
EvntRecipArray["100"] = _root.Seite1.Seite1_darthvader01.scrollBarVertical;
EvntRecipArray["101"] = _root.Seite1.Seite1_darthvader01.scrollBarVertical.SBButton1;
EvntRecipArray["102"] = _root.Seite1.Seite1_darthvader01.scrollBarVertical.SBButton2;
EvntRecipArray["103"] = _root.Seite1.Seite1_darthvader01.scrollBarVertical.SBSlider;
EvntRecipArray["104"] = _root.Seite1.Seite1_darthvader01.scrollBarHorizontal;
EvntRecipArray["105"] = _root.Seite1.Seite1_darthvader01.scrollBarHorizontal.SBButton1;
EvntRecipArray["106"] = _root.Seite1.Seite1_darthvader01.scrollBarHorizontal.SBButton2;
EvntRecipArray["107"] = _root.Seite1.Seite1_darthvader01.scrollBarHorizontal.SBSlider;
EvntRecipArray["108"] = _root.Seite1.Seite1_darthvader02;
EvntRecipArray["109"] = _root.Seite1.Seite1_darthvader02.scrollBarVertical;
EvntRecipArray["110"] = _root.Seite1.Seite1_darthvader02.scrollBarVertical.SBButton1;
EvntRecipArray["111"] = _root.Seite1.Seite1_darthvader02.scrollBarVertical.SBButton2;
EvntRecipArray["112"] = _root.Seite1.Seite1_darthvader02.scrollBarVertical.SBSlider;
EvntRecipArray["113"] = _root.Seite1.Seite1_darthvader02.scrollBarHorizontal;
EvntRecipArray["114"] = _root.Seite1.Seite1_darthvader02.scrollBarHorizontal.SBButton1;
EvntRecipArray["115"] = _root.Seite1.Seite1_darthvader02.scrollBarHorizontal.SBButton2;
EvntRecipArray["116"] = _root.Seite1.Seite1_darthvader02.scrollBarHorizontal.SBSlider;
EvntRecipArray["117"] = _root.Seite1.Seite1_darthvader03;
EvntRecipArray["118"] = _root.Seite1.Seite1_darthvader03.scrollBarVertical;
EvntRecipArray["119"] = _root.Seite1.Seite1_darthvader03.scrollBarVertical.SBButton1;
EvntRecipArray["120"] = _root.Seite1.Seite1_darthvader03.scrollBarVertical.SBButton2;
EvntRecipArray["121"] = _root.Seite1.Seite1_darthvader03.scrollBarVertical.SBSlider;
EvntRecipArray["122"] = _root.Seite1.Seite1_darthvader03.scrollBarHorizontal;
EvntRecipArray["123"] = _root.Seite1.Seite1_darthvader03.scrollBarHorizontal.SBButton1;
EvntRecipArray["124"] = _root.Seite1.Seite1_darthvader03.scrollBarHorizontal.SBButton2;
EvntRecipArray["125"] = _root.Seite1.Seite1_darthvader03.scrollBarHorizontal.SBSlider;
EvntRecipArray["126"] = _root.Seite1.Seite1_amywinehouse;
EvntRecipArray["127"] = _root.Seite1.Seite1_amywinehouse.scrollBarVertical;
EvntRecipArray["128"] = _root.Seite1.Seite1_amywinehouse.scrollBarVertical.SBButton1;
EvntRecipArray["129"] = _root.Seite1.Seite1_amywinehouse.scrollBarVertical.SBButton2;
EvntRecipArray["130"] = _root.Seite1.Seite1_amywinehouse.scrollBarVertical.SBSlider;
EvntRecipArray["131"] = _root.Seite1.Seite1_amywinehouse.scrollBarHorizontal;
EvntRecipArray["132"] = _root.Seite1.Seite1_amywinehouse.scrollBarHorizontal.SBButton1;
EvntRecipArray["133"] = _root.Seite1.Seite1_amywinehouse.scrollBarHorizontal.SBButton2;
EvntRecipArray["134"] = _root.Seite1.Seite1_amywinehouse.scrollBarHorizontal.SBSlider;
EvntRecipArray["135"] = _root.Seite1.Seite1_versace;
EvntRecipArray["136"] = _root.Seite1.Seite1_versace.scrollBarVertical;
EvntRecipArray["137"] = _root.Seite1.Seite1_versace.scrollBarVertical.SBButton1;
EvntRecipArray["138"] = _root.Seite1.Seite1_versace.scrollBarVertical.SBButton2;
EvntRecipArray["139"] = _root.Seite1.Seite1_versace.scrollBarVertical.SBSlider;
EvntRecipArray["140"] = _root.Seite1.Seite1_versace.scrollBarHorizontal;
EvntRecipArray["141"] = _root.Seite1.Seite1_versace.scrollBarHorizontal.SBButton1;
EvntRecipArray["142"] = _root.Seite1.Seite1_versace.scrollBarHorizontal.SBButton2;
EvntRecipArray["143"] = _root.Seite1.Seite1_versace.scrollBarHorizontal.SBSlider;
EvntRecipArray["144"] = _root.Seite1.Seite1__93_elton_john_071708;
EvntRecipArray["145"] = _root.Seite1.Seite1__93_elton_john_071708.scrollBarVertical;
EvntRecipArray["146"] = _root.Seite1.Seite1__93_elton_john_071708.scrollBarVertical.SBButton1;
EvntRecipArray["147"] = _root.Seite1.Seite1__93_elton_john_071708.scrollBarVertical.SBButton2;
EvntRecipArray["148"] = _root.Seite1.Seite1__93_elton_john_071708.scrollBarVertical.SBSlider;
EvntRecipArray["149"] = _root.Seite1.Seite1__93_elton_john_071708.scrollBarHorizontal;
EvntRecipArray["150"] = _root.Seite1.Seite1__93_elton_john_071708.scrollBarHorizontal.SBButton1;
EvntRecipArray["151"] = _root.Seite1.Seite1__93_elton_john_071708.scrollBarHorizontal.SBButton2;
EvntRecipArray["152"] = _root.Seite1.Seite1__93_elton_john_071708.scrollBarHorizontal.SBSlider;
EvntRecipArray["153"] = _root.Seite1.Seite1_kinder;
EvntRecipArray["154"] = _root.Seite1.Seite1_kinder.scrollBarVertical;
EvntRecipArray["155"] = _root.Seite1.Seite1_kinder.scrollBarVertical.SBButton1;
EvntRecipArray["156"] = _root.Seite1.Seite1_kinder.scrollBarVertical.SBButton2;
EvntRecipArray["157"] = _root.Seite1.Seite1_kinder.scrollBarVertical.SBSlider;
EvntRecipArray["158"] = _root.Seite1.Seite1_kinder.scrollBarHorizontal;
EvntRecipArray["159"] = _root.Seite1.Seite1_kinder.scrollBarHorizontal.SBButton1;
EvntRecipArray["160"] = _root.Seite1.Seite1_kinder.scrollBarHorizontal.SBButton2;
EvntRecipArray["161"] = _root.Seite1.Seite1_kinder.scrollBarHorizontal.SBSlider;
activated = false;
mouseIsCaptured = false;
function MoveMouseRecipientToTop(spriteToMoveRef) {
var _local3;
var _local4 = EvntRecipArray.length;
var _local2;
_local2 = 0;
while (_local2 < EvntRecipArray.length) {
if (EvntRecipArray[_local2] == spriteToMoveRef) {
_local3 = _local2;
} else if (_local3 != undefined) {
if (EvntRecipArray[_local2]._parent == this._parent) {
_local4 = _local2;
break;
}
}
_local2++;
}
if (_local3 != undefined) {
var _local6 = EvntRecipArray.slice(_local3, _local4);
EvntRecipArray.splice(_local3, _local4 - _local3);
EvntRecipArray = EvntRecipArray.concat(_local6);
}
}
function GetTopMostSpriteHitBy(hittingSprite) {
i = EvntRecipArray.length - 1;
while (i >= 0) {
if (((((EvntRecipArray[i]._parent != this._parent) || (EvntRecipArray[i] == hittingSprite)) || (EvntRecipArray[i].isMouseTransp)) || (!EvntRecipArray[i].visibleState)) || (!EvntRecipArray[i].OnDropOn)) {
} else if (EvntRecipArray[i].hitTest(hittingSprite.fullX + (hittingSprite.fullWidth / 2), hittingSprite.fullY + (hittingSprite.fullHeight / 2), EvntRecipArray[i].hitExact)) {
return(EvntRecipArray[i]);
}
i--;
}
return(undefined);
}
}
onClipEvent (enterFrame) {
if (!activated) {
return(undefined);
}
var delayedActionsQueueLength = _level0.delayedActionsQueue.length;
if ((xOld != _root._xmouse) || (yOld != _root._ymouse)) {
if (delayedActionsQueueLength <= 0) {
_parent.OnMouseMove();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push("_parent.OnMouseMove");
}
lastMoveTime = getTimer();
_parent.theToolTip._visible = false;
} else if ((!parent.theToolTip._visible) && (lastMoveTime != undefined)) {
var curTime = getTimer();
if ((curTime - lastMoveTime) > 500) {
var tipText = "";
i2 = EvntRecipArray.length - 1;
while (i2 >= 0) {
if (EvntRecipArray[i2].isHovered) {
tipText = EvntRecipArray[i2].toolTipText;
break;
}
i2--;
}
if ((tipText != "") && (tipText != undefined)) {
_parent.theToolTip.SetText(tipText);
if ((_root._xmouse + _parent.theToolTip._width) > _parent._width) {
_parent.theToolTip._x = _parent._width - _parent.theToolTip._width;
} else {
_parent.theToolTip._x = _root._xmouse;
}
if (((_root._ymouse + 22) + _parent.theToolTip._height) > _parent._height) {
_parent.theToolTip._y = (_root._ymouse - _parent.theToolTip._height) - 3;
} else {
_parent.theToolTip._y = _root._ymouse + 22;
}
_parent.theToolTip._visible = true;
} else {
lastMoveTime = undefined;
_parent.theToolTip._visible = false;
}
}
}
xOld = _root._xmouse;
yOld = _root._ymouse;
var mouseInObjArray = new Array();
var i2;
var propogateMouseEvent = true;
i2 = EvntRecipArray.length - 1;
while (i2 >= 0) {
if ((!EvntRecipArray[i2].visibleState) || (!EvntRecipArray[i2].hitTest(_root._xmouse, _root._ymouse, EvntRecipArray[i2].hitExact))) {
if (EvntRecipArray[i2].isHovered) {
EvntRecipArray[i2].isHovered = false;
if (delayedActionsQueueLength <= 0) {
EvntRecipArray[i2].OnMouseOut();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(EvntRecipArray[i2]._target + ".OnMouseOut");
}
updateAfterEvent();
}
} else if (propogateMouseEvent) {
if (!EvntRecipArray[i2].isHovered) {
mouseInObjArray.push(EvntRecipArray[i2]);
}
propogateMouseEvent = EvntRecipArray[i2].isMouseTransp;
} else if (EvntRecipArray[i2].isHovered) {
EvntRecipArray[i2].isHovered = false;
if (delayedActionsQueueLength <= 0) {
EvntRecipArray[i2].OnMouseOut();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(EvntRecipArray[i2]._target + ".OnMouseOut");
}
updateAfterEvent();
}
i2--;
}
i2 = 0;
while (i2 < mouseInObjArray.length) {
mouseInObjArray[i2].isHovered = true;
if (delayedActionsQueueLength <= 0) {
mouseInObjArray[i2].OnMouseIn();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(mouseInObjArray[i2]._target + ".OnMouseIn");
}
updateAfterEvent();
i2++;
}
mouseInObjArray = undefined;
}
onClipEvent (mouseDown) {
if (!activated) {
return(undefined);
}
var delayedActionsQueueLength = _level0.delayedActionsQueue.length;
lastMoveTime = undefined;
_parent.theToolTip._visible = false;
var i2;
var propogateMouseEvent = true;
if (mouseIsCaptured) {
i2 = EvntRecipArray.length - 1;
while (i2 >= 0) {
if (EvntRecipArray[i2].hasMouseCapture) {
if (delayedActionsQueueLength <= 0) {
EvntRecipArray[i2].OnMouseUp();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(EvntRecipArray[i2]._target + ".OnMouseUp");
}
EvntRecipArray[i2].hasMouseCapture = false;
}
i2--;
}
mouseIsCaptured = false;
}
i2 = EvntRecipArray.length - 1;
while (i2 >= 0) {
if (EvntRecipArray[i2].visibleState && (EvntRecipArray[i2].hitTest(_root._xmouse, _root._ymouse, EvntRecipArray[i2].hitExact))) {
if (propogateMouseEvent) {
EvntRecipArray[i2].hasMouseCapture = true;
if (delayedActionsQueueLength <= 0) {
EvntRecipArray[i2].OnMouseDown();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(EvntRecipArray[i2]._target + ".OnMouseDown");
}
var t = getTimer();
if ((t - EvntRecipArray[i2].lastMouseDownTime) < 400) {
EvntRecipArray[i2].lastMouseDownTime = 0;
if (delayedActionsQueueLength <= 0) {
EvntRecipArray[i2].OnMouseDoubleClick();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(EvntRecipArray[i2]._target + ".OnMouseDoubleClick");
}
} else {
EvntRecipArray[i2].lastMouseDownTime = t;
}
updateAfterEvent();
propogateMouseEvent = EvntRecipArray[i2].isMouseTransp;
mouseIsCaptured = true;
}
}
i2--;
}
}
onClipEvent (mouseUp) {
if (!activated) {
return(undefined);
}
var delayedActionsQueueLength = _level0.delayedActionsQueue.length;
lastMoveTime = undefined;
_parent.theToolTip._visible = false;
if (mouseIsCaptured) {
var propogateClick = true;
var i2;
i2 = EvntRecipArray.length - 1;
while (i2 >= 0) {
var hit = (propogateClick && (EvntRecipArray[i2].hitTest(_root._xmouse, _root._ymouse, EvntRecipArray[i2].hitExact)));
if (hit) {
propogateClick = EvntRecipArray[i2].isMouseTransp || (!EvntRecipArray[i2].visibleState);
}
if (EvntRecipArray[i2].hasMouseCapture) {
if (delayedActionsQueueLength <= 0) {
EvntRecipArray[i2].OnMouseUp();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(EvntRecipArray[i2]._target + ".OnMouseUp");
}
EvntRecipArray[i2].hasMouseCapture = false;
if ((!EvntRecipArray[i2].autoFireInterval) && (hit)) {
if (delayedActionsQueueLength <= 0) {
EvntRecipArray[i2].OnMouseClick();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(EvntRecipArray[i2]._target + ".OnMouseClick");
}
}
}
i2--;
}
updateAfterEvent();
}
mouseIsCaptured = false;
}
onClipEvent (enterFrame) {
if (!activated) {
return(undefined);
}
if (_level0.delayedActionsQueue.length > 0) {
var action = 0;
while (action < _level0.delayedActionsQueue[0].length) {
eval (_level0.delayedActionsQueue[0][action])();
action++;
}
_level0.delayedActionsQueue.shift();
}
var delayedActionsQueueLength = _level0.delayedActionsQueue.length;
var focus = Selection.getFocus();
if (focus == null) {
if (fieldWithFocus) {
if (delayedActionsQueueLength <= 0) {
fieldWithFocus.OnStop();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(fieldWithFocus._target + ".OnStop");
}
fieldWithFocus = 0;
}
} else {
var lastPeriod = focus.lastIndexOf(".");
var newFieldWithFocus = eval (focus.slice(0, lastPeriod));
if (newFieldWithFocus != fieldWithFocus) {
if (fieldWithFocus) {
if (delayedActionsQueueLength <= 0) {
fieldWithFocus.OnStop();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(fieldWithFocus._target + ".OnStop");
}
}
if (delayedActionsQueueLength <= 0) {
newFieldWithFocus.OnStart();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(newFieldWithFocus._target + ".OnStart");
}
fieldWithFocus = newFieldWithFocus;
}
}
}
onClipEvent (keyDown) {
if (!activated) {
return(undefined);
}
var delayedActionsQueueLength = _level0.delayedActionsQueue.length;
lastMoveTime = undefined;
_parent.theToolTip._visible = false;
if (!fieldWithFocus) {
_root.lastActivatedKey = "";
var virtualKey = Key.getCode();
if (virtualKey == 27) {
_root.lastActivatedKey = "escape";
} else if (virtualKey == 13) {
_root.lastActivatedKey = "enter";
} else if (virtualKey == 9) {
_root.lastActivatedKey = "tab";
} else if (virtualKey == 8) {
_root.lastActivatedKey = "backspace";
} else if (virtualKey == 37) {
_root.lastActivatedKey = "left";
} else if (virtualKey == 39) {
_root.lastActivatedKey = "right";
} else if (virtualKey == 38) {
_root.lastActivatedKey = "up";
} else if (virtualKey == 40) {
_root.lastActivatedKey = "down";
} else if (virtualKey == 33) {
_root.lastActivatedKey = "page up";
} else if (virtualKey == 34) {
_root.lastActivatedKey = "page down";
} else if (virtualKey == 35) {
_root.lastActivatedKey = "end";
} else if (virtualKey == 36) {
_root.lastActivatedKey = "home";
} else if (virtualKey == 45) {
_root.lastActivatedKey = "insert";
} else if (virtualKey == 46) {
_root.lastActivatedKey = "delete";
} else if (virtualKey == 17) {
_root.lastActivatedKey = "ctrl";
} else if (virtualKey == 16) {
_root.lastActivatedKey = "shift";
} else if (virtualKey == 32) {
_root.lastActivatedKey = " ";
} else if (virtualKey == 20) {
_root.lastActivatedKey = "";
} else {
_root.lastActivatedKey = String.fromCharCode(Key.getAscii());
}
if (delayedActionsQueueLength <= 0) {
_parent.OnKeyDown();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push("_parent.OnKeyDown");
}
}
}
onClipEvent (keyUp) {
if (!activated) {
return(undefined);
}
var delayedActionsQueueLength = _level0.delayedActionsQueue.length;
lastMoveTime = undefined;
_parent.theToolTip._visible = false;
if (fieldWithFocus) {
if (delayedActionsQueueLength <= 0) {
fieldWithFocus.OnChange();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(fieldWithFocus._target + ".OnChange");
}
if (Key.getCode() == 13) {
if (delayedActionsQueueLength <= 0) {
fieldWithFocus.OnStop();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push(fieldWithFocus._target + ".OnStop");
}
Selection.setFocus(null);
fieldWithFocus = 0;
}
} else {
_root.lastActivatedKey = "";
var virtualKey = Key.getCode();
if (virtualKey == 27) {
_root.lastActivatedKey = "escape";
} else if (virtualKey == 13) {
_root.lastActivatedKey = "enter";
} else if (virtualKey == 9) {
_root.lastActivatedKey = "tab";
} else if (virtualKey == 8) {
_root.lastActivatedKey = "backspace";
} else if (virtualKey == 37) {
_root.lastActivatedKey = "left";
} else if (virtualKey == 39) {
_root.lastActivatedKey = "right";
} else if (virtualKey == 38) {
_root.lastActivatedKey = "up";
} else if (virtualKey == 40) {
_root.lastActivatedKey = "down";
} else if (virtualKey == 33) {
_root.lastActivatedKey = "page up";
} else if (virtualKey == 34) {
_root.lastActivatedKey = "page down";
} else if (virtualKey == 35) {
_root.lastActivatedKey = "end";
} else if (virtualKey == 36) {
_root.lastActivatedKey = "home";
} else if (virtualKey == 45) {
_root.lastActivatedKey = "insert";
} else if (virtualKey == 46) {
_root.lastActivatedKey = "delete";
} else if (virtualKey == 17) {
_root.lastActivatedKey = "ctrl";
} else if (virtualKey == 16) {
_root.lastActivatedKey = "shift";
} else if (virtualKey == 32) {
_root.lastActivatedKey = " ";
} else if (virtualKey == 20) {
_root.lastActivatedKey = "";
} else {
_root.lastActivatedKey = String.fromCharCode(Key.getAscii());
}
if (delayedActionsQueueLength <= 0) {
_parent.OnKeyUp();
} else {
_level0.delayedActionsQueue[delayedActionsQueueLength - 1].push("_parent.OnKeyUp");
}
}
}
onClipEvent (load) {
}
Instance of Symbol 187 MovieClip "theTimer" in Symbol 26 MovieClip Frame 5
onClipEvent (load) {
function TimeEvent(callBackTarget, callBackFuncName, time, id) {
this.callBackFuncPath = (targetPath(callBackTarget) + ".") + callBackFuncName;
this.time = time;
this.id = id;
}
function Comp(a, b) {
if (a.time < b.time) {
return(1);
}
if (a.time > b.time) {
return(-1);
}
return(0);
}
function SetTimer(callBackTarget, callBackFuncName, time) {
uniqueId++;
evnt = new TimeEvent(callBackTarget, callBackFuncName, getTimer() + time, uniqueId);
timeEventArray.push(evnt);
timeEventArray.sort(Comp);
return(uniqueId);
}
function CancelTimer(id) {
var _local1 = timeEventArray.length - 1;
while (_local1 >= 0) {
if (timeEventArray[_local1].id == id) {
var _local2 = timeEventArray[_local1];
timeEventArray.splice(_local1, 1);
break;
}
_local1--;
}
}
uniqueId = 1;
timeEventArray = new Array();
}
onClipEvent (enterFrame) {
if (_level0.delayedActionsQueue.length > 0) {
return(undefined);
}
timeNow = getTimer();
i = timeEventArray.length - 1;
while ((timeEventArray[i].time <= timeNow) && (i >= 0)) {
var evnt = timeEventArray.pop();
eval (evnt.callBackFuncPath)(evnt.id);
if (evnt.callBackFuncPath.indexOf("__SCORM_ASYNC__", 0) != -1) {
if (timeEventArray.length == 0) {
if (!_level0.delayedActionsQueue[2]) {
_level0.delayedActionsQueue[2] = new Array();
}
_level0.delayedActionsQueue[2].push("");
delete evnt;
break;
}
if ((timeEventArray[timeEventArray.length - 1].time <= timeNow) && (timeEventArray[timeEventArray.length - 1].callBackFuncPath.indexOf("__SCORM_ASYNC__", 0) != -1)) {
} else {
if (!_level0.delayedActionsQueue[2]) {
_level0.delayedActionsQueue[2] = new Array();
}
_level0.delayedActionsQueue[2].push("");
delete evnt;
break;
}
}
delete evnt;
i = timeEventArray.length - 1;
}
}
onClipEvent (load) {
}
Symbol 26 MovieClip Frame 6
highestUsedDepth = 90;
if (isFirstShownPage) {
pageStartAction.DoIt();
mouseTracker.activated = true;
}
Symbol 26 MovieClip Frame 8
_alpha = (effectAlpha * fullAlpha);
_xscale = (effectXscale * fullXscale);
_yscale = (effectYscale * fullYscale);
if (isBeingDragged) {
fullX = _root._xmouse - dragOffsetToCursorX;
fullY = _root._ymouse - dragOffsetToCursorY;
if (limitDragToWindow) {
if (fullX > (_parent.fullWidth - fullWidth)) {
fullX = _parent.fullWidth - fullWidth;
} else if (fullX < 0) {
fullX = 0;
}
if (fullY > (_parent.fullHeight - fullHeight)) {
fullY = _parent.fullHeight - fullHeight;
} else if (fullY < 0) {
fullY = 0;
}
}
}
_x = ((effectX + fullX) + rotCenterCorrectionX);
_y = ((effectY + fullY) + rotCenterCorrectionY);
_rotation = totalRotation;
if (!enableEffectOverlay) {
stop();
return();
}
prevFrame();
play();
Symbol 26 MovieClip Frame 9
prevFrame();
play();