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

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

Chameleon Game.swf

This is the info page for
Flash #26733

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


Text
LEVEL

LOADING...

You made it

NeXt LeVeL

COPYRIGHT © 2005  \\  REINHARD FEICHTINGER [ REINHARD.SUBLIMINAL.AT ]  \\  ALEXANDER LANG [ LAEX.NAME ]

COPYRIGHT © 2005  \\

REINHARD FEICHTINGER [ REINHARD.SUBLIMINAL.AT ]  \\  ALEXANDER LANG [ LAEX.NAME ]

>>> PRODUCTION CREDITS

Credits

<< bacK

REINHARD [AT] SUBLIMINAL.AT

REINHARD [AT] SUBLIMINAL.AT

REINHARD [AT] SUBLIMINAL.AT

REINHARD.SUBLIMINAL.AT

REINHARD.SUBLIMINAL.AT

REINHARD.SUBLIMINAL.AT

> ALEXANDER LANG

> REINHARD FEICHTINGER

The Funny Chameleon - Game

LAEX.NAME

LAEX.NAME

LAEX.NAME

ALEXANDER.LANG [AT] LAEX.NAME

ALEXANDER.LANG [AT] LAEX.NAME

ALEXANDER.LANG [AT] LAEX.NAME

START GAME

ABS has the permission to host this game.

Click on all the cubes,
whilst they show the same colour!

PLAY LEVEL 1

hoW to plaY

ActionScript [AS1/AS2]

Frame 1
function calcLevel(levelNo) { var maxLevels = 100; var minClickTimeFactor = 1.65; var cubesFactor = 0.9; var changePaceFactor = 0.8; var clickTime1 = 1.5; var minClickTime = (1.25 / (Math.log(levelNo) / Math.log(minClickTimeFactor))); if (levelNo == 1) { minClickTime = clickTime1; } Set(("_root.level" + levelNo) + "_numOfCubes", Math.pow(levelNo + 1, cubesFactor)); if (eval (("_root.level" + levelNo) + "_numOfCubes") > 24) { Set(("_root.level" + levelNo) + "_numOfCubes", 24); } Set(("_root.level" + levelNo) + "_stayDelay", minClickTime * eval (("_root.level" + levelNo) + "_numOfCubes")); Set(("_root.level" + levelNo) + "_changePace", changePaceFactor * eval (("_root.level" + levelNo) + "_stayDelay")); Set(("_root.level" + levelNo) + "_numOfCubes", Math.round(eval (("_root.level" + levelNo) + "_numOfCubes"))); } Stage.showMenu = false; stop(); _root.config_frameRate = 20; _root.actLevel = 1; calcLevel(_root.actLevel); if (_root.firstFrameLoaded == undefined) { _root.attachMovie("credits_element", "creditLine", 100005); _root.creditLine._x = 375; _root.creditLine._y = 472.9; _root.firstFrameLoaded = true; }
Frame 2
function initLevel() { tidyUp(); var i = 0; while (i < eval (("_root.level" + _root.actLevel) + "_numOfCubes")) { var temp = _root.attachMovie("cube", "cube" + i, i); switch (eval (("_root.level" + _root.actLevel) + "_numOfCubes")) { case 2 : temp._yscale = 120; temp._xscale = 120; break; case 3 : case 4 : case 5 : case 6 : break; case 7 : case 8 : temp._yscale = 95; temp._xscale = 95; break; case 9 : case 10 : case 11 : case 12 : case 13 : case 14 : temp._yscale = 85; temp._xscale = 85; break; case 15 : case 16 : case 17 : temp._yscale = 80; temp._xscale = 80; break; case 18 : temp._yscale = 75; temp._xscale = 75; break; case 19 : temp._yscale = 70; temp._xscale = 70; break; case 20 : case 21 : case 22 : case 23 : case 24 : temp._yscale = 60; temp._xscale = 60; break; default : trace("no scaling for this number of cubes!"); } temp.ampel.gotoAndPlay(Math.round(Math.random() * temp.ampel._totalframes)); temp.ticker.count = Math.round((Math.random() * eval (("_root.level" + _root.actLevel) + "_changePace")) * _root.config_frameRate); i++; } switch (eval (("_root.level" + _root.actLevel) + "_numOfCubes")) { case 2 : _root.cube0._x = (Stage.width / 2) - 100; _root.cube1._x = (Stage.width / 2) + 100; _root.cube0._y = Stage.height / 2; _root.cube1._y = Stage.height / 2; break; case 3 : _root.cube0._x = (Stage.width / 2) - 180; _root.cube1._x = Stage.width / 2; _root.cube2._x = (Stage.width / 2) + 180; _root.cube0._y = Stage.height / 2; _root.cube1._y = Stage.height / 2; _root.cube2._y = Stage.height / 2; break; case 4 : _root.cube0._x = (Stage.width / 2) - 100; _root.cube1._x = (Stage.width / 2) + 100; _root.cube2._x = (Stage.width / 2) - 100; _root.cube3._x = (Stage.width / 2) + 100; _root.cube0._y = (Stage.height / 2) - 80; _root.cube1._y = (Stage.height / 2) - 80; _root.cube2._y = (Stage.height / 2) + 80; _root.cube3._y = (Stage.height / 2) + 80; break; case 5 : _root.cube0._x = (Stage.width / 2) - 180; _root.cube1._x = Stage.width / 2; _root.cube2._x = (Stage.width / 2) + 180; _root.cube3._x = (Stage.width / 2) - 90; _root.cube4._x = (Stage.width / 2) + 90; _root.cube0._y = (Stage.height / 2) - 80; _root.cube1._y = (Stage.height / 2) - 80; _root.cube2._y = (Stage.height / 2) - 80; _root.cube3._y = (Stage.height / 2) + 80; _root.cube4._y = (Stage.height / 2) + 80; break; case 6 : _root.cube0._x = (Stage.width / 2) - 180; _root.cube1._x = Stage.width / 2; _root.cube2._x = (Stage.width / 2) + 180; _root.cube3._x = (Stage.width / 2) - 180; _root.cube4._x = Stage.width / 2; _root.cube5._x = (Stage.width / 2) + 180; _root.cube0._y = (Stage.height / 2) - 80; _root.cube1._y = (Stage.height / 2) - 80; _root.cube2._y = (Stage.height / 2) - 80; _root.cube3._y = (Stage.height / 2) + 80; _root.cube4._y = (Stage.height / 2) + 80; _root.cube5._y = (Stage.height / 2) + 80; break; case 7 : _root.cube0._x = (Stage.width / 2) - 255; _root.cube1._x = (Stage.width / 2) - 85; _root.cube2._x = (Stage.width / 2) + 85; _root.cube3._x = (Stage.width / 2) + 255; _root.cube4._x = (Stage.width / 2) - 180; _root.cube5._x = Stage.width / 2; _root.cube6._x = (Stage.width / 2) + 180; _root.cube0._y = (Stage.height / 2) - 80; _root.cube1._y = (Stage.height / 2) - 80; _root.cube2._y = (Stage.height / 2) - 80; _root.cube3._y = (Stage.height / 2) - 80; _root.cube4._y = (Stage.height / 2) + 80; _root.cube5._y = (Stage.height / 2) + 80; _root.cube6._y = (Stage.height / 2) + 80; break; case 8 : _root.cube0._x = (Stage.width / 2) - 255; _root.cube1._x = (Stage.width / 2) - 85; _root.cube2._x = (Stage.width / 2) + 85; _root.cube3._x = (Stage.width / 2) + 255; _root.cube4._x = (Stage.width / 2) - 255; _root.cube5._x = (Stage.width / 2) - 85; _root.cube6._x = (Stage.width / 2) + 85; _root.cube7._x = (Stage.width / 2) + 255; _root.cube0._y = (Stage.height / 2) - 80; _root.cube1._y = (Stage.height / 2) - 80; _root.cube2._y = (Stage.height / 2) - 80; _root.cube3._y = (Stage.height / 2) - 80; _root.cube4._y = (Stage.height / 2) + 80; _root.cube5._y = (Stage.height / 2) + 80; _root.cube6._y = (Stage.height / 2) + 80; _root.cube7._y = (Stage.height / 2) + 80; break; case 9 : _root.cube0._x = (Stage.width / 2) - 175; _root.cube1._x = Stage.width / 2; _root.cube2._x = (Stage.width / 2) + 175; _root.cube3._x = (Stage.width / 2) - 175; _root.cube4._x = Stage.width / 2; _root.cube5._x = (Stage.width / 2) + 175; _root.cube6._x = (Stage.width / 2) - 175; _root.cube7._x = Stage.width / 2; _root.cube8._x = (Stage.width / 2) + 175; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = Stage.height / 2; _root.cube4._y = Stage.height / 2; _root.cube5._y = Stage.height / 2; _root.cube6._y = (Stage.height / 2) + 130; _root.cube7._y = (Stage.height / 2) + 130; _root.cube8._y = (Stage.height / 2) + 130; break; case 10 : _root.cube0._x = (Stage.width / 2) - 260; _root.cube1._x = (Stage.width / 2) - 130; _root.cube2._x = Stage.width / 2; _root.cube3._x = (Stage.width / 2) + 130; _root.cube4._x = (Stage.width / 2) + 260; _root.cube5._x = (Stage.width / 2) - 260; _root.cube6._x = (Stage.width / 2) - 130; _root.cube7._x = Stage.width / 2; _root.cube8._x = (Stage.width / 2) + 130; _root.cube9._x = (Stage.width / 2) + 260; _root.cube0._y = (Stage.height / 2) - 75; _root.cube1._y = (Stage.height / 2) - 75; _root.cube2._y = (Stage.height / 2) - 75; _root.cube3._y = (Stage.height / 2) - 75; _root.cube4._y = (Stage.height / 2) - 75; _root.cube5._y = (Stage.height / 2) + 75; _root.cube6._y = (Stage.height / 2) + 75; _root.cube7._y = (Stage.height / 2) + 75; _root.cube8._y = (Stage.height / 2) + 75; _root.cube9._y = (Stage.height / 2) + 75; break; case 11 : _root.cube0._x = (Stage.width / 2) - 225; _root.cube1._x = (Stage.width / 2) - 75; _root.cube2._x = (Stage.width / 2) + 75; _root.cube3._x = (Stage.width / 2) + 225; _root.cube4._x = (Stage.width / 2) - 140; _root.cube5._x = Stage.width / 2; _root.cube6._x = (Stage.width / 2) + 140; _root.cube7._x = (Stage.width / 2) - 225; _root.cube8._x = (Stage.width / 2) - 75; _root.cube9._x = (Stage.width / 2) + 75; _root.cube10._x = (Stage.width / 2) + 225; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = (Stage.height / 2) - 130; _root.cube4._y = Stage.height / 2; _root.cube5._y = Stage.height / 2; _root.cube6._y = Stage.height / 2; _root.cube7._y = (Stage.height / 2) + 130; _root.cube8._y = (Stage.height / 2) + 130; _root.cube9._y = (Stage.height / 2) + 130; _root.cube10._y = (Stage.height / 2) + 130; break; case 12 : _root.cube0._x = (Stage.width / 2) - 255; _root.cube1._x = (Stage.width / 2) - 85; _root.cube2._x = (Stage.width / 2) + 85; _root.cube3._x = (Stage.width / 2) + 255; _root.cube4._x = (Stage.width / 2) - 255; _root.cube5._x = (Stage.width / 2) - 85; _root.cube6._x = (Stage.width / 2) + 85; _root.cube7._x = (Stage.width / 2) + 255; _root.cube8._x = (Stage.width / 2) - 255; _root.cube9._x = (Stage.width / 2) - 85; _root.cube10._x = (Stage.width / 2) + 85; _root.cube11._x = (Stage.width / 2) + 255; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = (Stage.height / 2) - 130; _root.cube4._y = Stage.height / 2; _root.cube5._y = Stage.height / 2; _root.cube6._y = Stage.height / 2; _root.cube7._y = Stage.height / 2; _root.cube8._y = (Stage.height / 2) + 130; _root.cube9._y = (Stage.height / 2) + 130; _root.cube10._y = (Stage.height / 2) + 130; _root.cube11._y = (Stage.height / 2) + 130; break; case 13 : _root.cube0._x = (Stage.width / 2) - 210; _root.cube1._x = (Stage.width / 2) - 70; _root.cube2._x = (Stage.width / 2) + 70; _root.cube3._x = (Stage.width / 2) + 210; _root.cube4._x = (Stage.width / 2) - 260; _root.cube5._x = (Stage.width / 2) - 130; _root.cube6._x = Stage.width / 2; _root.cube7._x = (Stage.width / 2) + 130; _root.cube8._x = (Stage.width / 2) + 260; _root.cube9._x = (Stage.width / 2) - 210; _root.cube10._x = (Stage.width / 2) - 70; _root.cube11._x = (Stage.width / 2) + 70; _root.cube12._x = (Stage.width / 2) + 210; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = (Stage.height / 2) - 130; _root.cube4._y = Stage.height / 2; _root.cube5._y = Stage.height / 2; _root.cube6._y = Stage.height / 2; _root.cube7._y = Stage.height / 2; _root.cube8._y = Stage.height / 2; _root.cube9._y = (Stage.height / 2) + 130; _root.cube10._y = (Stage.height / 2) + 130; _root.cube11._y = (Stage.height / 2) + 130; _root.cube12._y = (Stage.height / 2) + 130; break; case 14 : _root.cube0._x = (Stage.width / 2) - 260; _root.cube1._x = (Stage.width / 2) - 130; _root.cube2._x = Stage.width / 2; _root.cube3._x = (Stage.width / 2) + 130; _root.cube4._x = (Stage.width / 2) + 260; _root.cube5._x = (Stage.width / 2) - 210; _root.cube6._x = (Stage.width / 2) - 70; _root.cube7._x = (Stage.width / 2) + 70; _root.cube8._x = (Stage.width / 2) + 210; _root.cube9._x = (Stage.width / 2) - 260; _root.cube10._x = (Stage.width / 2) - 130; _root.cube11._x = Stage.width / 2; _root.cube12._x = (Stage.width / 2) + 130; _root.cube13._x = (Stage.width / 2) + 260; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = (Stage.height / 2) - 130; _root.cube4._y = (Stage.height / 2) - 130; _root.cube5._y = Stage.height / 2; _root.cube6._y = Stage.height / 2; _root.cube7._y = Stage.height / 2; _root.cube8._y = Stage.height / 2; _root.cube9._y = (Stage.height / 2) + 130; _root.cube10._y = (Stage.height / 2) + 130; _root.cube11._y = (Stage.height / 2) + 130; _root.cube12._y = (Stage.height / 2) + 130; _root.cube13._y = (Stage.height / 2) + 130; break; case 15 : _root.cube0._x = (Stage.width / 2) - 260; _root.cube1._x = (Stage.width / 2) - 130; _root.cube2._x = Stage.width / 2; _root.cube3._x = (Stage.width / 2) + 130; _root.cube4._x = (Stage.width / 2) + 260; _root.cube5._x = (Stage.width / 2) - 260; _root.cube6._x = (Stage.width / 2) - 130; _root.cube7._x = Stage.width / 2; _root.cube8._x = (Stage.width / 2) + 130; _root.cube9._x = (Stage.width / 2) + 260; _root.cube10._x = (Stage.width / 2) - 260; _root.cube11._x = (Stage.width / 2) - 130; _root.cube12._x = Stage.width / 2; _root.cube13._x = (Stage.width / 2) + 130; _root.cube14._x = (Stage.width / 2) + 260; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = (Stage.height / 2) - 130; _root.cube4._y = (Stage.height / 2) - 130; _root.cube5._y = Stage.height / 2; _root.cube6._y = Stage.height / 2; _root.cube7._y = Stage.height / 2; _root.cube8._y = Stage.height / 2; _root.cube9._y = Stage.height / 2; _root.cube10._y = (Stage.height / 2) + 130; _root.cube11._y = (Stage.height / 2) + 130; _root.cube12._y = (Stage.height / 2) + 130; _root.cube13._y = (Stage.height / 2) + 130; _root.cube14._y = (Stage.height / 2) + 130; break; case 16 : _root.cube0._x = (Stage.width / 2) - 260; _root.cube1._x = (Stage.width / 2) - 130; _root.cube2._x = Stage.width / 2; _root.cube3._x = (Stage.width / 2) + 130; _root.cube4._x = (Stage.width / 2) + 260; _root.cube5._x = (Stage.width / 2) - 300; _root.cube6._x = (Stage.width / 2) - 180; _root.cube7._x = (Stage.width / 2) - 60; _root.cube8._x = (Stage.width / 2) + 60; _root.cube9._x = (Stage.width / 2) + 180; _root.cube10._x = (Stage.width / 2) + 300; _root.cube11._x = (Stage.width / 2) - 260; _root.cube12._x = (Stage.width / 2) - 130; _root.cube13._x = Stage.width / 2; _root.cube14._x = (Stage.width / 2) + 130; _root.cube15._x = (Stage.width / 2) + 260; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = (Stage.height / 2) - 130; _root.cube4._y = (Stage.height / 2) - 130; _root.cube5._y = Stage.height / 2; _root.cube6._y = Stage.height / 2; _root.cube7._y = Stage.height / 2; _root.cube8._y = Stage.height / 2; _root.cube9._y = Stage.height / 2; _root.cube10._y = Stage.height / 2; _root.cube11._y = (Stage.height / 2) + 130; _root.cube12._y = (Stage.height / 2) + 130; _root.cube13._y = (Stage.height / 2) + 130; _root.cube14._y = (Stage.height / 2) + 130; _root.cube15._y = (Stage.height / 2) + 130; break; case 17 : _root.cube0._x = (Stage.width / 2) - 300; _root.cube1._x = (Stage.width / 2) - 180; _root.cube2._x = (Stage.width / 2) - 60; _root.cube3._x = (Stage.width / 2) + 60; _root.cube4._x = (Stage.width / 2) + 180; _root.cube5._x = (Stage.width / 2) + 300; _root.cube6._x = (Stage.width / 2) - 260; _root.cube7._x = (Stage.width / 2) - 130; _root.cube8._x = Stage.width / 2; _root.cube9._x = (Stage.width / 2) + 130; _root.cube10._x = (Stage.width / 2) + 260; _root.cube11._x = (Stage.width / 2) - 300; _root.cube12._x = (Stage.width / 2) - 180; _root.cube13._x = (Stage.width / 2) - 60; _root.cube14._x = (Stage.width / 2) + 60; _root.cube15._x = (Stage.width / 2) + 180; _root.cube16._x = (Stage.width / 2) + 300; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = (Stage.height / 2) - 130; _root.cube4._y = (Stage.height / 2) - 130; _root.cube5._y = (Stage.height / 2) - 130; _root.cube6._y = Stage.height / 2; _root.cube7._y = Stage.height / 2; _root.cube8._y = Stage.height / 2; _root.cube9._y = Stage.height / 2; _root.cube10._y = Stage.height / 2; _root.cube11._y = (Stage.height / 2) + 130; _root.cube12._y = (Stage.height / 2) + 130; _root.cube13._y = (Stage.height / 2) + 130; _root.cube14._y = (Stage.height / 2) + 130; _root.cube15._y = (Stage.height / 2) + 130; _root.cube16._y = (Stage.height / 2) + 130; break; case 18 : _root.cube0._x = (Stage.width / 2) - 300; _root.cube1._x = (Stage.width / 2) - 180; _root.cube2._x = (Stage.width / 2) - 60; _root.cube3._x = (Stage.width / 2) + 60; _root.cube4._x = (Stage.width / 2) + 180; _root.cube5._x = (Stage.width / 2) + 300; _root.cube6._x = (Stage.width / 2) - 300; _root.cube7._x = (Stage.width / 2) - 180; _root.cube8._x = (Stage.width / 2) - 60; _root.cube9._x = (Stage.width / 2) + 60; _root.cube10._x = (Stage.width / 2) + 180; _root.cube11._x = (Stage.width / 2) + 300; _root.cube12._x = (Stage.width / 2) - 300; _root.cube13._x = (Stage.width / 2) - 180; _root.cube14._x = (Stage.width / 2) - 60; _root.cube15._x = (Stage.width / 2) + 60; _root.cube16._x = (Stage.width / 2) + 180; _root.cube17._x = (Stage.width / 2) + 300; _root.cube0._y = (Stage.height / 2) - 130; _root.cube1._y = (Stage.height / 2) - 130; _root.cube2._y = (Stage.height / 2) - 130; _root.cube3._y = (Stage.height / 2) - 130; _root.cube4._y = (Stage.height / 2) - 130; _root.cube5._y = (Stage.height / 2) - 130; _root.cube6._y = Stage.height / 2; _root.cube7._y = Stage.height / 2; _root.cube8._y = Stage.height / 2; _root.cube9._y = Stage.height / 2; _root.cube10._y = Stage.height / 2; _root.cube11._y = Stage.height / 2; _root.cube12._y = (Stage.height / 2) + 130; _root.cube13._y = (Stage.height / 2) + 130; _root.cube14._y = (Stage.height / 2) + 130; _root.cube15._y = (Stage.height / 2) + 130; _root.cube16._y = (Stage.height / 2) + 130; _root.cube17._y = (Stage.height / 2) + 130; break; case 19 : _root.cube0._x = (Stage.width / 2) - 250; _root.cube1._x = (Stage.width / 2) - 150; _root.cube2._x = (Stage.width / 2) - 50; _root.cube3._x = (Stage.width / 2) + 50; _root.cube4._x = (Stage.width / 2) + 150; _root.cube5._x = (Stage.width / 2) + 250; _root.cube6._x = (Stage.width / 2) - 300; _root.cube7._x = (Stage.width / 2) - 200; _root.cube8._x = (Stage.width / 2) - 100; _root.cube9._x = Stage.width / 2; _root.cube10._x = (Stage.width / 2) + 100; _root.cube11._x = (Stage.width / 2) + 200; _root.cube12._x = (Stage.width / 2) + 300; _root.cube13._x = (Stage.width / 2) - 250; _root.cube14._x = (Stage.width / 2) - 150; _root.cube15._x = (Stage.width / 2) - 50; _root.cube16._x = (Stage.width / 2) + 50; _root.cube17._x = (Stage.width / 2) + 150; _root.cube18._x = (Stage.width / 2) + 250; _root.cube0._y = (Stage.height / 2) - 120; _root.cube1._y = (Stage.height / 2) - 120; _root.cube2._y = (Stage.height / 2) - 120; _root.cube3._y = (Stage.height / 2) - 120; _root.cube4._y = (Stage.height / 2) - 120; _root.cube5._y = (Stage.height / 2) - 120; _root.cube6._y = Stage.height / 2; _root.cube7._y = Stage.height / 2; _root.cube8._y = Stage.height / 2; _root.cube9._y = Stage.height / 2; _root.cube10._y = Stage.height / 2; _root.cube11._y = Stage.height / 2; _root.cube12._y = Stage.height / 2; _root.cube13._y = (Stage.height / 2) + 120; _root.cube14._y = (Stage.height / 2) + 120; _root.cube15._y = (Stage.height / 2) + 120; _root.cube16._y = (Stage.height / 2) + 120; _root.cube17._y = (Stage.height / 2) + 120; _root.cube18._y = (Stage.height / 2) + 120; break; case 20 : _root.cube0._x = (Stage.width / 2) - 260; _root.cube1._x = (Stage.width / 2) - 130; _root.cube2._x = Stage.width / 2; _root.cube3._x = (Stage.width / 2) + 130; _root.cube4._x = (Stage.width / 2) + 260; _root.cube5._x = (Stage.width / 2) - 260; _root.cube6._x = (Stage.width / 2) - 130; _root.cube7._x = Stage.width / 2; _root.cube8._x = (Stage.width / 2) + 130; _root.cube9._x = (Stage.width / 2) + 260; _root.cube10._x = (Stage.width / 2) - 260; _root.cube11._x = (Stage.width / 2) - 130; _root.cube12._x = Stage.width / 2; _root.cube13._x = (Stage.width / 2) + 130; _root.cube14._x = (Stage.width / 2) + 260; _root.cube15._x = (Stage.width / 2) - 260; _root.cube16._x = (Stage.width / 2) - 130; _root.cube17._x = Stage.width / 2; _root.cube18._x = (Stage.width / 2) + 130; _root.cube19._x = (Stage.width / 2) + 260; _root.cube0._y = (Stage.height / 2) - 135; _root.cube1._y = (Stage.height / 2) - 135; _root.cube2._y = (Stage.height / 2) - 135; _root.cube3._y = (Stage.height / 2) - 135; _root.cube4._y = (Stage.height / 2) - 135; _root.cube5._y = (Stage.height / 2) - 45; _root.cube6._y = (Stage.height / 2) - 45; _root.cube7._y = (Stage.height / 2) - 45; _root.cube8._y = (Stage.height / 2) - 45; _root.cube9._y = (Stage.height / 2) - 45; _root.cube10._y = (Stage.height / 2) + 45; _root.cube11._y = (Stage.height / 2) + 45; _root.cube12._y = (Stage.height / 2) + 45; _root.cube13._y = (Stage.height / 2) + 45; _root.cube14._y = (Stage.height / 2) + 45; _root.cube15._y = (Stage.height / 2) + 135; _root.cube16._y = (Stage.height / 2) + 135; _root.cube17._y = (Stage.height / 2) + 135; _root.cube18._y = (Stage.height / 2) + 135; _root.cube19._y = (Stage.height / 2) + 135; break; case 21 : _root.cube0._x = (Stage.width / 2) - 300; _root.cube1._x = (Stage.width / 2) - 200; _root.cube2._x = (Stage.width / 2) - 100; _root.cube3._x = Stage.width / 2; _root.cube4._x = (Stage.width / 2) + 100; _root.cube5._x = (Stage.width / 2) + 200; _root.cube6._x = (Stage.width / 2) + 300; _root.cube7._x = (Stage.width / 2) - 300; _root.cube8._x = (Stage.width / 2) - 200; _root.cube9._x = (Stage.width / 2) - 100; _root.cube10._x = Stage.width / 2; _root.cube11._x = (Stage.width / 2) + 100; _root.cube12._x = (Stage.width / 2) + 200; _root.cube13._x = (Stage.width / 2) + 300; _root.cube14._x = (Stage.width / 2) - 300; _root.cube15._x = (Stage.width / 2) - 200; _root.cube16._x = (Stage.width / 2) - 100; _root.cube17._x = Stage.width / 2; _root.cube18._x = (Stage.width / 2) + 100; _root.cube19._x = (Stage.width / 2) + 200; _root.cube20._x = (Stage.width / 2) + 300; _root.cube0._y = (Stage.height / 2) - 100; _root.cube1._y = (Stage.height / 2) - 100; _root.cube2._y = (Stage.height / 2) - 100; _root.cube3._y = (Stage.height / 2) - 100; _root.cube4._y = (Stage.height / 2) - 100; _root.cube5._y = (Stage.height / 2) - 100; _root.cube6._y = (Stage.height / 2) - 100; _root.cube7._y = Stage.height / 2; _root.cube8._y = Stage.height / 2; _root.cube9._y = Stage.height / 2; _root.cube10._y = Stage.height / 2; _root.cube11._y = Stage.height / 2; _root.cube12._y = Stage.height / 2; _root.cube13._y = Stage.height / 2; _root.cube14._y = (Stage.height / 2) + 100; _root.cube15._y = (Stage.height / 2) + 100; _root.cube16._y = (Stage.height / 2) + 100; _root.cube17._y = (Stage.height / 2) + 100; _root.cube18._y = (Stage.height / 2) + 100; _root.cube19._y = (Stage.height / 2) + 100; _root.cube20._y = (Stage.height / 2) + 100; break; case 22 : _root.cube0._x = (Stage.width / 2) - 260; _root.cube1._x = (Stage.width / 2) - 130; _root.cube2._x = Stage.width / 2; _root.cube3._x = (Stage.width / 2) + 130; _root.cube4._x = (Stage.width / 2) + 260; _root.cube5._x = (Stage.width / 2) - 275; _root.cube6._x = (Stage.width / 2) - 165; _root.cube7._x = (Stage.width / 2) - 55; _root.cube8._x = (Stage.width / 2) + 55; _root.cube9._x = (Stage.width / 2) + 165; _root.cube10._x = (Stage.width / 2) + 275; _root.cube11._x = (Stage.width / 2) - 275; _root.cube12._x = (Stage.width / 2) - 165; _root.cube13._x = (Stage.width / 2) - 55; _root.cube14._x = (Stage.width / 2) + 55; _root.cube15._x = (Stage.width / 2) + 165; _root.cube16._x = (Stage.width / 2) + 275; _root.cube17._x = (Stage.width / 2) - 260; _root.cube18._x = (Stage.width / 2) - 130; _root.cube19._x = Stage.width / 2; _root.cube20._x = (Stage.width / 2) + 130; _root.cube21._x = (Stage.width / 2) + 260; _root.cube0._y = (Stage.height / 2) - 135; _root.cube1._y = (Stage.height / 2) - 135; _root.cube2._y = (Stage.height / 2) - 135; _root.cube3._y = (Stage.height / 2) - 135; _root.cube4._y = (Stage.height / 2) - 135; _root.cube5._y = (Stage.height / 2) - 45; _root.cube6._y = (Stage.height / 2) - 45; _root.cube7._y = (Stage.height / 2) - 45; _root.cube8._y = (Stage.height / 2) - 45; _root.cube9._y = (Stage.height / 2) - 45; _root.cube10._y = (Stage.height / 2) - 45; _root.cube11._y = (Stage.height / 2) + 45; _root.cube12._y = (Stage.height / 2) + 45; _root.cube13._y = (Stage.height / 2) + 45; _root.cube14._y = (Stage.height / 2) + 45; _root.cube15._y = (Stage.height / 2) + 45; _root.cube16._y = (Stage.height / 2) + 45; _root.cube17._y = (Stage.height / 2) + 135; _root.cube18._y = (Stage.height / 2) + 135; _root.cube19._y = (Stage.height / 2) + 135; _root.cube20._y = (Stage.height / 2) + 135; _root.cube21._y = (Stage.height / 2) + 135; break; case 23 : _root.cube0._x = (Stage.width / 2) - 260; _root.cube1._x = (Stage.width / 2) - 130; _root.cube2._x = Stage.width / 2; _root.cube3._x = (Stage.width / 2) + 130; _root.cube4._x = (Stage.width / 2) + 260; _root.cube5._x = (Stage.width / 2) - 275; _root.cube6._x = (Stage.width / 2) - 165; _root.cube7._x = (Stage.width / 2) - 55; _root.cube8._x = (Stage.width / 2) + 55; _root.cube9._x = (Stage.width / 2) + 165; _root.cube10._x = (Stage.width / 2) + 275; _root.cube11._x = (Stage.width / 2) - 275; _root.cube12._x = (Stage.width / 2) - 165; _root.cube13._x = (Stage.width / 2) - 55; _root.cube14._x = (Stage.width / 2) + 55; _root.cube15._x = (Stage.width / 2) + 165; _root.cube16._x = (Stage.width / 2) + 275; _root.cube17._x = (Stage.width / 2) - 275; _root.cube18._x = (Stage.width / 2) - 165; _root.cube19._x = (Stage.width / 2) - 55; _root.cube20._x = (Stage.width / 2) + 55; _root.cube21._x = (Stage.width / 2) + 165; _root.cube22._x = (Stage.width / 2) + 275; _root.cube0._y = (Stage.height / 2) - 135; _root.cube1._y = (Stage.height / 2) - 135; _root.cube2._y = (Stage.height / 2) - 135; _root.cube3._y = (Stage.height / 2) - 135; _root.cube4._y = (Stage.height / 2) - 135; _root.cube5._y = (Stage.height / 2) - 45; _root.cube6._y = (Stage.height / 2) - 45; _root.cube7._y = (Stage.height / 2) - 45; _root.cube8._y = (Stage.height / 2) - 45; _root.cube9._y = (Stage.height / 2) - 45; _root.cube10._y = (Stage.height / 2) - 45; _root.cube11._y = (Stage.height / 2) + 45; _root.cube12._y = (Stage.height / 2) + 45; _root.cube13._y = (Stage.height / 2) + 45; _root.cube14._y = (Stage.height / 2) + 45; _root.cube15._y = (Stage.height / 2) + 45; _root.cube16._y = (Stage.height / 2) + 45; _root.cube17._y = (Stage.height / 2) + 135; _root.cube18._y = (Stage.height / 2) + 135; _root.cube19._y = (Stage.height / 2) + 135; _root.cube20._y = (Stage.height / 2) + 135; _root.cube21._y = (Stage.height / 2) + 135; _root.cube22._y = (Stage.height / 2) + 135; break; case 24 : _root.cube0._x = (Stage.width / 2) - 275; _root.cube1._x = (Stage.width / 2) - 165; _root.cube2._x = (Stage.width / 2) - 55; _root.cube3._x = (Stage.width / 2) + 55; _root.cube4._x = (Stage.width / 2) + 165; _root.cube5._x = (Stage.width / 2) + 275; _root.cube6._x = (Stage.width / 2) - 275; _root.cube7._x = (Stage.width / 2) - 165; _root.cube8._x = (Stage.width / 2) - 55; _root.cube9._x = (Stage.width / 2) + 55; _root.cube10._x = (Stage.width / 2) + 165; _root.cube11._x = (Stage.width / 2) + 275; _root.cube12._x = (Stage.width / 2) - 275; _root.cube13._x = (Stage.width / 2) - 165; _root.cube14._x = (Stage.width / 2) - 55; _root.cube15._x = (Stage.width / 2) + 55; _root.cube16._x = (Stage.width / 2) + 165; _root.cube17._x = (Stage.width / 2) + 275; _root.cube18._x = (Stage.width / 2) - 275; _root.cube19._x = (Stage.width / 2) - 165; _root.cube20._x = (Stage.width / 2) - 55; _root.cube21._x = (Stage.width / 2) + 55; _root.cube22._x = (Stage.width / 2) + 165; _root.cube23._x = (Stage.width / 2) + 275; _root.cube0._y = (Stage.height / 2) - 135; _root.cube1._y = (Stage.height / 2) - 135; _root.cube2._y = (Stage.height / 2) - 135; _root.cube3._y = (Stage.height / 2) - 135; _root.cube4._y = (Stage.height / 2) - 135; _root.cube5._y = (Stage.height / 2) - 135; _root.cube6._y = (Stage.height / 2) - 45; _root.cube7._y = (Stage.height / 2) - 45; _root.cube8._y = (Stage.height / 2) - 45; _root.cube9._y = (Stage.height / 2) - 45; _root.cube10._y = (Stage.height / 2) - 45; _root.cube11._y = (Stage.height / 2) - 45; _root.cube12._y = (Stage.height / 2) + 45; _root.cube13._y = (Stage.height / 2) + 45; _root.cube14._y = (Stage.height / 2) + 45; _root.cube15._y = (Stage.height / 2) + 45; _root.cube16._y = (Stage.height / 2) + 45; _root.cube17._y = (Stage.height / 2) + 45; _root.cube18._y = (Stage.height / 2) + 135; _root.cube19._y = (Stage.height / 2) + 135; _root.cube20._y = (Stage.height / 2) + 135; _root.cube21._y = (Stage.height / 2) + 135; _root.cube22._y = (Stage.height / 2) + 135; _root.cube23._y = (Stage.height / 2) + 135; break; default : trace("no design for this number of cubes!"); } _root.attachMovie("loading_anim", "loadingAnim", i); } function checkColor() { var actCodeWord = _root.cube0.ampel.codeWord; var allTheSame = true; if (!_root.cube0.rahmen._visible) { allTheSame = false; } else { var i = 1; while (i < eval (("_root.level" + _root.actLevel) + "_numOfCubes")) { if (actCodeWord != eval (("_root.cube" + i) + ".ampel.codeWord")) { allTheSame = false; break; } if (!eval (("_root.cube" + i) + ".rahmen._visible")) { allTheSame = false; break; } i++; } } if (allTheSame) { var i = 0; while (i < eval (("_root.level" + _root.actLevel) + "_numOfCubes")) { eval ("cube" + i).isStopped = true; i++; } _root.gotoAndStop("levelCleared"); } } function tidyUp() { removeMovieClip("nextLevelButton"); var i = 0; while (i < eval (("_root.level" + _root.actLevel) + "_numOfCubes")) { removeMovieClip(eval ("cube" + i)); i++; } removeMovieClip("loadingAnim"); } initLevel();
Frame 3
_root.actLevel++; calcLevel(_root.actLevel); var temp = _root.attachMovie("next-level-button", "nextLevelButton", 1000000); temp._rotation = (Math.random() * 20) - 30; temp._x = 375; temp._y = (Math.random() * 70) + 170;
Symbol 21 MovieClip Frame 1
stop(); codeWord = "yellow";
Symbol 21 MovieClip Frame 2
codeWord = "lightGrey";
Symbol 21 MovieClip Frame 6
stop(); codeWord = "lightGrey";
Symbol 21 MovieClip Frame 7
codeWord = "red";
Symbol 21 MovieClip Frame 11
stop(); codeWord = "red";
Symbol 21 MovieClip Frame 12
codeWord = "darkGrey";
Symbol 21 MovieClip Frame 16
stop(); codeWord = "darkGrey";
Symbol 21 MovieClip Frame 17
codeWord = "yellow";
Symbol 21 MovieClip Frame 21
this.gotoAndStop(1);
Symbol 27 MovieClip Frame 1
maskOrigHeight = 120;
Symbol 28 MovieClip Frame 1
this.onEnterFrame = function () { if (!_parent.isStopped) { if (count >= (eval (("_root.level" + _root.actLevel) + "_changePace") * _root.config_frameRate)) { _parent.ampel.play(); _parent.rahmen._visible = false; count = 0; } else if (_parent.rahmen._visible) { _parent.rahmen.mask._height = _parent.rahmen.mask._height - (_parent.rahmen.maskOrigHeight / (eval (("_root.level" + _root.actLevel) + "_stayDelay") * _root.config_frameRate)); } count++; } };
Symbol 30 Button
on (press) { ticker.count = (eval (("_root.level" + _root.actLevel) + "_changePace") * _root.config_frameRate) - (eval (("_root.level" + _root.actLevel) + "_stayDelay") * _root.config_frameRate); if (!this.rahmen._visible) { this.rahmen._visible = true; _root.checkColor(); } this.rahmen.mask._height = this.rahmen.maskOrigHeight; }
Symbol 31 MovieClip [cube] Frame 1
isStopped = false; this.rahmen._visible = false;
Symbol 39 MovieClip Frame 1
this.displayText.text = _root.actLevel;
Symbol 42 MovieClip Frame 1
this.level.displayText.text = _root.actLevel;
Symbol 43 MovieClip [loading_anim] Frame 60
stop();
Symbol 48 Button
on (release) { _root.gotoAndStop("level"); }
Symbol 54 MovieClip [next-level-button] Frame 60
stop();
Symbol 55 Button
on (rollOver) { mouseIsOver = true; play(); } on (release) { _root.attachMovie("Credits-Page", "credits", 1000007); } on (rollOut) { mouseIsOver = false; gotoAndPlay((16 - _currentframe) + 16); }
Symbol 63 Button
on (rollOut) { mouseIsOver = false; play(); } on (release) { _root.attachMovie("Credits-Page", "credits", 1000007); }
Symbol 64 MovieClip [credits_element] Frame 1
stop(); mouseIsOver = false;
Symbol 64 MovieClip [credits_element] Frame 16
if (mouseIsOver) { stop(); }
Symbol 64 MovieClip [credits_element] Frame 38
gotoAndStop (1);
Symbol 65 Button
on (release) { _root.creditLine.gotoAndStop(1); this.unloadMovie(); }
Symbol 69 Button
on (release) { _parent.play(); }
Symbol 74 Button
on (release) { getURL ("mailto:reinhard@subliminal.at"); }
Symbol 79 Button
on (release) { getURL ("http://reinhard.subliminal.at", "_blank"); }
Symbol 87 Button
on (release) { getURL ("http://laex.name", "_blank"); }
Symbol 92 Button
on (release) { getURL ("mailto:alexander.lang@laex.name"); }
Symbol 94 MovieClip [Credits-Page] Frame 1
play();
Symbol 94 MovieClip [Credits-Page] Frame 7
stop();
Symbol 94 MovieClip [Credits-Page] Frame 14
_root.creditLine.gotoAndStop(1); this.unloadMovie();
Symbol 98 Button
on (release) { _parent._parent.gotoAndPlay(2); }
Symbol 105 MovieClip Frame 90
stop();
Symbol 108 Button
on (release) { _root.gotoAndStop("level"); }
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 121
_root.gotoAndStop("level");
Symbol 116 Button
on (release) { _root.tidyUp(); _root.gotoAndStop(1); }

Library Items

Symbol 1 GraphicUsed by:21
Symbol 2 GraphicUsed by:21
Symbol 3 GraphicUsed by:21
Symbol 4 GraphicUsed by:21
Symbol 5 GraphicUsed by:21
Symbol 6 GraphicUsed by:21
Symbol 7 GraphicUsed by:21
Symbol 8 GraphicUsed by:21
Symbol 9 GraphicUsed by:21
Symbol 10 GraphicUsed by:21
Symbol 11 GraphicUsed by:21
Symbol 12 GraphicUsed by:21
Symbol 13 GraphicUsed by:21
Symbol 14 GraphicUsed by:21
Symbol 15 GraphicUsed by:21
Symbol 16 GraphicUsed by:21
Symbol 17 GraphicUsed by:21
Symbol 18 GraphicUsed by:21
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20Used by:31
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:27
Symbol 24 GraphicUsed by:25
Symbol 25 MovieClipUses:24Used by:27
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:23 25 26Used by:31
Symbol 28 MovieClipUsed by:31
Symbol 29 GraphicUsed by:30 55 63 65 69 116 118
Symbol 30 ButtonUses:29Used by:31
Symbol 31 MovieClip [cube]Uses:21 27 28 30
Symbol 32 GraphicUsed by:33 93
Symbol 33 MovieClipUses:32Used by:43 93 114  Timeline
Symbol 34 FontUsed by:35 62 70 71 72 75 76 77 83 84 85 88 89 90
Symbol 35 TextUses:34Used by:42
Symbol 36 FontUsed by:37 111
Symbol 37 EditableTextUses:36Used by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:37 38Used by:42  Timeline
Symbol 40 FontUsed by:41 56 57 59 80 81 82 99 104 106 109
Symbol 41 TextUses:40Used by:42
Symbol 42 MovieClipUses:35 39 41Used by:43
Symbol 43 MovieClip [loading_anim]Uses:33 42
Symbol 44 GraphicUsed by:48
Symbol 45 GraphicUsed by:48
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 ButtonUses:44 45 46 47Used by:54
Symbol 49 FontUsed by:50 52 66 68
Symbol 50 TextUses:49Used by:51
Symbol 51 MovieClipUses:50Used by:54
Symbol 52 TextUses:49Used by:53
Symbol 53 MovieClipUses:52Used by:54
Symbol 54 MovieClip [next-level-button]Uses:48 51 53
Symbol 55 ButtonUses:29Used by:64
Symbol 56 TextUses:40Used by:64 93
Symbol 57 TextUses:40Used by:64
Symbol 58 GraphicUsed by:64
Symbol 59 TextUses:40Used by:64
Symbol 60 GraphicUsed by:64
Symbol 61 FontUsed by:62 80 81
Symbol 62 TextUses:61 34Used by:64
Symbol 63 ButtonUses:29Used by:64
Symbol 64 MovieClip [credits_element]Uses:55 56 57 58 59 60 62 63
Symbol 65 ButtonUses:29Used by:93
Symbol 66 TextUses:49Used by:93
Symbol 67 FontUsed by:68
Symbol 68 TextUses:67 49Used by:93
Symbol 69 ButtonUses:29Used by:93
Symbol 70 TextUses:34Used by:74
Symbol 71 TextUses:34Used by:74
Symbol 72 TextUses:34Used by:74
Symbol 73 GraphicUsed by:74
Symbol 74 ButtonUses:70 71 72 73Used by:93
Symbol 75 TextUses:34Used by:79
Symbol 76 TextUses:34Used by:79
Symbol 77 TextUses:34Used by:79
Symbol 78 GraphicUsed by:79
Symbol 79 ButtonUses:75 76 77 78Used by:93
Symbol 80 TextUses:61 40Used by:93
Symbol 81 TextUses:61 40Used by:93
Symbol 82 TextUses:40Used by:93
Symbol 83 TextUses:34Used by:87
Symbol 84 TextUses:34Used by:87
Symbol 85 TextUses:34Used by:87
Symbol 86 GraphicUsed by:87
Symbol 87 ButtonUses:83 84 85 86Used by:93
Symbol 88 TextUses:34Used by:92
Symbol 89 TextUses:34Used by:92
Symbol 90 TextUses:34Used by:92
Symbol 91 GraphicUsed by:92
Symbol 92 ButtonUses:88 89 90 91Used by:93
Symbol 93 ButtonUses:65 33 66 68 69 74 79 56 80 81 82 87 92 32Used by:94
Symbol 94 MovieClip [Credits-Page]Uses:93
Symbol 95 GraphicUsed by:98 108
Symbol 96 GraphicUsed by:98 108
Symbol 97 GraphicUsed by:98 108
Symbol 98 ButtonUses:95 96 97Used by:100
Symbol 99 TextUses:40Used by:100
Symbol 100 MovieClipUses:98 99Used by:103
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:103
Symbol 103 MovieClipUses:100 102Used by:114
Symbol 104 TextUses:40Used by:105
Symbol 105 MovieClipUses:104Used by:114
Symbol 106 TextUses:40Used by:107
Symbol 107 MovieClipUses:106Used by:113
Symbol 108 ButtonUses:95 96 97Used by:110
Symbol 109 TextUses:40Used by:110
Symbol 110 MovieClipUses:108 109Used by:113
Symbol 111 TextUses:36Used by:112
Symbol 112 MovieClipUses:111Used by:113
Symbol 113 MovieClipUses:107 110 112Used by:114
Symbol 114 MovieClipUses:103 33 105 113Used by:Timeline
Symbol 115 GraphicUsed by:117
Symbol 116 ButtonUses:29Used by:117
Symbol 117 MovieClipUses:115 116Used by:Timeline
Symbol 118 ButtonUses:29Used by:Timeline

Instance Names

"mask"Symbol 27 MovieClip Frame 1Symbol 23 MovieClip
"ampel"Symbol 31 MovieClip [cube] Frame 1Symbol 21 MovieClip
"rahmen"Symbol 31 MovieClip [cube] Frame 1Symbol 27 MovieClip
"ticker"Symbol 31 MovieClip [cube] Frame 1Symbol 28 MovieClip
"displayText"Symbol 39 MovieClip Frame 1Symbol 37 EditableText
"level"Symbol 42 MovieClip Frame 1Symbol 39 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 31 as "cube"
ExportAssets (56)Timeline Frame 1Symbol 43 as "loading_anim"
ExportAssets (56)Timeline Frame 1Symbol 54 as "next-level-button"
ExportAssets (56)Timeline Frame 1Symbol 64 as "credits_element"
ExportAssets (56)Timeline Frame 1Symbol 94 as "Credits-Page"

Labels

"level"Frame 2
"levelCleared"Frame 3




http://swfchan.com/6/26733/info.shtml
Created: 22/5 -2019 09:22:50 Last modified: 22/5 -2019 09:22:50 Server time: 12/05 -2024 20:27:51