[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (65 B)
this._lockroot = true;
tellTarget ("") {
}
stop();
stop();
Frame 3 (18 B)
stop();
stop();
Frame 4 (74 B)
(erterter:init());// not popped
tellTarget ("") {
}
stop();
stop();
Frame 6 (17 B)
gotoAndPlay (1);
Symbol 394 MovieClip Frame 1 (1.19 KiB) ●
if (_root._parent == eval("undefined")) {
total = _root.getBytesTotal();
charge = _root.getBytesLoaded();
charge100 = 100 * charge;
pourcent = (charge100 - (charge100 % total)) / total;
if (pourcent < 1) {
pourcent = 1;
}
_root.preload_text = pourcent;
_root.phpourcent1 = pourcent;
if (pourcent > 98) {
tellTarget ("_root") {
gotoAndPlay(1 + 1);
};
tellTarget ("_root") {
play();
};
_root.phtelechargement = "OK";
_root.phpourcent1 = 100;
}
tellTarget ("../") {
gotoAndPlay(_root.phpourcent1 + 1);
};
tellTarget ("../") {
stop();
};
} else {
total = _root._parent.getBytesTotal();
charge = _root._parent.getBytesLoaded();
charge100 = 100 * charge;
pourcent = (charge100 - (charge100 % total)) / total;
if (pourcent < 1) {
pourcent = 1;
}
_root.preload_text = pourcent;
_root.phpourcent1 = pourcent;
if (pourcent > 98) {
tellTarget ("_root") {
gotoAndPlay(1 + 1);
};
tellTarget ("_root") {
play();
};
_root.phtelechargement = "OK";
_root.phpourcent1 = 100;
}
tellTarget ("../") {
gotoAndPlay(_root.phpourcent1 + 1);
};
tellTarget ("../") {
stop();
};
}
tellTarget ("") {
}
Symbol 391 MovieClip Frame 1 (124 B)
stop();
stop();
if (_root.phtelechargement != "OK") {
tellTarget ("_root") {
stop();
};
}
tellTarget ("") {
}
Symbol 391 MovieClip Frame 101 (18 B)
stop();
stop();
Symbol 391 MovieClip Frame 102 (18 B)
stop();
stop();
Symbol 952 Button (34 B)
on (release) {
gotoAndStop (3);
}
Symbol 958 Button (73 B)
on (release) {
(erterter:popup1());// not popped
tellTarget ("") {
}
}
Symbol 20480 MovieClip [__Packages.caurina.transitions.SpecialProperty] Frame 0 (800 B)
class caurina.transitions.SpecialProperty
{
var getValue, setValue, parameters, preProcess;
function SpecialProperty (p_getFunction, p_setFunction, p_parameters, p_preProcessFunction) {
getValue = p_getFunction;
setValue = p_setFunction;
parameters = p_parameters;
preProcess = p_preProcessFunction;
}
function toString() {
var _local2 = "";
_local2 = _local2 + "[SpecialProperty ";
_local2 = _local2 + ("getValue:" + getValue.toString());
_local2 = _local2 + ", ";
_local2 = _local2 + ("setValue:" + setValue.toString());
_local2 = _local2 + ", ";
_local2 = _local2 + ("parameters:" + parameters.toString());
_local2 = _local2 + ", ";
_local2 = _local2 + ("preProcess:" + preProcess.toString());
_local2 = _local2 + "]";
return(_local2);
}
}
Symbol 20481 MovieClip [__Packages.caurina.transitions.PropertyInfoObj] Frame 0 (1.86 KiB) ●
class caurina.transitions.PropertyInfoObj
{
var valueStart, valueComplete, originalValueComplete, arrayIndex, extra, isSpecialProperty, hasModifier, modifierFunction, modifierParameters;
function PropertyInfoObj (p_valueStart, p_valueComplete, p_originalValueComplete, p_arrayIndex, p_extra, p_isSpecialProperty, p_modifierFunction, p_modifierParameters) {
valueStart = p_valueStart;
valueComplete = p_valueComplete;
originalValueComplete = p_originalValueComplete;
arrayIndex = p_arrayIndex;
extra = p_extra;
isSpecialProperty = p_isSpecialProperty;
hasModifier = p_modifierFunction != undefined;
modifierFunction = p_modifierFunction;
modifierParameters = p_modifierParameters;
}
function clone() {
var _local2 = new caurina.transitions.PropertyInfoObj(valueStart, valueComplete, originalValueComplete, arrayIndex, extra, isSpecialProperty, modifierFunction, modifierParameters);
return(_local2);
}
function toString() {
var _local2 = "\n[PropertyInfoObj ";
_local2 = _local2 + ("valueStart:" + String(valueStart));
_local2 = _local2 + ", ";
_local2 = _local2 + ("valueComplete:" + String(valueComplete));
_local2 = _local2 + ", ";
_local2 = _local2 + ("originalValueComplete:" + String(originalValueComplete));
_local2 = _local2 + ", ";
_local2 = _local2 + ("arrayIndex:" + String(arrayIndex));
_local2 = _local2 + ", ";
_local2 = _local2 + ("extra:" + String(extra));
_local2 = _local2 + ", ";
_local2 = _local2 + ("isSpecialProperty:" + String(isSpecialProperty));
_local2 = _local2 + ", ";
_local2 = _local2 + ("hasModifier:" + String(hasModifier));
_local2 = _local2 + ", ";
_local2 = _local2 + ("modifierFunction:" + String(modifierFunction));
_local2 = _local2 + ", ";
_local2 = _local2 + ("modifierParameters:" + String(modifierParameters));
_local2 = _local2 + "]\n";
return(_local2);
}
}
Symbol 20482 MovieClip [__Packages.caurina.transitions.AuxFunctions] Frame 0 (1.04 KiB) ●
class caurina.transitions.AuxFunctions
{
function AuxFunctions () {
}
static function numberToR(p_num) {
return((p_num & 16711680) >> 16);
}
static function numberToG(p_num) {
return((p_num & 65280) >> 8);
}
static function numberToB(p_num) {
return(p_num & 255);
}
static function isInArray(p_string, p_array) {
var _local4 = p_array.length;
var _local5 = 0;
for ( ; _local5 < _local4 ; _local5++) {
if (p_array[_local5] == p_string) {
return(true);
}
}
return(false);
}
static function getObjectLength(p_object) {
var _local3 = 0;
for (var pName in p_object) {
_local3++;
}
return(_local3);
}
static function concatObjects() {
var _local2 = {};
var _local4 = 0;
for ( ; _local4 < arguments.length ; _local4++) {
var _local3 = arguments[_local4];
for (var prop in _local3) {
if (_local3[prop] == null) {
delete _local2[prop];
} else {
_local2[prop] = _local3[prop];
}
}
}
return(_local2);
}
}
Symbol 20483 MovieClip [__Packages.erterter] Frame 0 (8.34 KiB) ● ●
class erterter
{
static var numcarte, doit, click1, click2, mov4, mov3, mov1, mov2;
function erterter () {
}
static function pssmenu() {
if (_root.musicda._currentframe == 1) {
_root.ssmenu.gotoAndPlay(2);
}
}
static function pssretourne() {
if (_root.musicda._currentframe == 1) {
_root.ssretourne.gotoAndPlay(2);
}
}
static function psspaire() {
if (_root.musicda._currentframe == 1) {
_root.sspaire.gotoAndPlay(2);
}
}
static function psswin() {
if (_root.musicda._currentframe == 1) {
_root.sswin.gotoAndPlay(2);
}
}
static function popup1() {
getURL ("http://www.pwpwpoker.com/flashinfo/pw.php", "_blank");
}
static function popup2() {
getURL ("http://www.pwpwpoker.com/flashinfo/timtgp.php", "_blank");
}
static function popup2b() {
getURL ("http://www.pwpwpoker.com/flashinfo/timtgp.php", "_blank");
}
static function popup3() {
getURL ("http://www.pwpwpoker.com/flashinfo/life_selector.php", "_blank");
}
static function popup4() {
getURL ("http://www.pwpwpoker.com/flashinfo/life_selector.php", "_blank");
}
static function popup5() {
getURL ("http://pwpwpoker.com/totem.php", "_blank");
}
static function popup6() {
getURL ("http://www.pwpwpoker.com/strip_poker/#lazy", "_blank");
}
static function popup7() {
getURL ("http://www.pwpwpoker.com/flashinfo/meetnfuck.php", "_blank");
}
static function closeabout() {
_root.abgrp.gotoAndStop(1);
_root.abgrp.sans_nom5069._visible = false;
}
static function openabout() {
_root.abgrp.gotoAndStop(2);
_root.abgrp.sans_nom5069._visible = false;
}
static function floutte() {
if (0 >= iii) {
iii = 0;
jjjj = 0;
} else if (90 <= iii) {
jjjj = 0;
} else {
iii = iii + jjjj;
var _local2 = iii;
var _local3 = iii;
var _local4 = new flash.filters.BlurFilter(_local2, _local3, 1);
_root.cardgrp.filters = [_local4];
}
}
static function initarra() {
_global.mycards[1] = returnnumb(numcarte, 1);
var _local2 = 2;
for ( ; _local2 <= numcarte ; _local2++) {
var _local3 = returnnumb(numcarte + 1, 1);
while (isinarr(_local3) == true) {
_local3 = returnnumb(numcarte + 1, 1);
}
_global.mycards[_local2] = _local3;
}
}
static function isinarr(numtocheck) {
var _local4 = false;
var _local3 = 1;
for ( ; _local3 <= _global.mycards.length ; _local3++) {
if (numtocheck == _global.mycards[_local3]) {
_local4 = true;
}
if (numtocheck == (numcarte + 1)) {
_local4 = false;
}
}
return(_local4);
}
static function returnnumb(max, min) {
var _local6 = false;
for ( ; _local6 == false ; for ( ; _local7 <= max ; _local7++) {
if (_local7 == _local5) {
_local6 = true}
}
) {
var _local5 = Math.floor(Math.random() * (max - min)) + min;
var _local7 = min;
}
return(_local5);
}
static function fixposcard() {
var _local5 = 130;
var _local4 = 97;
var _local2 = 110;
var _local3 = 72;
var _local6 = 0;
for ( ; _local6 <= (numcarte - 1) ; _local6++) {
var _local7 = _local6 % 6;
var _local8 = (_local6 - _local7) / 6;
var _local9 = _global.mycards[_local6 + 1];
_root.cardgrp["mcbox" + _local9]._x = _local2 + (_local7 * _local4);
_root.cardgrp["sans" + _local9]._x = _local2 + (_local7 * _local4);
_root.cardgrp["mcbox" + _local9]._y = _local3 + (_local8 * _local5);
_root.cardgrp["sans" + _local9]._y = _local3 + (_local8 * _local5);
}
}
static function setcard() {
initarra();
fixposcard();
}
static function docompte() {
_root.comptemoi_text = String(Number(_root.comptemoi_text) + 1);
if (Number(_root.comptemoi_text) > 50) {
_root.comptemoi_text = "0";
if (doit == true) {
if (testpair(click1, click2, numcarte) == true) {
doit = false;
mov4._visible = false;
mov3._visible = false;
mov1._visible = false;
mov2._visible = false;
_global.restecard = _global.restecard - 1;
if (_global.restecard == 0) {
_root.youwin.play();
psswin();
} else {
psspaire();
}
_root.didadi.gotoAndStop(2);
if (click1 > click2) {
_global.nawop = ((click2 - 1) * 4) + 1;
} else {
_global.nawop = ((click1 - 1) * 4) + 1;
}
click1 = 0;
click2 = 0;
if (_global.nawop < 28) {
_root.didadi.sans_nom202.sans_nom11.gotoAndStop(_global.nawop);
} else {
_global.nawop = _global.nawop + 1;
_root.didadi.sans_nom202.sans_nom11.gotoAndStop(_global.nawop);
}
_root.cardgrp._visible = false;
} else {
doit = false;
darotate3(mov4, mov3);
darotate3(mov2, mov1);
click1 = 0;
click2 = 0;
}
}
}
}
static function init() {
_global.mycards = new Array();
click1 = 0;
click2 = 0;
iii = 30;
_root.comptemoi_text = "0";
numcarte = 24;
_global.restecard = numcarte / 2;
doit = false;
_root.musicgrp.sans_nom1515._visible = false;
_root.ssmenu.sans_nom129._visible = false;
_root.ssretourne.sans_nom5303._visible = false;
_root.sspaire.sans_nom5475._visible = false;
_root.sswin.sans_nom5839._visible = false;
_root.abgrp.sans_nom5069._visible = false;
_root.cardgrp.comptemoi._visible = false;
_root.cardgrp.sans_nom83._visible = false;
_root.cardgrp.sans_nom438._visible = false;
_root.fipi.sans_nom712._visible = false;
_root.youwin.sans_nom967._visible = false;
var _local2 = 1;
for ( ; _local2 <= numcarte ; _local2++) {
mov1 = _root.cardgrp["mcbox" + _local2];
mov2 = _root.cardgrp["sans" + _local2];
caurina.transitions.Tweener.addTween(mov1, {_xscale:100, _yscale:100, time:0.07, _rotation:0, transition:"linear"});
caurina.transitions.Tweener.addTween(mov2, {_xscale:100, _yscale:100, time:0.07, _rotation:0, transition:"linear"});
mov1._visible = true;
mov2._visible = true;
mov1.gotoAndStop(1);
mov2.gotoAndStop(1);
if (mov2.getDepth() >= mov1.getDepth()) {
mov2.swapDepths(mov1);
}
}
jjjj = -1.5;
_root.cardgrp._visible = true;
_root.didadi.gotoAndStop(1);
setcard();
}
static function randomRange(max, min) {
return(Math.floor((Math.random() * (max - min)) + min));
}
static function testpair(numa1, numa2, totnum) {
var _local5 = totnum / 2;
if (numa1 > numa2) {
if ((numa2 + _local5) == numa1) {
return(true);
}
return(false);
}
if (numa2 > numa1) {
if ((numa1 + _local5) == numa2) {
return(true);
}
return(false);
}
}
static function darotate2(di, da) {
var _local5 = 1;
for ( ; _local5 <= numcarte ; _local5++) {
if (_root.cardgrp["mcbox" + _local5]._name == di._name) {
var _local4 = _local5;
}
}
if (click1 == 0) {
mov1 = di;
mov2 = da;
click1 = _local4;
} else if (click2 == 0) {
_root.comptemoi_text = "0";
mov3 = di;
mov4 = da;
click2 = _local4;
doit = true;
}
return(true);
}
static function flimee(di, da) {
da.swapDepths(di);
caurina.transitions.Tweener.addTween(da, {_xscale:100, _yscale:100, time:0.15, _rotation:0, transition:"linear", onComplete:darotate2(di, da)});
return(true);
}
static function darotate(di, da) {
pssretourne();
_root.sans_nom83_text = di._name;
if (click2 == 0) {
var _local5 = randomRange(45, 10);
var _local6 = randomRange(135, 105);
caurina.transitions.Tweener.addTween(da, {_xscale:2, _yscale:_local6, time:0, _rotation:_local5, transition:"linear"});
caurina.transitions.Tweener.addTween(di, {_xscale:0, _yscale:_local6, time:0.06, _rotation:_local5, transition:"linear", onComplete:flimee(di, da)});
}
}
static function darotate3(di, da) {
click1 = 0;
click2 = 0;
var _local5 = function () {
di.swapDepths(da);
caurina.transitions.Tweener.addTween(da, {_xscale:100, _yscale:100, time:0.15, _rotation:0, transition:"linear"});
};
var _local3 = randomRange(45, 25);
var _local4 = randomRange(135, 105);
caurina.transitions.Tweener.addTween(da, {_xscale:2, _yscale:_local4, time:0, _rotation:_local3, transition:"linear"});
caurina.transitions.Tweener.addTween(di, {_xscale:0, _yscale:_local4, time:0.06, _rotation:_local3, transition:"linear", onComplete:_local5});
}
//ASSetPropFlags(_local1, null, 1);
static var blurX = 0;
static var blurY = 0;
static var iii = 60;
static var jjjj = -1.5;
}
Symbol 20484 MovieClip [__Packages.caurina.transitions.SpecialPropertySplitter] Frame 0 (586 B)
class caurina.transitions.SpecialPropertySplitter
{
var parameters;
function SpecialPropertySplitter (p_splitFunction, p_parameters) {
splitValues = p_splitFunction;
parameters = p_parameters;
}
function splitValues(p_value, p_parameters) {
return([]);
}
function toString() {
var _local2 = "";
_local2 = _local2 + "[SpecialPropertySplitter ";
_local2 = _local2 + ("splitValues:" + splitValues.toString());
_local2 = _local2 + ", ";
_local2 = _local2 + ("parameters:" + parameters.toString());
_local2 = _local2 + "]";
return(_local2);
}
}
Symbol 20485 MovieClip [__Packages.caurina.transitions.TweenListObj] Frame 0 (6.08 KiB) ● ●
class caurina.transitions.TweenListObj
{
var scope, timeStart, timeComplete, useFrames, transition, transitionParams, properties, isPaused, timePaused, isCaller, updatesSkipped, timesCalled, skipUpdates, hasStarted, onStart, onUpdate, onComplete, onOverwrite, onError, onStartParams, onUpdateParams, onCompleteParams, onOverwriteParams, onStartScope, onUpdateScope, onCompleteScope, onOverwriteScope, onErrorScope, rounded, count, waitFrames;
function TweenListObj (p_scope, p_timeStart, p_timeComplete, p_useFrames, p_transition, p_transitionParams) {
scope = p_scope;
timeStart = p_timeStart;
timeComplete = p_timeComplete;
useFrames = p_useFrames;
transition = p_transition;
transitionParams = p_transitionParams;
properties = new Object();
isPaused = false;
timePaused = undefined;
isCaller = false;
updatesSkipped = 0;
timesCalled = 0;
skipUpdates = 0;
hasStarted = false;
}
function clone(omitEvents) {
var _local3 = new caurina.transitions.TweenListObj(scope, timeStart, timeComplete, useFrames, transition, transitionParams);
_local3.properties = new Object();
for (var pName in properties) {
_local3.properties[pName] = properties[pName].clone();
}
_local3.skipUpdates = skipUpdates;
_local3.updatesSkipped = updatesSkipped;
if (!omitEvents) {
_local3.onStart = onStart;
_local3.onUpdate = onUpdate;
_local3.onComplete = onComplete;
_local3.onOverwrite = onOverwrite;
_local3.onError = onError;
_local3.onStartParams = onStartParams;
_local3.onUpdateParams = onUpdateParams;
_local3.onCompleteParams = onCompleteParams;
_local3.onOverwriteParams = onOverwriteParams;
_local3.onStartScope = onStartScope;
_local3.onUpdateScope = onUpdateScope;
_local3.onCompleteScope = onCompleteScope;
_local3.onOverwriteScope = onOverwriteScope;
_local3.onErrorScope = onErrorScope;
}
_local3.rounded = rounded;
_local3.isPaused = isPaused;
_local3.timePaused = timePaused;
_local3.isCaller = isCaller;
_local3.count = count;
_local3.timesCalled = timesCalled;
_local3.waitFrames = waitFrames;
_local3.hasStarted = hasStarted;
return(_local3);
}
function toString() {
var _local2 = "\n[TweenListObj ";
_local2 = _local2 + ("scope:" + String(scope));
_local2 = _local2 + ", properties:";
var _local3 = true;
for (var i in properties) {
if (!_local3) {
_local2 = _local2 + ",";
}
_local2 = _local2 + ("[name:" + properties[i].name);
_local2 = _local2 + (",valueStart:" + properties[i].valueStart);
_local2 = _local2 + (",valueComplete:" + properties[i].valueComplete);
_local2 = _local2 + "]";
_local3 = false;
}
_local2 = _local2 + (", timeStart:" + String(timeStart));
_local2 = _local2 + (", timeComplete:" + String(timeComplete));
_local2 = _local2 + (", useFrames:" + String(useFrames));
_local2 = _local2 + (", transition:" + String(transition));
_local2 = _local2 + (", transitionParams:" + String(transitionParams));
if (skipUpdates) {
_local2 = _local2 + (", skipUpdates:" + String(skipUpdates));
}
if (updatesSkipped) {
_local2 = _local2 + (", updatesSkipped:" + String(updatesSkipped));
}
if (onStart) {
_local2 = _local2 + (", onStart:" + String(onStart));
}
if (onUpdate) {
_local2 = _local2 + (", onUpdate:" + String(onUpdate));
}
if (onComplete) {
_local2 = _local2 + (", onComplete:" + String(onComplete));
}
if (onOverwrite) {
_local2 = _local2 + (", onOverwrite:" + String(onOverwrite));
}
if (onError) {
_local2 = _local2 + (", onError:" + String(onError));
}
if (onStartParams) {
_local2 = _local2 + (", onStartParams:" + String(onStartParams));
}
if (onUpdateParams) {
_local2 = _local2 + (", onUpdateParams:" + String(onUpdateParams));
}
if (onCompleteParams) {
_local2 = _local2 + (", onCompleteParams:" + String(onCompleteParams));
}
if (onOverwriteParams) {
_local2 = _local2 + (", onOverwriteParams:" + String(onOverwriteParams));
}
if (onStartScope) {
_local2 = _local2 + (", onStartScope:" + String(onStartScope));
}
if (onUpdateScope) {
_local2 = _local2 + (", onUpdateScope:" + String(onUpdateScope));
}
if (onCompleteScope) {
_local2 = _local2 + (", onCompleteScope:" + String(onCompleteScope));
}
if (onOverwriteScope) {
_local2 = _local2 + (", onOverwriteScope:" + String(onOverwriteScope));
}
if (onErrorScope) {
_local2 = _local2 + (", onErrorScope:" + String(onErrorScope));
}
if (rounded) {
_local2 = _local2 + (", rounded:" + String(rounded));
}
if (isPaused) {
_local2 = _local2 + (", isPaused:" + String(isPaused));
}
if (timePaused) {
_local2 = _local2 + (", timePaused:" + String(timePaused));
}
if (isCaller) {
_local2 = _local2 + (", isCaller:" + String(isCaller));
}
if (count) {
_local2 = _local2 + (", count:" + String(count));
}
if (timesCalled) {
_local2 = _local2 + (", timesCalled:" + String(timesCalled));
}
if (waitFrames) {
_local2 = _local2 + (", waitFrames:" + String(waitFrames));
}
if (hasStarted) {
_local2 = _local2 + (", hasStarted:" + String(hasStarted));
}
_local2 = _local2 + "]\n";
return(_local2);
}
static function makePropertiesChain(p_obj) {
var _local3 = p_obj.base;
if (_local3) {
var _local4 = {};
if (_local3 instanceof Array) {
var _local5 = [];
var _local6 = 0;
for ( ; _local6 < _local3.length ; _local6++) {
_local5.push(_local3[_local6]);
}
} else {
var _local5 = [_local3];
}
_local5.push(p_obj);
var _local8 = _local5.length;
var _local9 = 0;
for ( ; _local9 < _local8 ; _local9++) {
if (_local5[_local9].base) {
var _local7 = caurina.transitions.AuxFunctions.concatObjects(makePropertiesChain(_local5[_local9].base), _local5[_local9]);
} else {
var _local7 = _local5[_local9];
}
_local4 = caurina.transitions.AuxFunctions.concatObjects(_local4, _local7);
}
if (_local4.base) {
delete _local4.base;
}
return(_local4);
}
return(p_obj);
}
}
Symbol 20486 MovieClip [__Packages.caurina.transitions.Tweener] Frame 0 (24.65 KiB) ● ● ●
class caurina.transitions.Tweener
{
static var _specialPropertySplitterList, _specialPropertyModifierList, _specialPropertyList, _transitionList, _currentTimeFrame, _currentTime, _tweenList;
function Tweener () {
trace("Tweener is an static class and should not be instantiated.");
}
static function addTween(p_scopes, p_parameters) {
if (p_scopes == undefined) {
return(false);
}
if (p_scopes instanceof Array) {
var _local7 = p_scopes.concat();
} else {
var _local7 = [p_scopes];
}
var _local8 = caurina.transitions.TweenListObj.makePropertiesChain(p_parameters);
if (!_inited) {
init();
}
if ((!_engineExists) || (_root[getControllerName()] == undefined)) {
startEngine();
}
var _local9 = (_global.isNaN(_local8.time) ? 0 : (_local8.time));
var _local10 = (_global.isNaN(_local8.delay) ? 0 : (_local8.delay));
var _local11 = new Object();
var _local12 = {overwrite:true, time:true, delay:true, useFrames:true, skipUpdates:true, transition:true, transitionParams:true, onStart:true, onUpdate:true, onComplete:true, onOverwrite:true, onError:true, rounded:true, onStartParams:true, onUpdateParams:true, onCompleteParams:true, onOverwriteParams:true, onStartScope:true, onUpdateScope:true, onCompleteScope:true, onOverwriteScope:true, onErrorScope:true};
var _local13 = new Object();
for (var _local6 in _local8) {
if (!_local12[_local6]) {
if (_specialPropertySplitterList[_local6] != undefined) {
var _local14 = _specialPropertySplitterList[_local6].splitValues(_local8[_local6], _specialPropertySplitterList[_local6].parameters);
var _local4 = 0;
for ( ; _local4 < _local14.length ; _local4++) {
if (_specialPropertySplitterList[_local14[_local4].name] != undefined) {
var _local15 = _specialPropertySplitterList[_local14[_local4].name].splitValues(_local14[_local4].value, _specialPropertySplitterList[_local14[_local4].name].parameters);
var _local5 = 0;
for ( ; _local5 < _local15.length ; _local5++) {
_local11[_local15[_local5].name] = {valueStart:undefined, valueComplete:_local15[_local5].value, arrayIndex:_local15[_local5].arrayIndex, isSpecialProperty:false};
}
} else {
_local11[_local14[_local4].name] = {valueStart:undefined, valueComplete:_local14[_local4].value, arrayIndex:_local14[_local4].arrayIndex, isSpecialProperty:false};
}
}
} else if (_specialPropertyModifierList[_local6] != undefined) {
var _local16 = _specialPropertyModifierList[_local6].modifyValues(_local8[_local6]);
var _local4 = 0;
for ( ; _local4 < _local16.length ; _local4++) {
_local13[_local16[_local4].name] = {modifierParameters:_local16[_local4].parameters, modifierFunction:_specialPropertyModifierList[_local6].getValue};
}
} else {
_local11[_local6] = {valueStart:undefined, valueComplete:_local8[_local6]};
}
}
}
for (var _local6 in _local11) {
if (_specialPropertyList[_local6] != undefined) {
_local11[_local6].isSpecialProperty = true;
} else if (_local7[0][_local6] == undefined) {
printError(((("The property '" + _local6) + "' doesn't seem to be a normal object property of ") + _local7[0].toString()) + " or a registered special property.");
}
}
for (var _local6 in _local13) {
if (_local11[_local6] != undefined) {
_local11[_local6].modifierParameters = _local13[_local6].modifierParameters;
_local11[_local6].modifierFunction = _local13[_local6].modifierFunction;
}
}
if (typeof(_local8.transition) == "string") {
var _local18 = _local8.transition.toLowerCase();
var _local17 = _transitionList[_local18];
} else {
var _local17 = _local8.transition;
}
if (_local17 == undefined) {
var _local17 = _transitionList.easeoutexpo;
}
var _local4 = 0;
for ( ; _local4 < _local7.length ; _local4++) {
var _local19 = new Object();
for (var _local6 in _local11) {
_local19[_local6] = new caurina.transitions.PropertyInfoObj(_local11[_local6].valueStart, _local11[_local6].valueComplete, _local11[_local6].valueComplete, _local11[_local6].arrayIndex, {}, _local11[_local6].isSpecialProperty, _local11[_local6].modifierFunction, _local11[_local6].modifierParameters);
}
if (_local8.useFrames == true) {
var _local20 = new caurina.transitions.TweenListObj(_local7[_local4], _currentTimeFrame + (_local10 / _timeScale), _currentTimeFrame + ((_local10 + _local9) / _timeScale), true, _local17, _local8.transitionParams);
} else {
var _local20 = new caurina.transitions.TweenListObj(_local7[_local4], _currentTime + ((_local10 * 1000) / _timeScale), _currentTime + (((_local10 * 1000) + (_local9 * 1000)) / _timeScale), false, _local17, _local8.transitionParams);
}
_local20.properties = _local19;
_local20.onStart = _local8.onStart;
_local20.onUpdate = _local8.onUpdate;
_local20.onComplete = _local8.onComplete;
_local20.onOverwrite = _local8.onOverwrite;
_local20.onError = _local8.onError;
_local20.onStartParams = _local8.onStartParams;
_local20.onUpdateParams = _local8.onUpdateParams;
_local20.onCompleteParams = _local8.onCompleteParams;
_local20.onOverwriteParams = _local8.onOverwriteParams;
_local20.onStartScope = _local8.onStartScope;
_local20.onUpdateScope = _local8.onUpdateScope;
_local20.onCompleteScope = _local8.onCompleteScope;
_local20.onOverwriteScope = _local8.onOverwriteScope;
_local20.onErrorScope = _local8.onErrorScope;
_local20.rounded = _local8.rounded;
_local20.skipUpdates = _local8.skipUpdates;
if (((_local8.overwrite == undefined) ? (autoOverwrite) : (_local8.overwrite))) {
removeTweensByTime(_local20.scope, _local20.properties, _local20.timeStart, _local20.timeComplete);
}
_tweenList.push(_local20);
if ((_local9 == 0) && (_local10 == 0)) {
var _local21 = _tweenList.length - 1;
updateTweenByIndex(_local21);
removeTweenByIndex(_local21);
}
}
return(true);
}
static function addCaller(p_scopes, p_parameters) {
if (p_scopes == undefined) {
return(false);
}
if (p_scopes instanceof Array) {
var _local5 = p_scopes.concat();
} else {
var _local5 = [p_scopes];
}
var _local6 = p_parameters;
if (!_inited) {
init();
}
if ((!_engineExists) || (_root[getControllerName()] == undefined)) {
startEngine();
}
var _local7 = (_global.isNaN(_local6.time) ? 0 : (_local6.time));
var _local8 = (_global.isNaN(_local6.delay) ? 0 : (_local6.delay));
if (typeof(_local6.transition) == "string") {
var _local10 = _local6.transition.toLowerCase();
var _local9 = _transitionList[_local10];
} else {
var _local9 = _local6.transition;
}
if (_local9 == undefined) {
var _local9 = _transitionList.easeoutexpo;
}
var _local4 = 0;
for ( ; _local4 < _local5.length ; _local4++) {
if (_local6.useFrames == true) {
var _local11 = new caurina.transitions.TweenListObj(_local5[_local4], _currentTimeFrame + (_local8 / _timeScale), _currentTimeFrame + ((_local8 + _local7) / _timeScale), true, _local9, _local6.transitionParams);
} else {
var _local11 = new caurina.transitions.TweenListObj(_local5[_local4], _currentTime + ((_local8 * 1000) / _timeScale), _currentTime + (((_local8 * 1000) + (_local7 * 1000)) / _timeScale), false, _local9, _local6.transitionParams);
}
_local11.properties = undefined;
_local11.onStart = _local6.onStart;
_local11.onUpdate = _local6.onUpdate;
_local11.onComplete = _local6.onComplete;
_local11.onOverwrite = _local6.onOverwrite;
_local11.onStartParams = _local6.onStartParams;
_local11.onUpdateParams = _local6.onUpdateParams;
_local11.onCompleteParams = _local6.onCompleteParams;
_local11.onOverwriteParams = _local6.onOverwriteParams;
_local11.onStartScope = _local6.onStartScope;
_local11.onUpdateScope = _local6.onUpdateScope;
_local11.onCompleteScope = _local6.onCompleteScope;
_local11.onOverwriteScope = _local6.onOverwriteScope;
_local11.onErrorScope = _local6.onErrorScope;
_local11.isCaller = true;
_local11.count = _local6.count;
_local11.waitFrames = _local6.waitFrames;
_tweenList.push(_local11);
if ((_local7 == 0) && (_local8 == 0)) {
var _local12 = _tweenList.length - 1;
updateTweenByIndex(_local12);
removeTweenByIndex(_local12);
}
}
return(true);
}
static function removeTweensByTime(p_scope, p_properties, p_timeStart, p_timeComplete) {
var _local6 = false;
var _local9 = _tweenList.length;
var _local8 = 0;
for ( ; _local8 < _local9 ; _local8++) {
if (p_scope == _tweenList[_local8].scope) {
if ((p_timeComplete > _tweenList[_local8].timeStart) && (p_timeStart < _tweenList[_local8].timeComplete)) {
var _local7 = false;
for (var _local10 in _tweenList[_local8].properties) {
if (p_properties[_local10] != undefined) {
if (_tweenList[_local8].onOverwrite != undefined) {
var _local11 = ((_tweenList[_local8].onOverwriteScope != undefined) ? (_tweenList[_local8].onOverwriteScope) : (_tweenList[_local8].scope));
try {
_tweenList[_local8].onOverwrite.apply(_local11, _tweenList[_local8].onOverwriteParams);
} catch(e:Error) {
handleError(_tweenList[_local8], e, "onOverwrite");
}
}
_tweenList[_local8].properties[_local10] = undefined;
delete _tweenList[_local8].properties[_local10];
_local7 = true;
_local6 = true;
}
}
if (_local7) {
if (caurina.transitions.AuxFunctions.getObjectLength(_tweenList[_local8].properties) == 0) {
removeTweenByIndex(_local8);
}
}
}
}
}
return(_local6);
}
static function removeTweens(p_scope) {
var _local3 = new Array();
var _local4 = 1;
for ( ; _local4 < arguments.length ; _local4++) {
if ((typeof(arguments[_local4]) == "string") && (!caurina.transitions.AuxFunctions.isInArray(arguments[_local4], _local3))) {
if (_specialPropertySplitterList[arguments[_local4]]) {
var _local5 = _specialPropertySplitterList[arguments[_local4]];
var _local6 = _local5.splitValues(p_scope, null);
var _local7 = 0;
for ( ; _local7 < _local6.length ; _local7++) {
_local3.push(_local6[_local7].name);
}
} else {
_local3.push(arguments[_local4]);
}
}
}
return(affectTweens(removeTweenByIndex, p_scope, _local3));
}
static function removeAllTweens() {
var _local2 = false;
var _local3 = 0;
for ( ; _local3 < _tweenList.length ; _local3++) {
removeTweenByIndex(_local3);
_local2 = true;
}
return(_local2);
}
static function pauseTweens(p_scope) {
var _local3 = new Array();
var _local4 = 1;
for ( ; _local4 < arguments.length ; _local4++) {
if ((typeof(arguments[_local4]) == "string") && (!caurina.transitions.AuxFunctions.isInArray(arguments[_local4], _local3))) {
_local3.push(arguments[_local4]);
}
}
return(affectTweens(pauseTweenByIndex, p_scope, _local3));
}
static function pauseAllTweens() {
var _local2 = false;
var _local3 = 0;
for ( ; _local3 < _tweenList.length ; _local3++) {
pauseTweenByIndex(_local3);
_local2 = true;
}
return(_local2);
}
static function resumeTweens(p_scope) {
var _local3 = new Array();
var _local4 = 1;
for ( ; _local4 < arguments.length ; _local4++) {
if ((typeof(arguments[_local4]) == "string") && (!caurina.transitions.AuxFunctions.isInArray(arguments[_local4], _local3))) {
_local3.push(arguments[_local4]);
}
}
return(affectTweens(resumeTweenByIndex, p_scope, _local3));
}
static function resumeAllTweens() {
var _local2 = false;
var _local3 = 0;
for ( ; _local3 < _tweenList.length ; _local3++) {
resumeTweenByIndex(_local3);
_local2 = true;
}
return(_local2);
}
static function affectTweens(p_affectFunction, p_scope, p_properties) {
var _local5 = false;
if (!_tweenList) {
return(false);
}
var _local6 = 0;
for ( ; _local6 < _tweenList.length ; _local6++) {
if (_tweenList[_local6].scope == p_scope) {
if (p_properties.length == 0) {
p_affectFunction(_local6);
_local5 = true;
} else {
var _local7 = new Array();
var _local8 = 0;
for ( ; _local8 < p_properties.length ; _local8++) {
if (_tweenList[_local6].properties[p_properties[_local8]] != undefined) {
_local7.push(p_properties[_local8]);
}
}
if (_local7.length > 0) {
var _local9 = caurina.transitions.AuxFunctions.getObjectLength(_tweenList[_local6].properties);
if (_local9 == _local7.length) {
p_affectFunction(_local6);
_local5 = true;
} else {
var _local10 = splitTweens(_local6, _local7);
p_affectFunction(_local10);
_local5 = true;
}
}
}
}
}
return(_local5);
}
static function splitTweens(p_tween, p_properties) {
var _local4 = _tweenList[p_tween];
var _local5 = _local4.clone(false);
var _local6 = 0;
for ( ; _local6 < p_properties.length ; _local6++) {
var _local7 = p_properties[_local6];
if (_local4.properties[_local7] != undefined) {
_local4.properties[_local7] = undefined;
delete _local4.properties[_local7];
}
}
for (var _local7 in _local5.properties) {
var _local8 = false;
_local6 = 0;
for ( ; _local6 < p_properties.length ; _local6++) {
if (p_properties[_local6] == _local7) {
_local8 = true;
break;
}
}
if (!_local8) {
_local5.properties[_local7] = undefined;
delete _local5.properties[_local7];
}
}
_tweenList.push(_local5);
return(_tweenList.length - 1);
}
static function updateTweens() {
if (_tweenList.length == 0) {
return(false);
}
var _local2 = 0;
for ( ; _local2 < _tweenList.length ; _local2++) {
if (!_tweenList[_local2].isPaused) {
if (!updateTweenByIndex(_local2)) {
removeTweenByIndex(_local2);
}
if (_tweenList[_local2] == null) {
removeTweenByIndex(_local2, true);
_local2--;
}
}
}
return(true);
}
static function removeTweenByIndex(p_tween, p_finalRemoval) {
_tweenList[p_tween] = null;
if (p_finalRemoval) {
_tweenList.splice(p_tween, 1);
}
return(true);
}
static function pauseTweenByIndex(p_tween) {
var _local3 = _tweenList[p_tween];
if ((_local3 == null) || (_local3.isPaused)) {
return(false);
}
_local3.timePaused = getCurrentTweeningTime(_local3);
_local3.isPaused = true;
return(true);
}
static function resumeTweenByIndex(p_tween) {
var _local3 = _tweenList[p_tween];
if ((_local3 == null) || (!_local3.isPaused)) {
return(false);
}
var _local4 = getCurrentTweeningTime(_local3);
_local3.timeStart = _local3.timeStart + (_local4 - _local3.timePaused);
_local3.timeComplete = _local3.timeComplete + (_local4 - _local3.timePaused);
_local3.timePaused = undefined;
_local3.isPaused = false;
return(true);
}
static function updateTweenByIndex(i) {
var _local3 = _tweenList[i];
if ((_local3 == null) || (!_local3.scope)) {
return(false);
}
var _local4 = false;
var _local14 = getCurrentTweeningTime(_local3);
if (_local14 >= _local3.timeStart) {
var _local13 = _local3.scope;
if (_local3.isCaller) {
do {
var _local7 = ((_local3.timeComplete - _local3.timeStart) / _local3.count) * (_local3.timesCalled + 1);
var _local8 = _local3.timeStart;
var _local9 = _local3.timeComplete - _local3.timeStart;
var _local10 = _local3.timeComplete - _local3.timeStart;
var _local6 = _local3.transition(_local7, _local8, _local9, _local10, _local3.transitionParams);
if (_local14 >= _local6) {
if (_local3.onUpdate != undefined) {
var _local12 = ((_local3.onUpdateScope != undefined) ? (_local3.onUpdateScope) : (_local13));
try {
_local3.onUpdate.apply(_local12, _local3.onUpdateParams);
} catch(e:Error) {
handleError(_local3, e, "onUpdate");
}
}
_local3.timesCalled++;
if (_local3.timesCalled >= _local3.count) {
_local4 = true;
break;
}
if (_local3.waitFrames) {
break;
}
}
} while (_local14 >= _local6);
} else {
var _local5 = (_local3.skipUpdates < 1) || ((_local3.skipUpdates == undefined) || (_local3.updatesSkipped >= _local3.skipUpdates));
if (_local14 >= _local3.timeComplete) {
_local4 = true;
_local5 = true;
}
if (!_local3.hasStarted) {
if (_local3.onStart != undefined) {
var _local12 = ((_local3.onStartScope != undefined) ? (_local3.onStartScope) : (_local13));
try {
_local3.onStart.apply(_local12, _local3.onStartParams);
} catch(e:Error) {
handleError(_local3, e, "onStart");
}
}
for (var _local11 in _local3.properties) {
if (_local3.properties[_local11].isSpecialProperty) {
if (_specialPropertyList[_local11].preProcess != undefined) {
_local3.properties[_local11].valueComplete = _specialPropertyList[_local11].preProcess(_local13, _specialPropertyList[_local11].parameters, _local3.properties[_local11].originalValueComplete, _local3.properties[_local11].extra);
}
var _local16 = _specialPropertyList[_local11].getValue(_local13, _specialPropertyList[_local11].parameters, _local3.properties[_local11].extra);
} else {
var _local16 = _local13[_local11];
}
_local3.properties[_local11].valueStart = (_global.isNaN(_local16) ? (_local3.properties[_local11].valueComplete) : (_local16));
}
_local5 = true;
_local3.hasStarted = true;
}
if (_local5) {
for (var _local11 in _local3.properties) {
var _local15 = _local3.properties[_local11];
if (_local4) {
var _local6 = _local15.valueComplete;
} else if (_local15.hasModifier) {
var _local7 = _local14 - _local3.timeStart;
var _local10 = _local3.timeComplete - _local3.timeStart;
var _local6 = _local3.transition(_local7, 0, 1, _local10, _local3.transitionParams);
_local6 = _local15.modifierFunction(_local15.valueStart, _local15.valueComplete, _local6, _local15.modifierParameters);
} else {
var _local7 = _local14 - _local3.timeStart;
var _local8 = _local15.valueStart;
var _local9 = _local15.valueComplete - _local15.valueStart;
var _local10 = _local3.timeComplete - _local3.timeStart;
var _local6 = _local3.transition(_local7, _local8, _local9, _local10, _local3.transitionParams);
}
if (_local3.rounded) {
var _local6 = Math.round(_local6);
}
if (_local15.isSpecialProperty) {
_specialPropertyList[_local11].setValue(_local13, _local6, _specialPropertyList[_local11].parameters, _local3.properties[_local11].extra);
} else {
_local13[_local11] = _local6;
}
}
_local3.updatesSkipped = 0;
if (_local3.onUpdate != undefined) {
var _local12 = ((_local3.onUpdateScope != undefined) ? (_local3.onUpdateScope) : (_local13));
try {
_local3.onUpdate.apply(_local12, _local3.onUpdateParams);
} catch(e:Error) {
handleError(_local3, e, "onUpdate");
}
}
} else {
_local3.updatesSkipped++;
}
}
if (_local4 && (_local3.onComplete != undefined)) {
var _local12 = ((_local3.onCompleteScope != undefined) ? (_local3.onCompleteScope) : (_local13));
try {
_local3.onComplete.apply(_local12, _local3.onCompleteParams);
} catch(e:Error) {
handleError(_local3, e, "onComplete");
}
}
return(!_local4);
}
return(true);
}
static function init() {
_inited = true;
_transitionList = new Object();
caurina.transitions.Equations.init();
_specialPropertyList = new Object();
_specialPropertyModifierList = new Object();
_specialPropertySplitterList = new Object();
}
static function registerTransition(p_name, p_function) {
if (!_inited) {
init();
}
_transitionList[p_name] = p_function;
}
static function registerSpecialProperty(p_name, p_getFunction, p_setFunction, p_parameters, p_preProcessFunction) {
if (!_inited) {
init();
}
var _local7 = new caurina.transitions.SpecialProperty(p_getFunction, p_setFunction, p_parameters, p_preProcessFunction);
_specialPropertyList[p_name] = _local7;
}
static function registerSpecialPropertyModifier(p_name, p_modifyFunction, p_getFunction) {
if (!_inited) {
init();
}
var _local5 = new caurina.transitions.SpecialPropertyModifier(p_modifyFunction, p_getFunction);
_specialPropertyModifierList[p_name] = _local5;
}
static function registerSpecialPropertySplitter(p_name, p_splitFunction, p_parameters) {
if (!_inited) {
init();
}
var _local5 = new caurina.transitions.SpecialPropertySplitter(p_splitFunction, p_parameters);
_specialPropertySplitterList[p_name] = _local5;
}
static function startEngine() {
_engineExists = true;
_tweenList = new Array();
var _local2 = Math.floor(Math.random() * 999999);
var _local3 = _root.createEmptyMovieClip(getControllerName(), 31338 + _local2);
_local3.onEnterFrame = function () {
caurina.transitions.Tweener.onEnterFrame();
};
_currentTimeFrame = 0;
updateTime();
}
static function stopEngine() {
_engineExists = false;
_tweenList = null;
_currentTime = 0;
_currentTimeFrame = 0;
delete _root[getControllerName()].onEnterFrame;
_root[getControllerName()].removeMovieClip();
}
static function updateTime() {
_currentTime = getTimer();
}
static function updateFrame() {
_currentTimeFrame++;
}
static function onEnterFrame() {
updateTime();
updateFrame();
var _local2 = false;
_local2 = updateTweens();
if (!_local2) {
stopEngine();
}
}
static function setTimeScale(p_time) {
if (_global.isNaN(p_time)) {
p_time = 1;
}
if (p_time < 1E-5) {
p_time = 1E-5;
}
if (p_time != _timeScale) {
var _local3 = 0;
for ( ; _local3 < _tweenList.length ; _local3++) {
var _local4 = getCurrentTweeningTime(_tweenList[_local3]);
_tweenList[_local3].timeStart = _local4 - (((_local4 - _tweenList[_local3].timeStart) * _timeScale) / p_time);
_tweenList[_local3].timeComplete = _local4 - (((_local4 - _tweenList[_local3].timeComplete) * _timeScale) / p_time);
if (_tweenList[_local3].timePaused != undefined) {
_tweenList[_local3].timePaused = _local4 - (((_local4 - _tweenList[_local3].timePaused) * _timeScale) / p_time);
}
}
_timeScale = p_time;
}
}
static function isTweening(p_scope) {
var _local3 = 0;
for ( ; _local3 < _tweenList.length ; _local3++) {
if (_tweenList[_local3].scope == p_scope) {
return(true);
}
}
return(false);
}
static function getTweens(p_scope) {
var _local5 = new Array();
var _local3 = 0;
for ( ; _local3 < _tweenList.length ; _local3++) {
if (_tweenList[_local3].scope == p_scope) {
for (var _local4 in _tweenList[_local3].properties) {
_local5.push(_local4);
}
}
}
return(_local5);
}
static function getTweenCount(p_scope) {
var _local4 = 0;
var _local3 = 0;
for ( ; _local3 < _tweenList.length ; _local3++) {
if (_tweenList[_local3].scope == p_scope) {
_local4 = _local4 + caurina.transitions.AuxFunctions.getObjectLength(_tweenList[_local3].properties);
}
}
return(_local4);
}
static function handleError(pTweening, pError, pCallBackName) {
if ((pTweening.onError != undefined) && (typeof(pTweening.onError == "function"))) {
var _local5 = ((pTweening.onErrorScope != undefined) ? (pTweening.onErrorScope) : (pTweening.scope));
try {
pTweening.onError.apply(_local5, [pTweening.scope, pError]);
} catch(metaError:Error) {
printError((((pTweening.scope.toString() + " raised an error while executing the 'onError' handler. Original error:\n ") + pError) + "\nonError error: ") + metaError);
}
} else if (pTweening.onError == undefined) {
printError((((pTweening.scope.toString() + " raised an error while executing the '") + pCallBackName.toString()) + "'handler. \n") + pError);
}
}
static function getCurrentTweeningTime(p_tweening) {
return((p_tweening.useFrames ? (_currentTimeFrame) : (_currentTime)));
}
static function getVersion() {
return("AS2_FL7 1.33.74");
}
static function getControllerName() {
return("__tweener_controller__" + getVersion());
}
static function printError(p_message) {
trace("## [Tweener] Error: " + p_message);
}
static var _engineExists = false;
static var _inited = false;
static var _timeScale = 1;
static var autoOverwrite = true;
}
Symbol 20487 MovieClip [__Packages.didadi] Frame 0 (2.12 KiB) ●
class didadi
{
function didadi () {
}
static function gofo() {
sens = 1;
_root.didadi.sans_nom202.play();
}
static function goba() {
sens = 2;
_root.didadi.sans_nom202.play();
}
static function anim1() {
var _local2 = 100 - _root.didadi.sans_nom202._currentframe;
_root.didadi.sans_nom202.sans_nom85._visible = false;
_root.didadi.sans_nom202.sans_nom93._visible = false;
if (_local2 < 0) {
_local2 = 0;
}
if (_local2 > 100) {
_local2 = 100;
}
if (_local2 > 100) {
_local2 = 100;
}
_root.didadi.sans_nom202._xscale = _local2;
_root.didadi.sans_nom202._yscale = _local2;
}
static function anim2() {
_root.didadi.sans_nom202.sans_nom85._visible = false;
_root.didadi.sans_nom202.sans_nom93._visible = false;
var _local2 = 90 + (_root.didadi.sans_nom202._currentframe - 11);
if (_local2 < 0) {
_local2 = 0;
}
if (_local2 > 100) {
_local2 = 100;
}
_root.didadi.sans_nom202._xscale = _local2;
_root.didadi.sans_nom202._yscale = _local2;
}
static function anim3() {
_root.sans_nom83_text = String(_global.nawop);
var _local2 = _root.didadi.sans_nom202.sans_nom11._currentframe;
var _local4 = false;
if (_local2 == _root.didadi.sans_nom202.sans_nom11._totalframes) {
_local4 = true;
}
_global.nab2 = 3;
if (_global.nawop == 25) {
_global.nab2 = 4;
}
if (sens == 1) {
if (((_local2 - _global.nawop) < _global.nab2) || (_global.restecard <= 0)) {
if (_local4 == true) {
_local2 = 0;
}
_root.didadi.sans_nom202.sans_nom11.gotoAndStop(_local2 + 1);
} else {
_root.cardgrp._visible = true;
_root.didadi.gotoAndStop(1);
}
}
if (sens == 2) {
if ((_global.nawop == _local2) && (_global.restecard > 0)) {
_root.fipi.play();
}
if ((_global.nawop < _local2) || (_global.restecard <= 0)) {
if (_local2 == 1) {
_local2 = _root.didadi.sans_nom202.sans_nom11._totalframes + 1;
}
_root.didadi.sans_nom202.sans_nom11.gotoAndStop(_local2 - 1);
}
}
}
//ASSetPropFlags(_local1, null, 1);
static var sens = 1;
}
Symbol 20488 MovieClip [__Packages.caurina.transitions.SpecialPropertyModifier] Frame 0 (532 B)
class caurina.transitions.SpecialPropertyModifier
{
var modifyValues, getValue;
function SpecialPropertyModifier (p_modifyFunction, p_getFunction) {
modifyValues = p_modifyFunction;
getValue = p_getFunction;
}
function toString() {
var _local2 = "";
_local2 = _local2 + "[SpecialPropertyModifier ";
_local2 = _local2 + ("modifyValues:" + modifyValues.toString());
_local2 = _local2 + ", ";
_local2 = _local2 + ("getValue:" + getValue.toString());
_local2 = _local2 + "]";
return(_local2);
}
}
Symbol 20489 MovieClip [__Packages.caurina.transitions.Equations] Frame 0 (12.43 KiB) ● ●
class caurina.transitions.Equations
{
function Equations () {
trace("Equations is a static class and should not be instantiated.");
}
static function init() {
caurina.transitions.Tweener.registerTransition("easenone", easeNone);
caurina.transitions.Tweener.registerTransition("linear", easeNone);
caurina.transitions.Tweener.registerTransition("easeinquad", easeInQuad);
caurina.transitions.Tweener.registerTransition("easeoutquad", easeOutQuad);
caurina.transitions.Tweener.registerTransition("easeinoutquad", easeInOutQuad);
caurina.transitions.Tweener.registerTransition("easeoutinquad", easeOutInQuad);
caurina.transitions.Tweener.registerTransition("easeincubic", easeInCubic);
caurina.transitions.Tweener.registerTransition("easeoutcubic", easeOutCubic);
caurina.transitions.Tweener.registerTransition("easeinoutcubic", easeInOutCubic);
caurina.transitions.Tweener.registerTransition("easeoutincubic", easeOutInCubic);
caurina.transitions.Tweener.registerTransition("easeinquart", easeInQuart);
caurina.transitions.Tweener.registerTransition("easeoutquart", easeOutQuart);
caurina.transitions.Tweener.registerTransition("easeinoutquart", easeInOutQuart);
caurina.transitions.Tweener.registerTransition("easeoutinquart", easeOutInQuart);
caurina.transitions.Tweener.registerTransition("easeinquint", easeInQuint);
caurina.transitions.Tweener.registerTransition("easeoutquint", easeOutQuint);
caurina.transitions.Tweener.registerTransition("easeinoutquint", easeInOutQuint);
caurina.transitions.Tweener.registerTransition("easeoutinquint", easeOutInQuint);
caurina.transitions.Tweener.registerTransition("easeinsine", easeInSine);
caurina.transitions.Tweener.registerTransition("easeoutsine", easeOutSine);
caurina.transitions.Tweener.registerTransition("easeinoutsine", easeInOutSine);
caurina.transitions.Tweener.registerTransition("easeoutinsine", easeOutInSine);
caurina.transitions.Tweener.registerTransition("easeincirc", easeInCirc);
caurina.transitions.Tweener.registerTransition("easeoutcirc", easeOutCirc);
caurina.transitions.Tweener.registerTransition("easeinoutcirc", easeInOutCirc);
caurina.transitions.Tweener.registerTransition("easeoutincirc", easeOutInCirc);
caurina.transitions.Tweener.registerTransition("easeinexpo", easeInExpo);
caurina.transitions.Tweener.registerTransition("easeoutexpo", easeOutExpo);
caurina.transitions.Tweener.registerTransition("easeinoutexpo", easeInOutExpo);
caurina.transitions.Tweener.registerTransition("easeoutinexpo", easeOutInExpo);
caurina.transitions.Tweener.registerTransition("easeinelastic", easeInElastic);
caurina.transitions.Tweener.registerTransition("easeoutelastic", easeOutElastic);
caurina.transitions.Tweener.registerTransition("easeinoutelastic", easeInOutElastic);
caurina.transitions.Tweener.registerTransition("easeoutinelastic", easeOutInElastic);
caurina.transitions.Tweener.registerTransition("easeinback", easeInBack);
caurina.transitions.Tweener.registerTransition("easeoutback", easeOutBack);
caurina.transitions.Tweener.registerTransition("easeinoutback", easeInOutBack);
caurina.transitions.Tweener.registerTransition("easeoutinback", easeOutInBack);
caurina.transitions.Tweener.registerTransition("easeinbounce", easeInBounce);
caurina.transitions.Tweener.registerTransition("easeoutbounce", easeOutBounce);
caurina.transitions.Tweener.registerTransition("easeinoutbounce", easeInOutBounce);
caurina.transitions.Tweener.registerTransition("easeoutinbounce", easeOutInBounce);
}
static function easeNone(t, b, c, d, p_params) {
return(((c * t) / d) + b);
}
static function easeInQuad(t, b, c, d, p_params) {
t = t / d;
return(((c * t) * t) + b);
}
static function easeOutQuad(t, b, c, d, p_params) {
t = t / d;
return((((-c) * t) * (t - 2)) + b);
}
static function easeInOutQuad(t, b, c, d, p_params) {
t = t / (d / 2);
if (t < 1) {
return((((c / 2) * t) * t) + b);
}
t--;
return((((-c) / 2) * ((t * (t - 2)) - 1)) + b);
}
static function easeOutInQuad(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutQuad(t * 2, b, c / 2, d, p_params));
}
return(easeInQuad((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInCubic(t, b, c, d, p_params) {
t = t / d;
return((((c * t) * t) * t) + b);
}
static function easeOutCubic(t, b, c, d, p_params) {
t = (t / d) - 1;
return((c * (((t * t) * t) + 1)) + b);
}
static function easeInOutCubic(t, b, c, d, p_params) {
t = t / (d / 2);
if (t < 1) {
return(((((c / 2) * t) * t) * t) + b);
}
t = t - 2;
return(((c / 2) * (((t * t) * t) + 2)) + b);
}
static function easeOutInCubic(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutCubic(t * 2, b, c / 2, d, p_params));
}
return(easeInCubic((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInQuart(t, b, c, d, p_params) {
t = t / d;
return(((((c * t) * t) * t) * t) + b);
}
static function easeOutQuart(t, b, c, d, p_params) {
t = (t / d) - 1;
return(((-c) * ((((t * t) * t) * t) - 1)) + b);
}
static function easeInOutQuart(t, b, c, d, p_params) {
t = t / (d / 2);
if (t < 1) {
return((((((c / 2) * t) * t) * t) * t) + b);
}
t = t - 2;
return((((-c) / 2) * ((((t * t) * t) * t) - 2)) + b);
}
static function easeOutInQuart(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutQuart(t * 2, b, c / 2, d, p_params));
}
return(easeInQuart((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInQuint(t, b, c, d, p_params) {
t = t / d;
return((((((c * t) * t) * t) * t) * t) + b);
}
static function easeOutQuint(t, b, c, d, p_params) {
t = (t / d) - 1;
return((c * (((((t * t) * t) * t) * t) + 1)) + b);
}
static function easeInOutQuint(t, b, c, d, p_params) {
t = t / (d / 2);
if (t < 1) {
return(((((((c / 2) * t) * t) * t) * t) * t) + b);
}
t = t - 2;
return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b);
}
static function easeOutInQuint(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutQuint(t * 2, b, c / 2, d, p_params));
}
return(easeInQuint((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInSine(t, b, c, d, p_params) {
return((((-c) * Math.cos((t / d) * (Math.PI / 2))) + c) + b);
}
static function easeOutSine(t, b, c, d, p_params) {
return((c * Math.sin((t / d) * (Math.PI / 2))) + b);
}
static function easeInOutSine(t, b, c, d, p_params) {
return((((-c) / 2) * (Math.cos((Math.PI * t) / d) - 1)) + b);
}
static function easeOutInSine(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutSine(t * 2, b, c / 2, d, p_params));
}
return(easeInSine((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInExpo(t, b, c, d, p_params) {
return(((t == 0) ? (b) : (((c * Math.pow(2, 10 * ((t / d) - 1))) + b) - (c * 0.001))));
}
static function easeOutExpo(t, b, c, d, p_params) {
return(((t == d) ? (b + c) : (((c * 1.001) * ((-Math.pow(2, (-10 * t) / d)) + 1)) + b)));
}
static function easeInOutExpo(t, b, c, d, p_params) {
if (t == 0) {
return(b);
}
if (t == d) {
return(b + c);
}
t = t / (d / 2);
if (t < 1) {
return((((c / 2) * Math.pow(2, 10 * (t - 1))) + b) - (c * 0.0005));
}
t--;
return((((c / 2) * 1.0005) * ((-Math.pow(2, -10 * t)) + 2)) + b);
}
static function easeOutInExpo(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutExpo(t * 2, b, c / 2, d, p_params));
}
return(easeInExpo((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInCirc(t, b, c, d, p_params) {
t = t / d;
return(((-c) * (Math.sqrt(1 - (t * t)) - 1)) + b);
}
static function easeOutCirc(t, b, c, d, p_params) {
t = (t / d) - 1;
return((c * Math.sqrt(1 - (t * t))) + b);
}
static function easeInOutCirc(t, b, c, d, p_params) {
t = t / (d / 2);
if (t < 1) {
return((((-c) / 2) * (Math.sqrt(1 - (t * t)) - 1)) + b);
}
t = t - 2;
return(((c / 2) * (Math.sqrt(1 - (t * t)) + 1)) + b);
}
static function easeOutInCirc(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutCirc(t * 2, b, c / 2, d, p_params));
}
return(easeInCirc((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInElastic(t, b, c, d, p_params) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
var _local7 = ((p_params.period == undefined) ? (d * 0.3) : (p_params.period));
var _local9 = p_params.amplitude;
if ((!_local9) || (_local9 < Math.abs(c))) {
_local9 = c;
var _local8 = _local7 / 4;
} else {
var _local8 = (_local7 / (2 * Math.PI)) * Math.asin(c / _local9);
}
t = t - 1;
return((-((_local9 * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / _local7))) + b);
}
static function easeOutElastic(t, b, c, d, p_params) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
var _local7 = ((p_params.period == undefined) ? (d * 0.3) : (p_params.period));
var _local9 = p_params.amplitude;
if ((!_local9) || (_local9 < Math.abs(c))) {
_local9 = c;
var _local8 = _local7 / 4;
} else {
var _local8 = (_local7 / (2 * Math.PI)) * Math.asin(c / _local9);
}
return((((_local9 * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / _local7)) + c) + b);
}
static function easeInOutElastic(t, b, c, d, p_params) {
if (t == 0) {
return(b);
}
t = t / (d / 2);
if (t == 2) {
return(b + c);
}
var _local7 = ((p_params.period == undefined) ? (d * (0.3 * 1.5)) : (p_params.period));
var _local9 = p_params.amplitude;
if ((!_local9) || (_local9 < Math.abs(c))) {
_local9 = c;
var _local8 = _local7 / 4;
} else {
var _local8 = (_local7 / (2 * Math.PI)) * Math.asin(c / _local9);
}
if (t < 1) {
t = t - 1;
return((-0.5 * ((_local9 * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / _local7))) + b);
}
t = t - 1;
return(((((_local9 * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local8) * (2 * Math.PI)) / _local7)) * 0.5) + c) + b);
}
static function easeOutInElastic(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutElastic(t * 2, b, c / 2, d, p_params));
}
return(easeInElastic((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInBack(t, b, c, d, p_params) {
var _local7 = ((p_params.overshoot == undefined) ? 1.70158 : (p_params.overshoot));
t = t / d;
return((((c * t) * t) * (((_local7 + 1) * t) - _local7)) + b);
}
static function easeOutBack(t, b, c, d, p_params) {
var _local7 = ((p_params.overshoot == undefined) ? 1.70158 : (p_params.overshoot));
t = (t / d) - 1;
return((c * (((t * t) * (((_local7 + 1) * t) + _local7)) + 1)) + b);
}
static function easeInOutBack(t, b, c, d, p_params) {
var _local7 = ((p_params.overshoot == undefined) ? 1.70158 : (p_params.overshoot));
t = t / (d / 2);
if (t < 1) {
_local7 = _local7 * 1.525;
return(((c / 2) * ((t * t) * (((_local7 + 1) * t) - _local7))) + b);
}
t = t - 2;
_local7 = _local7 * 1.525;
return(((c / 2) * (((t * t) * (((_local7 + 1) * t) + _local7)) + 2)) + b);
}
static function easeOutInBack(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutBack(t * 2, b, c / 2, d, p_params));
}
return(easeInBack((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
static function easeInBounce(t, b, c, d, p_params) {
return((c - easeOutBounce(d - t, 0, c, d)) + b);
}
static function easeOutBounce(t, b, c, d, p_params) {
t = t / d;
if (t < (1 / 2.75)) {
return((c * ((7.5625 * t) * t)) + b);
}
if (t < (2 / 2.75)) {
t = t - (1.5 / 2.75);
return((c * (((7.5625 * t) * t) + 0.75)) + b);
}
if (t < (2.5 / 2.75)) {
t = t - (2.25 / 2.75);
return((c * (((7.5625 * t) * t) + 0.9375)) + b);
}
t = t - (2.625 / 2.75);
return((c * (((7.5625 * t) * t) + 0.984375)) + b);
}
static function easeInOutBounce(t, b, c, d, p_params) {
if (t < (d / 2)) {
return((easeInBounce(t * 2, 0, c, d) * 0.5) + b);
}
return(((easeOutBounce((t * 2) - d, 0, c, d) * 0.5) + (c * 0.5)) + b);
}
static function easeOutInBounce(t, b, c, d, p_params) {
if (t < (d / 2)) {
return(easeOutBounce(t * 2, b, c / 2, d, p_params));
}
return(easeInBounce((t * 2) - d, b + (c / 2), c / 2, d, p_params));
}
}
Symbol 963 Button (34 B)
on (release) {
gotoAndStop (4);
}
Symbol 967 Button (73 B)
on (release) {
(erterter:popup3());// not popped
tellTarget ("") {
}
}
Symbol 971 Button (73 B)
on (release) {
(erterter:popup1());// not popped
tellTarget ("") {
}
}
Symbol 975 MovieClip Frame 1 (58 B)
(erterter:docompte());// not popped
tellTarget ("") {
}
Symbol 975 MovieClip Frame 2 (77 B)
(erterter:docompte());// not popped
tellTarget ("") {
gotoAndPlay (1);
}
Symbol 977 MovieClip Frame 1 (57 B)
(erterter:floutte());// not popped
tellTarget ("") {
}
Symbol 977 MovieClip Frame 2 (76 B)
(erterter:floutte());// not popped
tellTarget ("") {
gotoAndPlay (1);
}
Symbol 982 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox2, _root.cardgrp.sans2));// not popped
tellTarget ("") {
}
}
Symbol 985 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox3, _root.cardgrp.sans3));// not popped
tellTarget ("") {
}
}
Symbol 988 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox4, _root.cardgrp.sans4));// not popped
tellTarget ("") {
}
}
Symbol 995 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox1, _root.cardgrp.sans1));// not popped
tellTarget ("") {
}
}
Symbol 998 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox5, _root.cardgrp.sans5));// not popped
tellTarget ("") {
}
}
Symbol 1001 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox6, _root.cardgrp.sans6));// not popped
tellTarget ("") {
}
}
Symbol 1006 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox7, _root.cardgrp.sans7));// not popped
tellTarget ("") {
}
}
Symbol 1009 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox8, _root.cardgrp.sans8));// not popped
tellTarget ("") {
}
}
Symbol 1012 Button (116 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox9, _root.cardgrp.sans9));// not popped
tellTarget ("") {
}
}
Symbol 1015 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox10, _root.cardgrp.sans10));// not popped
tellTarget ("") {
}
}
Symbol 1018 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox11, _root.cardgrp.sans11));// not popped
tellTarget ("") {
}
}
Symbol 1021 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox12, _root.cardgrp.sans12));// not popped
tellTarget ("") {
}
}
Symbol 1024 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox13, _root.cardgrp.sans13));// not popped
tellTarget ("") {
}
}
Symbol 1027 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox14, _root.cardgrp.sans14));// not popped
tellTarget ("") {
}
}
Symbol 1030 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox15, _root.cardgrp.sans15));// not popped
tellTarget ("") {
}
}
Symbol 1033 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox16, _root.cardgrp.sans16));// not popped
tellTarget ("") {
}
}
Symbol 1036 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox17, _root.cardgrp.sans17));// not popped
tellTarget ("") {
}
}
Symbol 1039 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox18, _root.cardgrp.sans18));// not popped
tellTarget ("") {
}
}
Symbol 1042 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox19, _root.cardgrp.sans19));// not popped
tellTarget ("") {
}
}
Symbol 1045 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox20, _root.cardgrp.sans20));// not popped
tellTarget ("") {
}
}
Symbol 1048 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox21, _root.cardgrp.sans21));// not popped
tellTarget ("") {
}
}
Symbol 1051 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox22, _root.cardgrp.sans22));// not popped
tellTarget ("") {
}
}
Symbol 1054 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox23, _root.cardgrp.sans23));// not popped
tellTarget ("") {
}
}
Symbol 1057 Button (118 B)
on (release) {
(erterter:darotate(_root.cardgrp.mcbox24, _root.cardgrp.sans24));// not popped
tellTarget ("") {
}
}
Symbol 3 MovieClip Frame 1 (74 B)
stop();
stop();
(erterter:init());// not popped
tellTarget ("") {
}
Symbol 1082 Button (73 B)
on (release) {
(erterter:popup3());// not popped
tellTarget ("") {
}
}
Symbol 1086 Button (69 B)
on (release) {
(didadi:goba());// not popped
tellTarget ("") {
}
}
Symbol 1090 Button (69 B)
on (release) {
(didadi:gofo());// not popped
tellTarget ("") {
}
}
Symbol 127 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 2 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 3 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 4 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 5 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 6 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 7 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 8 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 9 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 10 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 11 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 12 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 13 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 14 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 15 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 16 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 17 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 18 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 19 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 20 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 21 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 22 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 23 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 24 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 25 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 26 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 27 (53 B)
(didadi:anim3());// not popped
tellTarget ("") {
}
Symbol 127 MovieClip Frame 28 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 29 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 30 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 31 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 32 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 33 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 34 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 35 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 36 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 37 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 38 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 39 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 40 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 41 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 42 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 43 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 44 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 45 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 46 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 47 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 48 (18 B)
stop();
stop();
Symbol 127 MovieClip Frame 49 (18 B)
stop();
stop();
Symbol 104 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 104 MovieClip Frame 2 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 3 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 4 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 5 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 6 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 7 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 8 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 9 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 10 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 11 (53 B)
(didadi:anim1());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 12 (85 B)
(didadi:anim2());// not popped
(didadi:anim3());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 13 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 14 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 15 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 16 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 17 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 18 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 19 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 20 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 104 MovieClip Frame 21 (53 B)
(didadi:anim2());// not popped
tellTarget ("") {
}
Symbol 103 MovieClip Frame 1 (100 B)
setProperty("_root.didadi.sans_nom82", _visible , false);
tellTarget ("") {
}
stop();
stop();
Symbol 103 MovieClip Frame 2 (18 B)
stop();
stop();
Symbol 1182 Button (107 B)
on (release) {
(erterter:init());// not popped
(erterter:pssmenu());// not popped
tellTarget ("") {
}
}
Symbol 404 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 1188 Button (214 B)
on (release) {
tellTarget (_root.musicgrp) {
gotoAndPlay(1 + 1);
};
tellTarget (_root.musicda) {
gotoAndPlay(1 + 1);
};
tellTarget (_root.musicgrp) {
stop();
};
stopAllSounds();
tellTarget ("") {
}
}
Symbol 1192 Button (196 B)
on (release) {
tellTarget (_root.musicgrp) {
gotoAndPlay(0 + 1);
};
tellTarget (_root.musicgrp) {
stop();
};
tellTarget (_root.musicda) {
gotoAndPlay(0 + 1);
};
tellTarget ("") {
}
}
Symbol 325 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 325 MovieClip Frame 2 (18 B)
stop();
stop();
Symbol 1196 Button (112 B)
on (release) {
(erterter:openabout());// not popped
(erterter:pssmenu());// not popped
tellTarget ("") {
}
}
Symbol 1200 Button (73 B)
on (release) {
(erterter:popup1());// not popped
tellTarget ("") {
}
}
Symbol 1204 Button (73 B)
on (release) {
(erterter:popup2());// not popped
tellTarget ("") {
}
}
Symbol 1208 Button (73 B)
on (release) {
(erterter:popup3());// not popped
tellTarget ("") {
}
}
Symbol 1228 Button (73 B)
on (release) {
(erterter:popup1());// not popped
tellTarget ("") {
}
}
Symbol 1236 Button (73 B)
on (release) {
(erterter:popup3());// not popped
tellTarget ("") {
}
}
Symbol 1244 Button (73 B)
on (release) {
(erterter:popup2());// not popped
tellTarget ("") {
}
}
Symbol 1248 Button (73 B)
on (release) {
(erterter:popup6());// not popped
tellTarget ("") {
}
}
Symbol 1252 Button (74 B)
on (release) {
(erterter::popup5());// not popped
tellTarget ("") {
}
}
Symbol 339 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 1268 Button (113 B)
on (release) {
(erterter:closeabout());// not popped
(erterter:pssmenu());// not popped
tellTarget ("") {
}
}
Symbol 335 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 335 MovieClip Frame 2 (18 B)
stop();
stop();
Symbol 396 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 1306 Button (73 B)
on (release) {
(erterter:popup3());// not popped
tellTarget ("") {
}
}
Symbol 400 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 1315 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 411 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 1319 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 414 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 1323 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 417 MovieClip Frame 1 (18 B)
stop();
stop();
Symbol 1327 Button (34 B)
on (release) {
gotoAndPlay (2);
}
Symbol 420 MovieClip Frame 1 (18 B)
stop();
stop();