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

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

puzzle2.swf

This is the info page for
Flash #203598

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


Text
loading...

more games

more games

Внимание!!!
В игре содержатся материалы
для взрослых. Если вам ещё не
исполнилось 18 лет немедленно
покиньте игру.

играть

играть

играть

Живые Пазлы

Stage 1

timer testestest
0123456789

GAME
OVER

время:

дальше

дальше

timer testestest

Победа !!!

Stage 2

timer testestest
0123456789

timer testestest

Победа !!!

Stage 3

timer testestest
0123456789

timer testestest

КОНЕЦ

ActionScript [AS1/AS2]

Frame 1
stop();
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (load) { total = _root.getBytesTotal(); } onClipEvent (enterFrame) { loaded = _root.getBytesLoaded(); percent = int((loaded / total) * 100); text = percent + "%"; gotoAndStop(percent); if (loaded == total) { _root.gotoAndPlay(2); } }
Frame 2
Stage.showMenu = false; maxTime = 30; stop();
Frame 3
function nextStage() { gotoAndStop (4); } function gameContinue() { this.gameover_.removeMovieClip(); gotoAndPlay (2); } puzzleDw = 5; puzzleDh = 4; clearFlag = 0; startTargetlayer = 100; startLocklayer = 200; startPuzzlelayer = 300; nowDraglayer = 400; infolayer = 1000; maxTime = maxTime + 150; dragNo = -1; catchPuzzle = new Array(); puzzleRotation = new Array(); clearPuzzle = new Array(); i = 0; while (i < (puzzleDw * puzzleDh)) { catchPuzzle[i] = -1; clearPuzzle[i] = -1; i++; } soundRotation = new Sound(); soundRotation.attachSound("rotationsound"); soundRotation.setVolume(100); stop();
Instance of Symbol 96 MovieClip "target" in Frame 3
onClipEvent (load) { if (_name == "target") { maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { this.duplicateMovieClip("target" + num, _parent.startTargetlayer - num); _parent["target" + num].myNum = num; num++; } _visible = false; } else { _x = (_parent.target._x + (Math.floor(myNum % _parent.puzzleDw) * _parent.puzzleW)); _y = (_parent.target._y + (Math.floor(myNum / _parent.puzzleDw) * _parent.puzzleH)); } }
Instance of Symbol 100 MovieClip "chip" in Frame 3
onClipEvent (load) { function hitChecker() { var _local3; _local3 = 0; while (_local3 < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + _local3].hitTest(_root._xmouse, _root._ymouse, true) && (_parent.viewTime > 0)) { if (_parent["chip" + _local3].catchStatus == -1) { return(_local3); } } _local3++; } _local3 = 0; while (_local3 < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + _local3].hitTest(_root._xmouse, _root._ymouse, true) && (_parent.viewTime > 0)) { return(_local3); } _local3++; } } if (_name == "chip") { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); num = 0; while (num < maxNum) { this.duplicateMovieClip("chip" + num, _parent.startPuzzlelayer - num); _parent["chip" + num].puzzleNo = num; _parent["chip" + num].catchStatus = -1; _parent.puzzleX = -this.graphic._x; _parent.puzzleY = -this.graphic._y; _parent.puzzleW = _parent.target._xscale; _parent.puzzleH = _parent.target._yscale; num++; } _visible = false; } else { _x = ((Math.random() * 700) + 50); _y = ((Math.random() * 500) + 50); _parent.puzzleRotation[this.puzzleNo] = Math.floor(Math.random() * 4); nowRotation = Math.floor(_parent.puzzleRotation[num] * 3) * 90; this.graphic._x = (-_parent.puzzleX) - (Math.floor(this.puzzleNo % _parent.puzzleDw) * _parent.puzzleW); this.graphic._y = (-_parent.puzzleY) - (Math.floor(this.puzzleNo / _parent.puzzleDw) * _parent.puzzleH); this.Noclearflag = 1; this.Rotclearflag = 1; } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_name != "chip")) { if (hitChecker() == this.puzzleNo) { this.startDrag(); this.catchStatus = -1; _parent.dragsabunX = _x - _parent._xmouse; _parent.dragsabunY = _y - _parent._ymouse; this.swapDepths(_parent.nowDraglayer); _parent.dragNo = this.puzzleNo; oldX = _root._xmouse; oldY = _root._ymouse; _parent.clearPuzzle[num] = -1; maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { if (_parent.catchPuzzle[num] == this.puzzleNo) { _parent.catchPuzzle[num] = -1; _visible = true; break; } num++; } } } } onClipEvent (mouseUp) { var tmpX = (oldX - _root._xmouse); var tmpY = (oldY - _root._ymouse); if (((tmpX * tmpX) + (tmpY * tmpY)) < 4) { _parent.puzzleRotation[this.puzzleNo] = (_parent.puzzleRotation[this.puzzleNo] + 1) % 4; } if ((_parent.dragNo == this.puzzleNo) && (_name != "chip")) { this.stopDrag(); _parent.dragNo = -1; this.swapDepths(_parent.startPuzzlelayer - this.puzzleNo); maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { var tmpX = (_parent.target._x + (Math.floor(num % _parent.puzzleDw) * _parent.puzzleW)); var tmpY = (_parent.target._y + (Math.floor(num / _parent.puzzleDw) * _parent.puzzleH)); if ((Math.abs(_x - tmpX) < (_parent.puzzleW / 4)) && (Math.abs(_y - tmpY) < (_parent.puzzleH / 4))) { if (_parent.catchPuzzle[num] == -1) { _x = tmpX; _y = tmpY; _parent.catchPuzzle[num] = this.puzzleNo; this.catchStatus = num; if (this.puzzleNo == num) { this.Noclearflag = 0; } else { this.Noclearflag = 1; } this.swapDepths(_parent.startLocklayer - this.puzzleNo); this._x = tmpX; this._y = tmpY; break; } } num++; } } } onClipEvent (enterFrame) { if (_parent.puzzleRotation[this.puzzleNo] == 0) { this.Rotclearfag = 0; } else { this.Rotclearfag = 1; } if ((Math.floor(_parent.puzzleRotation[this.puzzleNo]) * 90) != ((_rotation + 360) % 360)) { _rotation = (_rotation + 30); if ((Math.floor(_parent.puzzleRotation[this.puzzleNo]) * 90) == ((_rotation + 360) % 360)) { _parent.soundRotation.start(Math.random() * 0.1, 1); } } }
Instance of Symbol 102 MovieClip in Frame 3
onClipEvent (load) { _visible = false; startDate = new Date(); } onClipEvent (enterFrame) { nonclear = 0; tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { nonclear = (nonclear + _parent["chip" + tmp].Noclearflag) + ((_parent["chip" + tmp]._rotation + 360) % 360); tmp++; } tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent.catchPuzzle[tmp] == -1) { nonclear = -1; } tmp++; } if (nonclear == 0) { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); var num = 0; while (num < maxNum) { _parent["target" + num].removeMovieClip(); _parent["chip" + num].removeMovieClip(); num++; } _parent.clearFlag = 1; _parent.nextStage(); } var nowDate = new Date(); _parent.viewTime = _parent.maxTime - Math.floor((nowDate.getTime() - startDate.getTime()) / 1000); if (_parent.viewTime <= 0) { _parent.viewTime = 0; _parent.gameover_._visible = true; } }
Instance of Symbol 107 MovieClip "gameover" in Frame 3
onClipEvent (load) { if (_name == "gameover") { this.duplicateMovieClip("gameover_", _parent.infolayer); } _visible = false; } onClipEvent (mouseDown) { if (_visible == true) { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); var num = 0; while (num < maxNum) { _parent["target" + num].removeMovieClip(); _parent["chip" + num].removeMovieClip(); num++; } _parent.gameContinue(); } }
Frame 4
if ((clearFlag = 0)) { gotoAndPlay (2); } maxTime = viewTime; stop();
Frame 5
function nextStage() { gotoAndStop (6); } function gameContinue() { this.gameover_.removeMovieClip(); gotoAndPlay (2); } puzzleDw = 5; puzzleDh = 4; clearFlag = 0; startTargetlayer = 100; startLocklayer = 200; startPuzzlelayer = 300; nowDraglayer = 400; infolayer = 1000; maxTime = maxTime + 150; dragNo = -1; catchPuzzle = new Array(); puzzleRotation = new Array(); clearPuzzle = new Array(); i = 0; while (i < (puzzleDw * puzzleDh)) { catchPuzzle[i] = -1; clearPuzzle[i] = -1; i++; } soundRotation = new Sound(); soundRotation.attachSound("rotationsound"); soundRotation.setVolume(100); stop();
Instance of Symbol 96 MovieClip "target" in Frame 5
onClipEvent (load) { if (_name == "target") { maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { this.duplicateMovieClip("target" + num, _parent.startTargetlayer - num); _parent["target" + num].myNum = num; num++; } _visible = false; } else { _x = (_parent.target._x + (Math.floor(myNum % _parent.puzzleDw) * _parent.puzzleW)); _y = (_parent.target._y + (Math.floor(myNum / _parent.puzzleDw) * _parent.puzzleH)); } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (load) { _visible = false; startDate = new Date(); } onClipEvent (enterFrame) { nonclear = 0; tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { nonclear = (nonclear + _parent["chip" + tmp].Noclearflag) + ((_parent["chip" + tmp]._rotation + 360) % 360); tmp++; } tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent.catchPuzzle[tmp] == -1) { nonclear = -1; } tmp++; } if (nonclear == 0) { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); var num = 0; while (num < maxNum) { _parent["target" + num].removeMovieClip(); _parent["chip" + num].removeMovieClip(); num++; } _parent.clearFlag = 1; _parent.nextStage(); } var nowDate = new Date(); _parent.viewTime = _parent.maxTime - Math.floor((nowDate.getTime() - startDate.getTime()) / 1000); if (_parent.viewTime <= 0) { _parent.viewTime = 0; _parent.gameover_._visible = true; } }
Instance of Symbol 180 MovieClip "chip" in Frame 5
onClipEvent (load) { function hitChecker() { var _local3; _local3 = 0; while (_local3 < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + _local3].hitTest(_root._xmouse, _root._ymouse, true) && (_parent.viewTime > 0)) { if (_parent["chip" + _local3].catchStatus == -1) { return(_local3); } } _local3++; } _local3 = 0; while (_local3 < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + _local3].hitTest(_root._xmouse, _root._ymouse, true) && (_parent.viewTime > 0)) { return(_local3); } _local3++; } } if (_name == "chip") { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); num = 0; while (num < maxNum) { this.duplicateMovieClip("chip" + num, _parent.startPuzzlelayer - num); _parent["chip" + num].puzzleNo = num; _parent["chip" + num].catchStatus = -1; _parent.puzzleX = -this.graphic._x; _parent.puzzleY = -this.graphic._y; _parent.puzzleW = _parent.target._xscale; _parent.puzzleH = _parent.target._yscale; num++; } _visible = false; } else { _x = ((Math.random() * 700) + 50); _y = ((Math.random() * 500) + 50); _parent.puzzleRotation[this.puzzleNo] = Math.floor(Math.random() * 4); nowRotation = Math.floor(_parent.puzzleRotation[num] * 3) * 90; this.graphic._x = (-_parent.puzzleX) - (Math.floor(this.puzzleNo % _parent.puzzleDw) * _parent.puzzleW); this.graphic._y = (-_parent.puzzleY) - (Math.floor(this.puzzleNo / _parent.puzzleDw) * _parent.puzzleH); this.Noclearflag = 1; this.Rotclearflag = 1; } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_name != "chip")) { if (hitChecker() == this.puzzleNo) { this.startDrag(); this.catchStatus = -1; _parent.dragsabunX = _x - _parent._xmouse; _parent.dragsabunY = _y - _parent._ymouse; this.swapDepths(_parent.nowDraglayer); _parent.dragNo = this.puzzleNo; oldX = _root._xmouse; oldY = _root._ymouse; _parent.clearPuzzle[num] = -1; maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { if (_parent.catchPuzzle[num] == this.puzzleNo) { _parent.catchPuzzle[num] = -1; _visible = true; break; } num++; } } } } onClipEvent (mouseUp) { var tmpX = (oldX - _root._xmouse); var tmpY = (oldY - _root._ymouse); if (((tmpX * tmpX) + (tmpY * tmpY)) < 4) { _parent.puzzleRotation[this.puzzleNo] = (_parent.puzzleRotation[this.puzzleNo] + 1) % 4; } if ((_parent.dragNo == this.puzzleNo) && (_name != "chip")) { this.stopDrag(); _parent.dragNo = -1; this.swapDepths(_parent.startPuzzlelayer - this.puzzleNo); maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { var tmpX = (_parent.target._x + (Math.floor(num % _parent.puzzleDw) * _parent.puzzleW)); var tmpY = (_parent.target._y + (Math.floor(num / _parent.puzzleDw) * _parent.puzzleH)); if ((Math.abs(_x - tmpX) < (_parent.puzzleW / 4)) && (Math.abs(_y - tmpY) < (_parent.puzzleH / 4))) { if (_parent.catchPuzzle[num] == -1) { _x = tmpX; _y = tmpY; _parent.catchPuzzle[num] = this.puzzleNo; this.catchStatus = num; if (this.puzzleNo == num) { this.Noclearflag = 0; } else { this.Noclearflag = 1; } this.swapDepths(_parent.startLocklayer - this.puzzleNo); this._x = tmpX; this._y = tmpY; break; } } num++; } } } onClipEvent (enterFrame) { if (_parent.puzzleRotation[this.puzzleNo] == 0) { this.Rotclearfag = 0; } else { this.Rotclearfag = 1; } if ((Math.floor(_parent.puzzleRotation[this.puzzleNo]) * 90) != ((_rotation + 360) % 360)) { _rotation = (_rotation + 30); if ((Math.floor(_parent.puzzleRotation[this.puzzleNo]) * 90) == ((_rotation + 360) % 360)) { _parent.soundRotation.start(Math.random() * 0.1, 1); } } }
Instance of Symbol 102 MovieClip in Frame 5
onClipEvent (load) { _visible = false; startDate = new Date(); } onClipEvent (enterFrame) { nonclear = 0; tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { nonclear = (nonclear + _parent["chip" + tmp].Noclearflag) + ((_parent["chip" + tmp]._rotation + 360) % 360); tmp++; } tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent.catchPuzzle[tmp] == -1) { nonclear = -1; } tmp++; } if (nonclear == 0) { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); var num = 0; while (num < maxNum) { _parent["target" + num].removeMovieClip(); _parent["chip" + num].removeMovieClip(); num++; } _parent.clearFlag = 1; _parent.nextStage(); } var nowDate = new Date(); _parent.viewTime = _parent.maxTime - Math.floor((nowDate.getTime() - startDate.getTime()) / 1000); if (_parent.viewTime <= 0) { _parent.viewTime = 0; _parent.gameover_._visible = true; } }
Instance of Symbol 107 MovieClip "gameover" in Frame 5
onClipEvent (load) { if (_name == "gameover") { this.duplicateMovieClip("gameover_", _parent.infolayer); } _visible = false; } onClipEvent (mouseDown) { if (_visible == true) { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); var num = 0; while (num < maxNum) { _parent["target" + num].removeMovieClip(); _parent["chip" + num].removeMovieClip(); num++; } _parent.gameContinue(); } }
Frame 6
if ((clearFlag = 0)) { gotoAndPlay (2); } maxTime = viewTime; stop();
Frame 7
function nextStage() { gotoAndStop (8); } function gameContinue() { this.gameover_.removeMovieClip(); gotoAndPlay (2); } puzzleDw = 5; puzzleDh = 4; clearFlag = 0; startTargetlayer = 100; startLocklayer = 200; startPuzzlelayer = 300; nowDraglayer = 400; infolayer = 1000; maxTime = maxTime + 150; dragNo = -1; catchPuzzle = new Array(); puzzleRotation = new Array(); clearPuzzle = new Array(); i = 0; while (i < (puzzleDw * puzzleDh)) { catchPuzzle[i] = -1; clearPuzzle[i] = -1; i++; } soundRotation = new Sound(); soundRotation.attachSound("rotationsound"); soundRotation.setVolume(100); stop();
Instance of Symbol 96 MovieClip "target" in Frame 7
onClipEvent (load) { if (_name == "target") { maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { this.duplicateMovieClip("target" + num, _parent.startTargetlayer - num); _parent["target" + num].myNum = num; num++; } _visible = false; } else { _x = (_parent.target._x + (Math.floor(myNum % _parent.puzzleDw) * _parent.puzzleW)); _y = (_parent.target._y + (Math.floor(myNum / _parent.puzzleDw) * _parent.puzzleH)); } }
Instance of Symbol 102 MovieClip in Frame 7
onClipEvent (load) { _visible = false; startDate = new Date(); } onClipEvent (enterFrame) { nonclear = 0; tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { nonclear = (nonclear + _parent["chip" + tmp].Noclearflag) + ((_parent["chip" + tmp]._rotation + 360) % 360); tmp++; } tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent.catchPuzzle[tmp] == -1) { nonclear = -1; } tmp++; } if (nonclear == 0) { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); var num = 0; while (num < maxNum) { _parent["target" + num].removeMovieClip(); _parent["chip" + num].removeMovieClip(); num++; } _parent.clearFlag = 1; _parent.nextStage(); } var nowDate = new Date(); _parent.viewTime = _parent.maxTime - Math.floor((nowDate.getTime() - startDate.getTime()) / 1000); if (_parent.viewTime <= 0) { _parent.viewTime = 0; _parent.gameover_._visible = true; } }
Instance of Symbol 249 MovieClip "chip" in Frame 7
onClipEvent (load) { function hitChecker() { var _local3; _local3 = 0; while (_local3 < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + _local3].hitTest(_root._xmouse, _root._ymouse, true) && (_parent.viewTime > 0)) { if (_parent["chip" + _local3].catchStatus == -1) { return(_local3); } } _local3++; } _local3 = 0; while (_local3 < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + _local3].hitTest(_root._xmouse, _root._ymouse, true) && (_parent.viewTime > 0)) { return(_local3); } _local3++; } } if (_name == "chip") { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); num = 0; while (num < maxNum) { this.duplicateMovieClip("chip" + num, _parent.startPuzzlelayer - num); _parent["chip" + num].puzzleNo = num; _parent["chip" + num].catchStatus = -1; _parent.puzzleX = -this.graphic._x; _parent.puzzleY = -this.graphic._y; _parent.puzzleW = _parent.target._xscale; _parent.puzzleH = _parent.target._yscale; num++; } _visible = false; } else { _x = ((Math.random() * 700) + 50); _y = ((Math.random() * 500) + 50); _parent.puzzleRotation[this.puzzleNo] = Math.floor(Math.random() * 4); nowRotation = Math.floor(_parent.puzzleRotation[num] * 3) * 90; this.graphic._x = (-_parent.puzzleX) - (Math.floor(this.puzzleNo % _parent.puzzleDw) * _parent.puzzleW); this.graphic._y = (-_parent.puzzleY) - (Math.floor(this.puzzleNo / _parent.puzzleDw) * _parent.puzzleH); this.Noclearflag = 1; this.Rotclearflag = 1; } } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true) && (_name != "chip")) { if (hitChecker() == this.puzzleNo) { this.startDrag(); this.catchStatus = -1; _parent.dragsabunX = _x - _parent._xmouse; _parent.dragsabunY = _y - _parent._ymouse; this.swapDepths(_parent.nowDraglayer); _parent.dragNo = this.puzzleNo; oldX = _root._xmouse; oldY = _root._ymouse; _parent.clearPuzzle[num] = -1; maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { if (_parent.catchPuzzle[num] == this.puzzleNo) { _parent.catchPuzzle[num] = -1; _visible = true; break; } num++; } } } } onClipEvent (mouseUp) { var tmpX = (oldX - _root._xmouse); var tmpY = (oldY - _root._ymouse); if (((tmpX * tmpX) + (tmpY * tmpY)) < 4) { _parent.puzzleRotation[this.puzzleNo] = (_parent.puzzleRotation[this.puzzleNo] + 1) % 4; } if ((_parent.dragNo == this.puzzleNo) && (_name != "chip")) { this.stopDrag(); _parent.dragNo = -1; this.swapDepths(_parent.startPuzzlelayer - this.puzzleNo); maxNum = _parent.puzzleDw * _parent.puzzleDh; num = 0; while (num < maxNum) { var tmpX = (_parent.target._x + (Math.floor(num % _parent.puzzleDw) * _parent.puzzleW)); var tmpY = (_parent.target._y + (Math.floor(num / _parent.puzzleDw) * _parent.puzzleH)); if ((Math.abs(_x - tmpX) < (_parent.puzzleW / 4)) && (Math.abs(_y - tmpY) < (_parent.puzzleH / 4))) { if (_parent.catchPuzzle[num] == -1) { _x = tmpX; _y = tmpY; _parent.catchPuzzle[num] = this.puzzleNo; this.catchStatus = num; if (this.puzzleNo == num) { this.Noclearflag = 0; } else { this.Noclearflag = 1; } this.swapDepths(_parent.startLocklayer - this.puzzleNo); this._x = tmpX; this._y = tmpY; break; } } num++; } } } onClipEvent (enterFrame) { if (_parent.puzzleRotation[this.puzzleNo] == 0) { this.Rotclearfag = 0; } else { this.Rotclearfag = 1; } if ((Math.floor(_parent.puzzleRotation[this.puzzleNo]) * 90) != ((_rotation + 360) % 360)) { _rotation = (_rotation + 30); if ((Math.floor(_parent.puzzleRotation[this.puzzleNo]) * 90) == ((_rotation + 360) % 360)) { _parent.soundRotation.start(Math.random() * 0.1, 1); } } }
Instance of Symbol 102 MovieClip in Frame 7
onClipEvent (load) { _visible = false; startDate = new Date(); } onClipEvent (enterFrame) { nonclear = 0; tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { nonclear = (nonclear + _parent["chip" + tmp].Noclearflag) + ((_parent["chip" + tmp]._rotation + 360) % 360); tmp++; } tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent.catchPuzzle[tmp] == -1) { nonclear = -1; } tmp++; } if (nonclear == 0) { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); var num = 0; while (num < maxNum) { _parent["target" + num].removeMovieClip(); _parent["chip" + num].removeMovieClip(); num++; } _parent.clearFlag = 1; _parent.nextStage(); } var nowDate = new Date(); _parent.viewTime = _parent.maxTime - Math.floor((nowDate.getTime() - startDate.getTime()) / 1000); if (_parent.viewTime <= 0) { _parent.viewTime = 0; _parent.gameover_._visible = true; } }
Instance of Symbol 107 MovieClip "gameover" in Frame 7
onClipEvent (load) { if (_name == "gameover") { this.duplicateMovieClip("gameover_", _parent.infolayer); } _visible = false; } onClipEvent (mouseDown) { if (_visible == true) { var maxNum = (_parent.puzzleDw * _parent.puzzleDh); var num = 0; while (num < maxNum) { _parent["target" + num].removeMovieClip(); _parent["chip" + num].removeMovieClip(); num++; } _parent.gameContinue(); } }
Frame 8
if ((clearFlag = 0)) { gotoAndPlay (2); } maxTime = viewTime; stop(); if ((clearflag = 0)) { gotoAndPlay (2); } maxTime = viewTime; stop();
Frame 9
stop();
Symbol 19 Button
on (release) { getURL ("http://pastila-club.ru/"); }
Symbol 29 Button
on (release) { gotoAndStop (3); }
Symbol 114 Button
on (release) { gotoAndStop (5); }
Symbol 183 Button
on (release) { gotoAndStop (7); }
Symbol 251 Button
on (release) { gotoAndStop (9); }
Symbol 253 Button
on (press) { play(); }
Symbol 254 MovieClip Frame 1
stop();
Symbol 254 MovieClip Frame 2
stop();
Symbol 254 MovieClip Frame 3
stop();

Library Items

Symbol 1 Sound [rotationsound]
Symbol 2 GraphicUsed by:Timeline
Symbol 3 GraphicUsed by:10
Symbol 4 ShapeTweeningUsed by:10
Symbol 5 GraphicUsed by:10
Symbol 6 FontUsed by:7 104 115 182 184 250 252
Symbol 7 TextUses:6Used by:10
Symbol 8 GraphicUsed by:10
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:3 4 5 7 8 9Used by:Timeline
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:19
Symbol 15 FontUsed by:16 18 108 110 112
Symbol 16 TextUses:15Used by:19
Symbol 17 GraphicUsed by:19
Symbol 18 TextUses:15Used by:19
Symbol 19 ButtonUses:14 16 17 18Used by:Timeline
Symbol 20 FontUsed by:22 24 26 28
Symbol 21 FontUsed by:22
Symbol 22 TextUses:20 21Used by:Timeline
Symbol 23 GraphicUsed by:29
Symbol 24 TextUses:20Used by:29
Symbol 25 GraphicUsed by:29
Symbol 26 TextUses:20Used by:29
Symbol 27 GraphicUsed by:29
Symbol 28 TextUses:20Used by:29
Symbol 29 ButtonUses:23 24 25 26 27 28Used by:Timeline
Symbol 30 FontUsed by:31 103 181 248
Symbol 31 TextUses:30Used by:Timeline
Symbol 32 SoundUsed by:Timeline
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:93
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:93
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:93
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:93
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:93
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:93
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:93
Symbol 47 BitmapUsed by:48
Symbol 48 GraphicUses:47Used by:93
Symbol 49 BitmapUsed by:50
Symbol 50 GraphicUses:49Used by:93
Symbol 51 BitmapUsed by:52
Symbol 52 GraphicUses:51Used by:93
Symbol 53 BitmapUsed by:54
Symbol 54 GraphicUses:53Used by:93
Symbol 55 BitmapUsed by:56
Symbol 56 GraphicUses:55Used by:93
Symbol 57 BitmapUsed by:58
Symbol 58 GraphicUses:57Used by:93
Symbol 59 BitmapUsed by:60
Symbol 60 GraphicUses:59Used by:93
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:93
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:93
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:93
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:93
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:93
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:93
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:93
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:93
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:93
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:93
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:93
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:93
Symbol 85 BitmapUsed by:86
Symbol 86 GraphicUses:85Used by:93
Symbol 87 BitmapUsed by:88
Symbol 88 GraphicUses:87Used by:93
Symbol 89 BitmapUsed by:90
Symbol 90 GraphicUses:89Used by:93
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:93
Symbol 93 MovieClipUses:34 36 38 40 42 44 46 48 50 52 54 56 58 60 62 64 66 68 70 72 74 76 78 80 82 84 86 88 90 92Used by:94
Symbol 94 MovieClipUses:93Used by:100 254  Timeline
Symbol 95 GraphicUsed by:96
Symbol 96 MovieClipUses:95Used by:Timeline
Symbol 97 GraphicUsed by:100 180 249
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:100 180 249
Symbol 100 MovieClipUses:97 99 94Used by:Timeline
Symbol 101 GraphicUsed by:102
Symbol 102 MovieClipUses:101Used by:Timeline
Symbol 103 TextUses:30Used by:Timeline
Symbol 104 EditableTextUses:6Used by:Timeline
Symbol 105 FontUsed by:106 116 185 255
Symbol 106 TextUses:105Used by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 TextUses:15Used by:Timeline
Symbol 109 GraphicUsed by:114 183 251 253
Symbol 110 TextUses:15Used by:114 183 251 253
Symbol 111 GraphicUsed by:114 183 251 253
Symbol 112 TextUses:15Used by:114 183 251 253
Symbol 113 GraphicUsed by:114 183 251 253
Symbol 114 ButtonUses:109 110 111 112 113Used by:Timeline
Symbol 115 EditableTextUses:6Used by:Timeline
Symbol 116 TextUses:105Used by:Timeline
Symbol 117 SoundUsed by:Timeline
Symbol 118 BitmapUsed by:119
Symbol 119 GraphicUses:118Used by:178
Symbol 120 BitmapUsed by:121
Symbol 121 GraphicUses:120Used by:178
Symbol 122 BitmapUsed by:123
Symbol 123 GraphicUses:122Used by:178
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:178
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:126Used by:178
Symbol 128 BitmapUsed by:129
Symbol 129 GraphicUses:128Used by:178
Symbol 130 BitmapUsed by:131
Symbol 131 GraphicUses:130Used by:178
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:132Used by:178
Symbol 134 BitmapUsed by:135
Symbol 135 GraphicUses:134Used by:178
Symbol 136 BitmapUsed by:137
Symbol 137 GraphicUses:136Used by:178
Symbol 138 BitmapUsed by:139
Symbol 139 GraphicUses:138Used by:178
Symbol 140 BitmapUsed by:141
Symbol 141 GraphicUses:140Used by:178
Symbol 142 BitmapUsed by:143
Symbol 143 GraphicUses:142Used by:178
Symbol 144 BitmapUsed by:145
Symbol 145 GraphicUses:144Used by:178
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:178
Symbol 148 BitmapUsed by:149
Symbol 149 GraphicUses:148Used by:178
Symbol 150 BitmapUsed by:151
Symbol 151 GraphicUses:150Used by:178
Symbol 152 BitmapUsed by:153
Symbol 153 GraphicUses:152Used by:178
Symbol 154 BitmapUsed by:155
Symbol 155 GraphicUses:154Used by:178
Symbol 156 BitmapUsed by:157
Symbol 157 GraphicUses:156Used by:178
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:178
Symbol 160 BitmapUsed by:161
Symbol 161 GraphicUses:160Used by:178
Symbol 162 BitmapUsed by:163
Symbol 163 GraphicUses:162Used by:178
Symbol 164 BitmapUsed by:165
Symbol 165 GraphicUses:164Used by:178
Symbol 166 BitmapUsed by:167
Symbol 167 GraphicUses:166Used by:178
Symbol 168 BitmapUsed by:169
Symbol 169 GraphicUses:168Used by:178
Symbol 170 BitmapUsed by:171
Symbol 171 GraphicUses:170Used by:178
Symbol 172 BitmapUsed by:173
Symbol 173 GraphicUses:172Used by:178
Symbol 174 BitmapUsed by:175
Symbol 175 GraphicUses:174Used by:178
Symbol 176 BitmapUsed by:177
Symbol 177 GraphicUses:176Used by:178
Symbol 178 MovieClipUses:119 121 123 125 127 129 131 133 135 137 139 141 143 145 147 149 151 153 155 157 159 161 163 165 167 169 171 173 175 177Used by:179
Symbol 179 MovieClipUses:178Used by:180 254  Timeline
Symbol 180 MovieClipUses:97 99 179Used by:Timeline
Symbol 181 TextUses:30Used by:Timeline
Symbol 182 EditableTextUses:6Used by:Timeline
Symbol 183 ButtonUses:109 110 111 112 113Used by:Timeline
Symbol 184 EditableTextUses:6Used by:Timeline
Symbol 185 TextUses:105Used by:Timeline
Symbol 186 BitmapUsed by:187
Symbol 187 GraphicUses:186Used by:246
Symbol 188 BitmapUsed by:189
Symbol 189 GraphicUses:188Used by:246
Symbol 190 BitmapUsed by:191
Symbol 191 GraphicUses:190Used by:246
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:246
Symbol 194 BitmapUsed by:195
Symbol 195 GraphicUses:194Used by:246
Symbol 196 BitmapUsed by:197
Symbol 197 GraphicUses:196Used by:246
Symbol 198 BitmapUsed by:199
Symbol 199 GraphicUses:198Used by:246
Symbol 200 BitmapUsed by:201
Symbol 201 GraphicUses:200Used by:246
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:246
Symbol 204 BitmapUsed by:205
Symbol 205 GraphicUses:204Used by:246
Symbol 206 BitmapUsed by:207
Symbol 207 GraphicUses:206Used by:246
Symbol 208 BitmapUsed by:209
Symbol 209 GraphicUses:208Used by:246
Symbol 210 BitmapUsed by:211
Symbol 211 GraphicUses:210Used by:246
Symbol 212 BitmapUsed by:213
Symbol 213 GraphicUses:212Used by:246
Symbol 214 BitmapUsed by:215
Symbol 215 GraphicUses:214Used by:246
Symbol 216 BitmapUsed by:217
Symbol 217 GraphicUses:216Used by:246
Symbol 218 BitmapUsed by:219
Symbol 219 GraphicUses:218Used by:246
Symbol 220 BitmapUsed by:221
Symbol 221 GraphicUses:220Used by:246
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:246
Symbol 224 BitmapUsed by:225
Symbol 225 GraphicUses:224Used by:246
Symbol 226 BitmapUsed by:227
Symbol 227 GraphicUses:226Used by:246
Symbol 228 BitmapUsed by:229
Symbol 229 GraphicUses:228Used by:246
Symbol 230 BitmapUsed by:231
Symbol 231 GraphicUses:230Used by:246
Symbol 232 BitmapUsed by:233
Symbol 233 GraphicUses:232Used by:246
Symbol 234 BitmapUsed by:235
Symbol 235 GraphicUses:234Used by:246
Symbol 236 BitmapUsed by:237
Symbol 237 GraphicUses:236Used by:246
Symbol 238 BitmapUsed by:239
Symbol 239 GraphicUses:238Used by:246
Symbol 240 BitmapUsed by:241
Symbol 241 GraphicUses:240Used by:246
Symbol 242 BitmapUsed by:243
Symbol 243 GraphicUses:242Used by:246
Symbol 244 BitmapUsed by:245
Symbol 245 GraphicUses:244Used by:246
Symbol 246 MovieClipUses:187 189 191 193 195 197 199 201 203 205 207 209 211 213 215 217 219 221 223 225 227 229 231 233 235 237 239 241 243 245Used by:247
Symbol 247 MovieClipUses:246Used by:249 254  Timeline
Symbol 248 TextUses:30Used by:Timeline
Symbol 249 MovieClipUses:97 99 247Used by:Timeline
Symbol 250 EditableTextUses:6Used by:Timeline
Symbol 251 ButtonUses:109 110 111 112 113Used by:Timeline
Symbol 252 EditableTextUses:6Used by:Timeline
Symbol 253 ButtonUses:109 110 111 112 113Used by:254
Symbol 254 MovieClipUses:94 253 247 179Used by:Timeline
Symbol 255 TextUses:105Used by:Timeline

Instance Names

"target"Frame 3Symbol 96 MovieClip
"chip"Frame 3Symbol 100 MovieClip
"gameover"Frame 3Symbol 107 MovieClip
"target"Frame 5Symbol 96 MovieClip
"chip"Frame 5Symbol 180 MovieClip
"gameover"Frame 5Symbol 107 MovieClip
"target"Frame 7Symbol 96 MovieClip
"chip"Frame 7Symbol 249 MovieClip
"gameover"Frame 7Symbol 107 MovieClip
"basecolor"Symbol 100 MovieClip Frame 1Symbol 99 MovieClip
"graphic"Symbol 100 MovieClip Frame 1Symbol 94 MovieClip
"basecolor"Symbol 180 MovieClip Frame 1Symbol 99 MovieClip
"graphic"Symbol 180 MovieClip Frame 1Symbol 179 MovieClip
"basecolor"Symbol 249 MovieClip Frame 1Symbol 99 MovieClip
"graphic"Symbol 249 MovieClip Frame 1Symbol 247 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 11298 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"> <rdf:Description rdf:about="" xmln ..."
ExportAssets (56)Timeline Frame 1Symbol 1 as "rotationsound"

Labels

"title"Frame 2

Dynamic Text Variables

viewTimeSymbol 104 EditableText"timer testestest 0123456789"
viewTimeSymbol 115 EditableText"timer testestest "
viewTimeSymbol 182 EditableText"timer testestest 0123456789"
viewTimeSymbol 184 EditableText"timer testestest "
viewTimeSymbol 250 EditableText"timer testestest 0123456789"
viewTimeSymbol 252 EditableText"timer testestest "




http://swfchan.com/41/203598/info.shtml
Created: 26/7 -2019 19:45:58 Last modified: 26/7 -2019 19:45:58 Server time: 20/04 -2024 08:13:57