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

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

Memento.swf

This is the info page for
Flash #28852

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


Text
<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#000000"> </FONT></P>

TEST your iq

ROTATION I

ROTATION II

translations

NO coLORS

NORMAL

CUSTOMIzed

combo

MEMENTO

joue

X

cpt

X

cpt2

X

cpt3

X

cpt4

X

SCORE :

0

0

0

0

0

0

0

GAME OVER

Replay

0

ActionScript [AS1/AS2]

Frame 1
_root.intro = new Sound(); _root.intro.attachSound("intro"); _root.goutte = new Sound(); _root.goutte.attachSound("goutte"); intro.start(0, 1000); d._y = 350; d2._y = 350; stop();
Instance of Symbol 43 MovieClip [FCheckBoxSymbol] "Fbox1" in Frame 1
//component parameters onClipEvent (initialize) { label = ""; initialValue = false; labelPlacement = "right"; changeHandler = ""; }
Instance of Symbol 43 MovieClip [FCheckBoxSymbol] "Fbox2" in Frame 1
//component parameters onClipEvent (initialize) { label = ""; initialValue = false; labelPlacement = "right"; changeHandler = ""; }
Instance of Symbol 43 MovieClip [FCheckBoxSymbol] "Fbox3" in Frame 1
//component parameters onClipEvent (initialize) { label = ""; initialValue = false; labelPlacement = "right"; changeHandler = ""; }
Instance of Symbol 43 MovieClip [FCheckBoxSymbol] "Fbox4" in Frame 1
//component parameters onClipEvent (initialize) { label = ""; initialValue = false; labelPlacement = "right"; changeHandler = ""; }
Frame 2
function verif(nb) { if (tab[cpt4] != nb) { joue = 3; _root.nextFrame(); _root.fin.start(0); } else { _root["son" + nb].start(0); cpt4++; if (cpt4 == cpt3) { joue = 0; score++; } } } function tourne() { if (joue == 2) { if (gmode == 1) { actuelle = _root.base._currentframe; if (((box1 == 1) && (box2 == 0)) && (box3 == 0)) { if (!(actuelle === 40)) { } else { base.gotoAndPlay(1); } } if (((box1 == 0) && (box2 == 1)) && (box3 == 0)) { switch (actuelle) { case 1 : base.gotoAndPlay(40); break; case 80 : base.gotoAndPlay(40); } } if (((box1 == 1) && (box2 == 1)) && (box3 == 0)) { if (!(actuelle === 80)) { } else { base.gotoAndPlay(1); } } if (((box1 == 1) && (box2 == 0)) && (box3 == 1)) { switch (actuelle) { case 10 : base.gotoAndPlay(91); break; case 100 : base.gotoAndPlay(30); break; case 40 : base.gotoAndPlay(81); break; case 90 : base.gotoAndPlay(20); break; case 30 : base.gotoAndPlay(111); break; case 120 : base.gotoAndPlay(10); break; case 20 : base.gotoAndPlay(101); break; case 110 : base.gotoAndPlay(1); break; default : base.gotoAndPlay(1); } } if (((box1 == 0) && (box2 == 1)) && (box3 == 1)) { switch (actuelle) { case 1 : base.gotoAndPlay(40); break; case 50 : base.gotoAndPlay(111); break; case 120 : base.gotoAndPlay(70); break; case 80 : base.gotoAndPlay(81); break; case 90 : base.gotoAndPlay(60); break; case 70 : base.gotoAndPlay(91); break; case 100 : base.gotoAndPlay(50); break; case 60 : base.gotoAndPlay(101); break; case 110 : base.gotoAndPlay(40); break; default : base.gotoAndPlay(40); } } if (((box1 == 1) && (box2 == 1)) && (box3 == 1)) { switch (actuelle) { case 10 : base.gotoAndPlay(91); break; case 100 : base.gotoAndPlay(50); break; case 60 : base.gotoAndPlay(101); break; case 110 : base.gotoAndPlay(1); } } if (((box1 == 1) || (box2 == 1)) || (box3 == 1)) { _root.base.gotoAndPlay(_root.base._currentframe + 1); } } if (gmode == 2) { _root.base.gotoAndPlay(_root.base._currentframe + 1); } joue = 1; } } _root.son0 = new Sound(); _root.son0.attachSound("rouge.mp3"); _root.son1 = new Sound(); _root.son1.attachSound("bleu.mp3"); _root.son2 = new Sound(); _root.son2.attachSound("jaune.mp3"); _root.son3 = new Sound(); _root.son3.attachSound("vert.mp3"); _root.fin = new Sound(); _root.fin.attachSound("fin.mp3"); if (box4 == 1) { _root.base.rouge.gris.gotoAndPlay(10); _root.base.bleu.gris.gotoAndPlay(10); _root.base.jaune.gris.gotoAndPlay(10); _root.base.vert.gris.gotoAndPlay(10); } cpt = -20; cpt2 = 0; cpt3 = 0; tab = []; tab[0] = random(4); joue = 0; quatre = ["rouge", "bleu", "jaune", "vert"]; score = 0; _root.onEnterFrame = function () { if (joue == 0) { cpt++; if (cpt == 20) { if (cpt2 == cpt3) { lacase = random(4); tab[cpt2] = lacase; cpt = -20; cpt2 = 0; cpt3++; cpt4 = 0; joue = 2; } else { lacase = tab[cpt2]; cpt2++; cpt = 0; } _root.base[quatre[lacase]].cube.gotoAndPlay(2); _root["son" + lacase].start(0); } } if ((cpt == -1) && (gmode == 2)) { if (score == 1) { _root.base.rouge.gris.gotoAndPlay(2); _root.base.bleu.gris.gotoAndPlay(2); _root.base.jaune.gris.gotoAndPlay(2); _root.base.vert.gris.gotoAndPlay(2); } if (score == 3) { _root.base.rouge.gris.gotoAndPlay(10); _root.base.bleu.gris.gotoAndPlay(10); _root.base.jaune.gris.gotoAndPlay(10); _root.base.vert.gris.gotoAndPlay(10); } } actuelle2 = _root.base._currentframe; }; stop();
Frame 3
stop();
Symbol 18 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(shadow_mc, "shadow"); component.registerSkinElement(darkshadow_mc, "darkshadow"); component.registerSkinElement(highlight_mc, "highlight"); component.registerSkinElement(highlight3D_mc, "highlight3D");
Symbol 21 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "background");
Symbol 24 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 26 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(background_mc, "backgroundDisabled");
Symbol 29 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "foregroundDisabled");
Symbol 32 MovieClip Frame 1
var component = _parent._parent; component.registerSkinElement(check_mc, "check");
Symbol 33 MovieClip [fcb_states] Frame 1
stop();
Symbol 33 MovieClip [fcb_states] Frame 2
stop();
Symbol 33 MovieClip [fcb_states] Frame 3
stop();
Symbol 33 MovieClip [fcb_states] Frame 4
stop();
Symbol 33 MovieClip [fcb_states] Frame 5
stop();
Symbol 33 MovieClip [fcb_states] Frame 6
stop();
Symbol 36 MovieClip [FLabelSymbol] Frame 1
#initclip 2 _global.FLabelClass = function () { if (this.hostComponent == undefined) { this.hostComponent = ((this._parent.controller == undefined) ? (this._parent) : (this._parent.controller)); } if (this.customTextStyle == undefined) { if (this.hostComponent.textStyle == undefined) { this.hostComponent.textStyle = new TextFormat(); } this.textStyle = this.hostComponent.textStyle; this.enable = true; } }; FLabelClass.prototype = new MovieClip(); Object.registerClass("FLabelSymbol", FLabelClass); FLabelClass.prototype.setLabel = function (label) { var val = this.hostComponent.styleTable.embedFonts.value; if (val != undefined) { this.labelField.embedFonts = val; } this.labelField.setNewTextFormat(this.textStyle); this.labelField.text = label; this.labelField._height = this.labelField.textHeight + 2; }; FLabelClass.prototype.setSize = function (width) { this.labelField._width = width; }; FLabelClass.prototype.setEnabled = function (enable) { this.enable = enable; var tmpColor = this.hostComponent.styleTable[(enable ? "textColor" : "textDisabled")].value; if (tmpColor == undefined) { tmpColor = (enable ? 0 : 8947848); } this.setColor(tmpColor); }; FLabelClass.prototype.getLabel = function () { return(this.labelField.text); }; FLabelClass.prototype.setColor = function (col) { this.labelField.textColor = col; }; #endinitclip
Symbol 37 MovieClip [FUIComponentSymbol] Frame 1
#initclip 1 function FUIComponentClass() { this.init(); } FUIComponentClass.prototype = new MovieClip(); FUIComponentClass.prototype.init = function () { this.enable = true; this.focused = false; this.useHandCursor = false; this._accImpl = new Object(); this._accImpl.stub = true; this.styleTable = new Array(); if (_global.globalStyleFormat == undefined) { _global.globalStyleFormat = new FStyleFormat(); globalStyleFormat.isGlobal = true; _global._focusControl = new Object(); _global._focusControl.onSetFocus = function (oldFocus, newFocus) { oldFocus.myOnKillFocus(); newFocus.myOnSetFocus(); }; Selection.addListener(_global._focusControl); } if (this._name != undefined) { this._focusrect = false; this.tabEnabled = true; this.focusEnabled = true; this.tabChildren = false; this.tabFocused = true; if (this.hostStyle == undefined) { globalStyleFormat.addListener(this); } else { this.styleTable = this.hostStyle; } this.deadPreview._visible = false; this.deadPreview._width = (this.deadPreview._height = 1); this.methodTable = new Object(); this.keyListener = new Object(); this.keyListener.controller = this; this.keyListener.onKeyDown = function () { this.controller.myOnKeyDown(); }; this.keyListener.onKeyUp = function () { this.controller.myOnKeyUp(); }; for (var i in this.styleFormat_prm) { this.setStyleProperty(i, this.styleFormat_prm[i]); } } }; FUIComponentClass.prototype.setEnabled = function (enabledFlag) { this.enable = ((arguments.length > 0) ? (enabledFlag) : true); this.tabEnabled = (this.focusEnabled = enabledFlag); if ((!this.enable) && (this.focused)) { Selection.setFocus(undefined); } }; FUIComponentClass.prototype.getEnabled = function () { return(this.enable); }; FUIComponentClass.prototype.setSize = function (w, h) { this.width = w; this.height = h; this.focusRect.removeMovieClip(); }; FUIComponentClass.prototype.setChangeHandler = function (chng, obj) { this.handlerObj = ((obj == undefined) ? (this._parent) : (obj)); this.changeHandler = chng; }; FUIComponentClass.prototype.invalidate = function (methodName) { this.methodTable[methodName] = true; this.onEnterFrame = this.cleanUI; }; FUIComponentClass.prototype.cleanUI = function () { if (this.methodTable.setSize) { this.setSize(this.width, this.height); } else { this.cleanUINotSize(); } this.methodTable = new Object(); delete this.onEnterFrame; }; FUIComponentClass.prototype.cleanUINotSize = function () { for (var funct in this.methodTable) { this[funct](); } }; FUIComponentClass.prototype.drawRect = function (x, y, w, h) { var inner = this.styleTable.focusRectInner.value; var outer = this.styleTable.focusRectOuter.value; if (inner == undefined) { inner = 16777215 /* 0xFFFFFF */; } if (outer == undefined) { outer = 0; } this.createEmptyMovieClip("focusRect", 1000); this.focusRect.controller = this; this.focusRect.lineStyle(1, outer); this.focusRect.moveTo(x, y); this.focusRect.lineTo(x + w, y); this.focusRect.lineTo(x + w, y + h); this.focusRect.lineTo(x, y + h); this.focusRect.lineTo(x, y); this.focusRect.lineStyle(1, inner); this.focusRect.moveTo(x + 1, y + 1); this.focusRect.lineTo((x + w) - 1, y + 1); this.focusRect.lineTo((x + w) - 1, (y + h) - 1); this.focusRect.lineTo(x + 1, (y + h) - 1); this.focusRect.lineTo(x + 1, y + 1); }; FUIComponentClass.prototype.pressFocus = function () { this.tabFocused = false; this.focusRect.removeMovieClip(); Selection.setFocus(this); }; FUIComponentClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this.width + 4, this.height + 4); }; FUIComponentClass.prototype.myOnSetFocus = function () { this.focused = true; Key.addListener(this.keyListener); if (this.tabFocused) { this.drawFocusRect(); } }; FUIComponentClass.prototype.myOnKillFocus = function () { this.tabFocused = true; this.focused = false; this.focusRect.removeMovieClip(); Key.removeListener(this.keyListener); }; FUIComponentClass.prototype.executeCallBack = function () { this.handlerObj[this.changeHandler](this); }; FUIComponentClass.prototype.updateStyleProperty = function (styleFormat, propName) { this.setStyleProperty(propName, styleFormat[propName], styleFormat.isGlobal); }; FUIComponentClass.prototype.setStyleProperty = function (propName, value, isGlobal) { if (value == "") { return(undefined); } var tmpValue = parseInt(value); if (!isNaN(tmpValue)) { value = tmpValue; } var global = ((arguments.length > 2) ? (isGlobal) : false); if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].useGlobal || (!global)) { this.styleTable[propName].value = value; if (this.setCustomStyleProperty(propName, value)) { } else if (propName == "embedFonts") { this.invalidate("setSize"); } else if (propName.subString(0, 4) == "text") { if (this.textStyle == undefined) { this.textStyle = new TextFormat(); } var textProp = propName.subString(4, propName.length); this.textStyle[textProp] = value; this.invalidate("setSize"); } else { for (var j in this.styleTable[propName].coloredMCs) { var myColor = new Color(this.styleTable[propName].coloredMCs[j]); if (this.styleTable[propName].value == undefined) { var myTObj = {ra:"100", rb:"0", ga:"100", gb:"0", ba:"100", bb:"0", aa:"100", ab:"0"}; myColor.setTransform(myTObj); } else { myColor.setRGB(value); } } } this.styleTable[propName].useGlobal = global; } }; FUIComponentClass.prototype.registerSkinElement = function (skinMCRef, propName) { if (this.styleTable[propName] == undefined) { this.styleTable[propName] = new Object(); this.styleTable[propName].useGlobal = true; } if (this.styleTable[propName].coloredMCs == undefined) { this.styleTable[propName].coloredMCs = new Object(); } this.styleTable[propName].coloredMCs[skinMCRef] = skinMCRef; if (this.styleTable[propName].value != undefined) { var myColor = new Color(skinMCRef); myColor.setRGB(this.styleTable[propName].value); } }; _global.FStyleFormat = function () { this.nonStyles = {listeners:true, isGlobal:true, isAStyle:true, addListener:true, removeListener:true, nonStyles:true, applyChanges:true}; this.listeners = new Object(); this.isGlobal = false; if (arguments.length > 0) { for (var i in arguments[0]) { this[i] = arguments[0][i]; } } }; _global.FStyleFormat.prototype = new Object(); FStyleFormat.prototype.addListener = function () { var arg = 0; while (arg < arguments.length) { var mcRef = arguments[arg]; this.listeners[arguments[arg]] = mcRef; for (var i in this) { if (this.isAStyle(i)) { mcRef.updateStyleProperty(this, i.toString()); } } arg++; } }; FStyleFormat.prototype.removeListener = function (component) { this.listeners[component] = undefined; for (var prop in this) { if (this.isAStyle(prop)) { if (component.styleTable[prop].useGlobal == this.isGlobal) { component.styleTable[prop].useGlobal = true; var value = (this.isGlobal ? undefined : (globalStyleFormat[prop])); component.setStyleProperty(prop, value, true); } } } }; FStyleFormat.prototype.applyChanges = function () { var count = 0; for (var i in this.listeners) { var component = this.listeners[i]; if (arguments.length > 0) { var j = 0; while (j < arguments.length) { if (this.isAStyle(arguments[j])) { component.updateStyleProperty(this, arguments[j]); } j++; } } else { for (var j in this) { if (this.isAStyle(j)) { component.updateStyleProperty(this, j.toString()); } } } } }; FStyleFormat.prototype.isAStyle = function (name) { return((this.nonStyles[name] ? false : true)); }; #endinitclip
Symbol 40 MovieClip [FBoundingBoxSymbol] Frame 1
var component = _parent; component.registerSkinElement(boundingBox, "background"); stop();
Symbol 40 MovieClip [FBoundingBoxSymbol] Frame 2
component.registerSkinElement(boundingBox2, "backgroundDisabled"); stop();
Symbol 43 MovieClip [FCheckBoxSymbol] Frame 1
#initclip 3 function FCheckBoxClass() { this.init(); } FCheckBoxClass.prototype = new FUIComponentClass(); Object.registerClass("FCheckBoxSymbol", FCheckBoxClass); FCheckBoxClass.prototype.init = function () { super.setSize(this._width, this._height); this.boundingBox_mc.unloadMovie(); this.attachMovie("fcb_hitArea", "fcb_hitArea_mc", 1); this.attachMovie("fcb_states", "fcb_states_mc", 2); this.attachMovie("FLabelSymbol", "fLabel_mc", 3); super.init(); this.setChangeHandler(this.changeHandler); this._xscale = 100; this._yscale = 100; this.setSize(this.width, this.height); if (this.initialValue == undefined) { this.setCheckState(false); } else { this.setCheckState(this.initialValue); } if (this.label != undefined) { this.setLabel(this.label); } this.ROLE_SYSTEM_CHECKBUTTON = 44; this.STATE_SYSTEM_CHECKED = 16; this.EVENT_OBJECT_STATECHANGE = 32778; this.EVENT_OBJECT_NAMECHANGE = 32780; this._accImpl.master = this; this._accImpl.stub = false; this._accImpl.get_accRole = this.get_accRole; this._accImpl.get_accName = this.get_accName; this._accImpl.get_accState = this.get_accState; this._accImpl.get_accDefaultAction = this.get_accDefaultAction; this._accImpl.accDoDefaultAction = this.accDoDefaultAction; }; FCheckBoxClass.prototype.setLabelPlacement = function (pos) { this.setLabel(this.getLabel()); this.txtFormat(pos); var halfLabelH = (this.fLabel_mc._height / 2); var halfFrameH = (this.fcb_states_mc._height / 2); var vertCenter = (halfFrameH - halfLabelH); var checkWidth = this.fcb_states_mc._width; var frame = this.fcb_states_mc; var label = this.fLabel_mc; var w = 0; if (frame._width > this.width) { w = 0; } else { w = this.width - frame._width; } this.fLabel_mc.setSize(w); if ((pos == "right") || (pos == undefined)) { this.labelPlacement = "right"; this.fcb_states_mc._x = 0; this.fLabel_mc._x = checkWidth; this.txtFormat("left"); } else if (pos == "left") { this.labelPlacement = "left"; this.fLabel_mc._x = 0; this.fcb_states_mc._x = this.width - checkWidth; this.txtFormat("right"); } this.fLabel_mc._y = vertCenter; this.fcb_hitArea_mc._y = vertCenter; }; FCheckBoxClass.prototype.txtFormat = function (pos) { var txtS = this.textStyle; var sTbl = this.styleTable; txtS.align = ((sTbl.textAlign.value == undefined) ? ((txtS.align = pos)) : undefined); txtS.leftMargin = ((sTbl.textLeftMargin.value == undefined) ? ((txtS.leftMargin = 0)) : undefined); txtS.rightMargin = ((sTbl.textRightMargin.value == undefined) ? ((txtS.rightMargin = 0)) : undefined); if (this.flabel_mc._height > this.height) { super.setSize(this.width, this.flabel_mc._height); } else { super.setSize(this.width, this.height); } this.fLabel_mc.labelField.setTextFormat(this.textStyle); this.setEnabled(this.enable); }; FCheckBoxClass.prototype.setHitArea = function (w, h) { var hit = this.fcb_hitArea_mc; this.hitArea = hit; if (this.fcb_states_mc._width > w) { hit._width = this.fcb_states_mc._width; } else { hit._width = w; } hit._visible = false; if (arguments.length > 1) { hit._height = h; } }; FCheckBoxClass.prototype.setSize = function (w) { this.setLabel(this.getLabel()); this.setLabelPlacement(this.labelPlacement); if (this.fcb_states_mc._height < this.flabel_mc.labelField._height) { super.setSize(w, this.flabel_mc.labelField._height); } this.setHitArea(this.width, this.height); this.setLabelPlacement(this.labelPlacement); }; FCheckBoxClass.prototype.drawFocusRect = function () { this.drawRect(-2, -2, this._width + 6, this._height - 1); }; FCheckBoxClass.prototype.onPress = function () { this.pressFocus(); _root.focusRect.removeMovieClip(); var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.onRelease = function () { this.fcb_states_mc.gotoAndStop("up"); this.setValue(!this.checked); }; FCheckBoxClass.prototype.onReleaseOutside = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOut = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedEnabled"); } else { states.gotoAndStop("up"); } }; FCheckBoxClass.prototype.onDragOver = function () { var states = this.fcb_states_mc; if (this.getValue()) { states.gotoAndStop("checkedPress"); } else { states.gotoAndStop("press"); } }; FCheckBoxClass.prototype.setValue = function (checkedValue) { if (checkedValue || (checkedValue == undefined)) { this.setCheckState(checkedValue); } else if (checkedValue == false) { this.setCheckState(checkedValue); } this.executeCallBack(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_STATECHANGE, true); } }; FCheckBoxClass.prototype.setCheckState = function (checkedValue) { var states = this.fcb_states_mc; if (this.enable) { this.flabel_mc.setEnabled(true); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedEnabled"); this.enabled = true; this.checked = true; } else { states.gotoAndStop("up"); this.enabled = true; this.checked = false; } } else { this.flabel_mc.setEnabled(false); if (checkedValue || (checkedValue == undefined)) { states.gotoAndStop("checkedDisabled"); this.enabled = false; this.checked = true; } else { states.gotoAndStop("uncheckedDisabled"); this.enabled = false; this.checked = false; this.focusRect.removeMovieClip(); } } }; FCheckBoxClass.prototype.getValue = function () { return(this.checked); }; FCheckBoxClass.prototype.setEnabled = function (enable) { if ((enable == true) || (enable == undefined)) { this.enable = true; Super.setEnabled(true); } else { this.enable = false; Super.setEnabled(false); } this.setCheckState(this.checked); }; FCheckBoxClass.prototype.getEnabled = function () { return(this.enable); }; FCheckBoxClass.prototype.setLabel = function (label) { this.fLabel_mc.setLabel(label); this.txtFormat(); if (Accessibility.isActive()) { Accessibility.sendEvent(this, 0, this.EVENT_OBJECT_NAMECHANGE); } }; FCheckBoxClass.prototype.getLabel = function () { return(this.fLabel_mc.labelField.text); }; FCheckBoxClass.prototype.setTextColor = function (color) { this.fLabel_mc.labelField.textColor = color; }; FCheckBoxClass.prototype.myOnKeyDown = function () { if (((Key.getCode() == 32) && (this.pressOnce == undefined)) && (this.enabled == true)) { this.setValue(!this.getValue()); this.pressOnce = true; } }; FCheckBoxClass.prototype.myOnKeyUp = function () { if (Key.getCode() == 32) { this.pressOnce = undefined; } }; FCheckBoxClass.prototype.get_accRole = function (childId) { return(this.master.ROLE_SYSTEM_CHECKBUTTON); }; FCheckBoxClass.prototype.get_accName = function (childId) { return(this.master.getLabel()); }; FCheckBoxClass.prototype.get_accState = function (childId) { if (this.master.getValue()) { return(this.master.STATE_SYSTEM_CHECKED); } return(0); }; FCheckBoxClass.prototype.get_accDefaultAction = function (childId) { if (this.master.getValue()) { return("UnCheck"); } return("Check"); }; FCheckBoxClass.prototype.accDoDefaultAction = function (childId) { this.master.setValue(!this.master.getValue()); }; #endinitclip boundingBox_mc._visible = false; deadPreview._visible = false;
Symbol 46 Button
on (rollOver) { _root.d._alpha = 50; } on (rollOut) { _root.d._alpha = 15; } on (release) { stopAllSounds(); _root.goutte.start(0); _root.go_url = "http://www.my-iq.net/index.php?ref=" + _root.test_qi._url; getURL (_root.go_url); }
Symbol 52 Button
on (rollOver) { _root.a._alpha = 50; } on (rollOut) { _root.a._alpha = 15; } on (release) { stopAllSounds(); _root.goutte.start(0); gmode = 0; box1 = 0; box2 = 0; box3 = 0; box4 = 0; _root.nextFrame(); }
Symbol 53 Button
on (rollOver) { _root.b._alpha = 50; } on (rollOut) { _root.b._alpha = 15; } on (release) { stopAllSounds(); _root.goutte.start(0); gmode = 1; if (_root.Fbox1.getValue() == true) { _root.box1 = 1; } else { _root.box1 = 0; } if (_root.Fbox2.getValue() == true) { _root.box2 = 1; } else { _root.box2 = 0; } if (_root.Fbox3.getValue() == true) { _root.box3 = 1; } else { _root.box3 = 0; } if (_root.Fbox4.getValue() == true) { _root.box4 = 1; } else { _root.box4 = 0; } _root.nextFrame(); }
Symbol 54 Button
on (rollOver) { _root.c._alpha = 50; } on (rollOut) { _root.c._alpha = 15; } on (release) { stopAllSounds(); _root.goutte.start(0); gmode = 2; box1 = 0; box2 = 0; box3 = 0; box4 = 0; _root.nextFrame(); }
Symbol 80 MovieClip Frame 1
stop();
Symbol 80 MovieClip Frame 10
stop();
Symbol 83 MovieClip Frame 1
this._alpha = 0; stop();
Symbol 83 MovieClip Frame 2
this._alpha = 85;
Symbol 83 MovieClip Frame 15
this._alpha = 0; if (_root.joue == 2) { _root.tourne(); } stop();
Symbol 94 MovieClip Frame 1
stop();
Instance of Symbol 84 MovieClip "vert" in Symbol 94 MovieClip Frame 1
on (press) { if (_root.joue == 1) { this.cube.gotoAndPlay(2); _root.verif(3); } }
Instance of Symbol 87 MovieClip "jaune" in Symbol 94 MovieClip Frame 1
on (press) { if (_root.joue == 1) { this.cube.gotoAndPlay(2); _root.verif(2); } }
Instance of Symbol 90 MovieClip "bleu" in Symbol 94 MovieClip Frame 1
on (press) { if (_root.joue == 1) { this.cube.gotoAndPlay(2); _root.verif(1); } }
Instance of Symbol 93 MovieClip "rouge" in Symbol 94 MovieClip Frame 1
on (press) { if (_root.joue == 1) { this.cube.gotoAndPlay(2); _root.verif(0); } }
Symbol 94 MovieClip Frame 2
play();
Symbol 94 MovieClip Frame 10
stop();
Symbol 94 MovieClip Frame 11
play();
Symbol 94 MovieClip Frame 20
stop();
Symbol 94 MovieClip Frame 21
play();
Symbol 94 MovieClip Frame 30
stop();
Symbol 94 MovieClip Frame 31
play();
Symbol 94 MovieClip Frame 40
stop();
Symbol 94 MovieClip Frame 41
play();
Symbol 94 MovieClip Frame 50
stop();
Symbol 94 MovieClip Frame 51
play();
Symbol 94 MovieClip Frame 60
stop();
Symbol 94 MovieClip Frame 61
play();
Symbol 94 MovieClip Frame 70
stop();
Symbol 94 MovieClip Frame 71
play();
Symbol 94 MovieClip Frame 80
stop();
Symbol 94 MovieClip Frame 81
play();
Symbol 94 MovieClip Frame 90
stop();
Symbol 94 MovieClip Frame 91
play();
Symbol 94 MovieClip Frame 100
stop();
Symbol 94 MovieClip Frame 101
play();
Symbol 94 MovieClip Frame 110
stop();
Symbol 94 MovieClip Frame 111
play();
Symbol 94 MovieClip Frame 120
stop();
Symbol 107 Button
on (press) { gotoAndPlay (1); }

Library Items

Symbol 1 Sound [vert.mp3]
Symbol 2 Sound [rouge.mp3]
Symbol 3 Sound [jaune.mp3]
Symbol 4 Sound [fin.mp3]
Symbol 5 Sound [bleu.mp3]
Symbol 6 Sound [intro]
Symbol 7 Sound [goutte]
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClip [fcb_hitArea]Uses:8
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:18
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:18
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:18
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClipUses:11 13 15 17Used by:33
Symbol 19 GraphicUsed by:20 38 46 52 53 54
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:20Used by:33
Symbol 22 GraphicUsed by:23 25
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:23Used by:33
Symbol 25 MovieClipUses:22Used by:26
Symbol 26 MovieClipUses:25Used by:33
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:29
Symbol 29 MovieClipUses:28Used by:33
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:32
Symbol 32 MovieClipUses:31Used by:33
Symbol 33 MovieClip [fcb_states]Uses:18 21 24 26 29 32
Symbol 34 FontUsed by:35
Symbol 35 EditableTextUses:34Used by:36
Symbol 36 MovieClip [FLabelSymbol]Uses:35
Symbol 37 MovieClip [FUIComponentSymbol]
Symbol 38 MovieClipUses:19Used by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClip [FBoundingBoxSymbol]Uses:38 39Used by:43
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:43
Symbol 43 MovieClip [FCheckBoxSymbol]Uses:40 42Used by:Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 ButtonUses:19Used by:Timeline
Symbol 47 FontUsed by:48 51 55 56 57 58 59 60 61 75 95 96 97 98 99 100 101 108 109
Symbol 48 TextUses:47Used by:49
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 TextUses:47Used by:Timeline
Symbol 52 ButtonUses:19Used by:Timeline
Symbol 53 ButtonUses:19Used by:Timeline
Symbol 54 ButtonUses:19Used by:Timeline
Symbol 55 TextUses:47Used by:Timeline
Symbol 56 TextUses:47Used by:Timeline
Symbol 57 TextUses:47Used by:Timeline
Symbol 58 TextUses:47Used by:Timeline
Symbol 59 TextUses:47Used by:Timeline
Symbol 60 TextUses:47Used by:Timeline
Symbol 61 TextUses:47Used by:Timeline
Symbol 62 FontUsed by:63 64 65 66 67 68 69 70 71 72
Symbol 63 EditableTextUses:62Used by:Timeline
Symbol 64 EditableTextUses:62Used by:Timeline
Symbol 65 EditableTextUses:62Used by:Timeline
Symbol 66 EditableTextUses:62Used by:Timeline
Symbol 67 EditableTextUses:62Used by:Timeline
Symbol 68 EditableTextUses:62Used by:Timeline
Symbol 69 EditableTextUses:62Used by:Timeline
Symbol 70 EditableTextUses:62Used by:Timeline
Symbol 71 EditableTextUses:62Used by:Timeline
Symbol 72 EditableTextUses:62Used by:Timeline
Symbol 73 FontUsed by:74
Symbol 74 TextUses:73Used by:Timeline
Symbol 75 EditableTextUses:47Used by:Timeline
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:84
Symbol 78 GraphicUsed by:79
Symbol 79 MovieClipUses:78Used by:80
Symbol 80 MovieClipUses:79Used by:84 87 90 93
Symbol 81 GraphicUsed by:82
Symbol 82 MovieClipUses:81Used by:83
Symbol 83 MovieClipUses:82Used by:84 87 90 93
Symbol 84 MovieClipUses:77 80 83Used by:94
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:87
Symbol 87 MovieClipUses:86 80 83Used by:94
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:90
Symbol 90 MovieClipUses:89 80 83Used by:94
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:91Used by:93
Symbol 93 MovieClipUses:92 80 83Used by:94
Symbol 94 MovieClipUses:84 87 90 93Used by:Timeline
Symbol 95 EditableTextUses:47Used by:Timeline
Symbol 96 EditableTextUses:47Used by:Timeline
Symbol 97 EditableTextUses:47Used by:Timeline
Symbol 98 EditableTextUses:47Used by:Timeline
Symbol 99 EditableTextUses:47Used by:Timeline
Symbol 100 EditableTextUses:47Used by:Timeline
Symbol 101 TextUses:47Used by:Timeline
Symbol 102 GraphicUsed by:107
Symbol 103 GraphicUsed by:107
Symbol 104 GraphicUsed by:107
Symbol 105 GraphicUsed by:107
Symbol 106 GraphicUsed by:107
Symbol 107 ButtonUses:102 103 104 105 106Used by:Timeline
Symbol 108 TextUses:47Used by:Timeline
Symbol 109 EditableTextUses:47Used by:Timeline

Instance Names

"test_qi"Frame 1Symbol 45 MovieClip
"d"Frame 1Symbol 46 Button
"d2"Frame 1Symbol 49 MovieClip
"a"Frame 1Symbol 52 Button
"b"Frame 1Symbol 53 Button
"c"Frame 1Symbol 54 Button
"Fbox1"Frame 1Symbol 43 MovieClip [FCheckBoxSymbol]
"Fbox2"Frame 1Symbol 43 MovieClip [FCheckBoxSymbol]
"Fbox3"Frame 1Symbol 43 MovieClip [FCheckBoxSymbol]
"Fbox4"Frame 1Symbol 43 MovieClip [FCheckBoxSymbol]
"base"Frame 2Symbol 94 MovieClip
"highlight3D_mc"Symbol 18 MovieClip Frame 1Symbol 11 MovieClip
"highlight_mc"Symbol 18 MovieClip Frame 1Symbol 13 MovieClip
"shadow_mc"Symbol 18 MovieClip Frame 1Symbol 15 MovieClip
"darkshadow_mc"Symbol 18 MovieClip Frame 1Symbol 17 MovieClip
"background_mc"Symbol 21 MovieClip Frame 1Symbol 20 MovieClip
"background_mc"Symbol 24 MovieClip Frame 1Symbol 23 MovieClip
"background_mc"Symbol 26 MovieClip Frame 1Symbol 25 MovieClip
"check_mc"Symbol 29 MovieClip Frame 1Symbol 28 MovieClip
"check_mc"Symbol 32 MovieClip Frame 1Symbol 31 MovieClip
"fcb_frame_mc"Symbol 33 MovieClip [fcb_states] Frame 1Symbol 18 MovieClip
"frb_frame_mc"Symbol 33 MovieClip [fcb_states] Frame 1Symbol 21 MovieClip
"labelField"Symbol 36 MovieClip [FLabelSymbol] Frame 1Symbol 35 EditableText
"boundingBox"Symbol 40 MovieClip [FBoundingBoxSymbol] Frame 1Symbol 38 MovieClip
"boundingBox2"Symbol 40 MovieClip [FBoundingBoxSymbol] Frame 2Symbol 38 MovieClip
"boundingBox_mc"Symbol 43 MovieClip [FCheckBoxSymbol] Frame 1Symbol 40 MovieClip [FBoundingBoxSymbol]
"deadPreview"Symbol 43 MovieClip [FCheckBoxSymbol] Frame 1Symbol 42 MovieClip
"gris"Symbol 84 MovieClip Frame 1Symbol 80 MovieClip
"cube"Symbol 84 MovieClip Frame 1Symbol 83 MovieClip
"gris"Symbol 87 MovieClip Frame 1Symbol 80 MovieClip
"cube"Symbol 87 MovieClip Frame 1Symbol 83 MovieClip
"gris"Symbol 90 MovieClip Frame 1Symbol 80 MovieClip
"cube"Symbol 90 MovieClip Frame 1Symbol 83 MovieClip
"gris"Symbol 93 MovieClip Frame 1Symbol 80 MovieClip
"cube"Symbol 93 MovieClip Frame 1Symbol 83 MovieClip
"vert"Symbol 94 MovieClip Frame 1Symbol 84 MovieClip
"jaune"Symbol 94 MovieClip Frame 1Symbol 87 MovieClip
"bleu"Symbol 94 MovieClip Frame 1Symbol 90 MovieClip
"rouge"Symbol 94 MovieClip Frame 1Symbol 93 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "vert.mp3"
ExportAssets (56)Timeline Frame 1Symbol 2 as "rouge.mp3"
ExportAssets (56)Timeline Frame 1Symbol 3 as "jaune.mp3"
ExportAssets (56)Timeline Frame 1Symbol 4 as "fin.mp3"
ExportAssets (56)Timeline Frame 1Symbol 5 as "bleu.mp3"
ExportAssets (56)Timeline Frame 1Symbol 6 as "intro"
ExportAssets (56)Timeline Frame 1Symbol 7 as "goutte"
ExportAssets (56)Timeline Frame 1Symbol 9 as "fcb_hitArea"
ExportAssets (56)Timeline Frame 1Symbol 33 as "fcb_states"
ExportAssets (56)Timeline Frame 1Symbol 36 as "FLabelSymbol"
ExportAssets (56)Timeline Frame 1Symbol 37 as "FUIComponentSymbol"
ExportAssets (56)Timeline Frame 1Symbol 40 as "FBoundingBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 43 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 43 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 43 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 43 as "FCheckBoxSymbol"
ExportAssets (56)Timeline Frame 1Symbol 43 as "FCheckBoxSymbol"

Labels

"up"Symbol 33 MovieClip [fcb_states] Frame 1
"press"Symbol 33 MovieClip [fcb_states] Frame 2
"uncheckedDisabled"Symbol 33 MovieClip [fcb_states] Frame 3
"checkedDisabled"Symbol 33 MovieClip [fcb_states] Frame 4
"checkedPress"Symbol 33 MovieClip [fcb_states] Frame 5
"checkedEnabled"Symbol 33 MovieClip [fcb_states] Frame 6
"Symbol_32"Symbol 36 MovieClip [FLabelSymbol] Frame 1
"Symbol_36"Symbol 37 MovieClip [FUIComponentSymbol] Frame 1
"enabled"Symbol 40 MovieClip [FBoundingBoxSymbol] Frame 1
"disabled"Symbol 40 MovieClip [FBoundingBoxSymbol] Frame 2

Dynamic Text Variables

joueSymbol 64 EditableText"X"
cptSymbol 66 EditableText"X"
cpt2Symbol 68 EditableText"X"
cpt3Symbol 70 EditableText"X"
cpt4Symbol 72 EditableText"X"
scoreSymbol 75 EditableText"0"
aSymbol 95 EditableText"0"
bSymbol 96 EditableText"0"
cSymbol 97 EditableText"0"
dSymbol 98 EditableText"0"
actuelleSymbol 99 EditableText"0"
actuelle2Symbol 100 EditableText"0"
scoreSymbol 109 EditableText"0"




http://swfchan.com/6/28852/info.shtml
Created: 20/5 -2019 05:35:22 Last modified: 20/5 -2019 05:35:22 Server time: 09/05 -2024 18:20:31