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

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

3D Sex Puzzle.swf

This is the info page for
Flash #15156

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


Text
r”’”

Kinetic Flash

Stage 1

timer testestest

timer testestest

Stage 2

timer testestest

timer testestest

Stage 3

timer testestest

timer testestest

timer testestest

total

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false; maxTime = 30; stop();
Frame 2
function nextStage() { gotoAndStop (3); } function gameContinue() { this.gameover_.removeMovieClip(); gotoAndPlay (1); } 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 13 MovieClip "target" in Frame 2
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 48 MovieClip "chip" in Frame 2
onClipEvent (load) { function hitChecker() { var tmp; tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + tmp].hitTest(_root._xmouse, _root._ymouse, true) and (0 < _parent.viewTime)) { if (_parent["chip" + tmp].catchStatus == -1) { return(tmp); } } tmp++; } tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + tmp].hitTest(_root._xmouse, _root._ymouse, true) and (0 < _parent.viewTime)) { return(tmp); } tmp++; } } 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) and (_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) and (_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)) and (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 50 MovieClip in Frame 2
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 (0 >= _parent.viewTime) { _parent.viewTime = 0; _parent.gameover_._visible = true; } }
Instance of Symbol 55 MovieClip "gameover" in Frame 2
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 3
if ((clearFlag = 0)) { gotoAndPlay (1); } maxTime = viewTime; stop();
Frame 4
function nextStage() { gotoAndStop (5); } function gameContinue() { this.gameover_.removeMovieClip(); gotoAndPlay (1); } 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 13 MovieClip "target" in Frame 4
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 50 MovieClip in Frame 4
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 (0 >= _parent.viewTime) { _parent.viewTime = 0; _parent.gameover_._visible = true; } }
Instance of Symbol 86 MovieClip "chip" in Frame 4
onClipEvent (load) { function hitChecker() { var tmp; tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + tmp].hitTest(_root._xmouse, _root._ymouse, true) and (0 < _parent.viewTime)) { if (_parent["chip" + tmp].catchStatus == -1) { return(tmp); } } tmp++; } tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + tmp].hitTest(_root._xmouse, _root._ymouse, true) and (0 < _parent.viewTime)) { return(tmp); } tmp++; } } 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) and (_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) and (_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)) and (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 55 MovieClip "gameover" in Frame 4
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 5
if ((clearFlag = 0)) { gotoAndPlay (1); } maxTime = viewTime; stop();
Frame 6
function nextStage() { gotoAndStop (7); } function gameContinue() { this.gameover_.removeMovieClip(); gotoAndPlay (1); } 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 13 MovieClip "target" in Frame 6
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 50 MovieClip in Frame 6
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 (0 >= _parent.viewTime) { _parent.viewTime = 0; _parent.gameover_._visible = true; } }
Instance of Symbol 113 MovieClip "chip" in Frame 6
onClipEvent (load) { function hitChecker() { var tmp; tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + tmp].hitTest(_root._xmouse, _root._ymouse, true) and (0 < _parent.viewTime)) { if (_parent["chip" + tmp].catchStatus == -1) { return(tmp); } } tmp++; } tmp = 0; while (tmp < (_parent.puzzleDw * _parent.puzzleDh)) { if (_parent["chip" + tmp].hitTest(_root._xmouse, _root._ymouse, true) and (0 < _parent.viewTime)) { return(tmp); } tmp++; } } 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) and (_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) and (_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)) and (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 55 MovieClip "gameover" in Frame 6
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 7
if ((clearFlag = 0)) { gotoAndPlay (1); } maxTime = viewTime; stop(); if ((clearflag = 0)) { gotoAndPlay (1); } maxTime = viewTime; stop();
Frame 8
stop();
Symbol 8 Button
on (release) { gotoAndStop (2); }
Symbol 59 Button
on (release) { gotoAndStop (4); }
Symbol 89 Button
on (release) { gotoAndStop (6); }
Symbol 115 Button
on (release) { gotoAndStop (8); }
Symbol 120 Button
on (release) { getURL ("http://u-hi.whitesnow.jp/hinata/"); }
Symbol 423 MovieClip Frame 152
gotoAndPlay (139);

Library Items

Symbol 1 Sound [rotationsound]
Symbol 2 GraphicUsed by:Timeline
Symbol 3 BitmapUsed by:4
Symbol 4 GraphicUses:3Used by:Timeline
Symbol 5 GraphicUsed by:8
Symbol 6 FontUsed by:7
Symbol 7 TextUses:6Used by:8
Symbol 8 ButtonUses:5 7Used by:Timeline
Symbol 9 FontUsed by:10 51 87 91
Symbol 10 TextUses:9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:Timeline
Symbol 14 GraphicUsed by:48 86 113
Symbol 15 GraphicUsed by:16
Symbol 16 MovieClipUses:15Used by:48 86 113
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:47
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:47
Symbol 21 BitmapUsed by:22
Symbol 22 GraphicUses:21Used by:47
Symbol 23 BitmapUsed by:24
Symbol 24 GraphicUses:23Used by:47
Symbol 25 BitmapUsed by:26
Symbol 26 GraphicUses:25Used by:47
Symbol 27 BitmapUsed by:28
Symbol 28 GraphicUses:27Used by:47
Symbol 29 BitmapUsed by:30
Symbol 30 GraphicUses:29Used by:47
Symbol 31 BitmapUsed by:32
Symbol 32 GraphicUses:31Used by:47
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:47
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:47
Symbol 37 BitmapUsed by:38
Symbol 38 GraphicUses:37Used by:47
Symbol 39 BitmapUsed by:40
Symbol 40 GraphicUses:39Used by:47
Symbol 41 BitmapUsed by:42
Symbol 42 GraphicUses:41Used by:47
Symbol 43 BitmapUsed by:44
Symbol 44 GraphicUses:43Used by:47
Symbol 45 BitmapUsed by:46
Symbol 46 GraphicUses:45Used by:47
Symbol 47 MovieClipUses:18 20 22 24 26 28 30 32 34 36 38 40 42 44 46Used by:48  Timeline
Symbol 48 MovieClipUses:14 16 47Used by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 TextUses:9Used by:Timeline
Symbol 52 FontUsed by:53 60 88 90 114 116 424 425
Symbol 53 EditableTextUses:52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 GraphicUsed by:59 89 115
Symbol 57 GraphicUsed by:59 89 115
Symbol 58 GraphicUsed by:59 89 115
Symbol 59 ButtonUses:56 57 58Used by:Timeline
Symbol 60 EditableTextUses:52Used by:Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:85
Symbol 63 BitmapUsed by:64
Symbol 64 GraphicUses:63Used by:85
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:85
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:85
Symbol 69 BitmapUsed by:70
Symbol 70 GraphicUses:69Used by:85
Symbol 71 BitmapUsed by:72
Symbol 72 GraphicUses:71Used by:85
Symbol 73 BitmapUsed by:74
Symbol 74 GraphicUses:73Used by:85
Symbol 75 BitmapUsed by:76
Symbol 76 GraphicUses:75Used by:85
Symbol 77 BitmapUsed by:78
Symbol 78 GraphicUses:77Used by:85
Symbol 79 BitmapUsed by:80
Symbol 80 GraphicUses:79Used by:85
Symbol 81 BitmapUsed by:82
Symbol 82 GraphicUses:81Used by:85
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:62 64 66 68 70 72 74 76 78 80 82 84Used by:86  Timeline
Symbol 86 MovieClipUses:14 16 85Used by:Timeline
Symbol 87 TextUses:9Used by:Timeline
Symbol 88 EditableTextUses:52Used by:Timeline
Symbol 89 ButtonUses:56 57 58Used by:Timeline
Symbol 90 EditableTextUses:52Used by:Timeline
Symbol 91 TextUses:9Used by:Timeline
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:112
Symbol 94 BitmapUsed by:95
Symbol 95 GraphicUses:94Used by:112
Symbol 96 BitmapUsed by:97
Symbol 97 GraphicUses:96Used by:112
Symbol 98 BitmapUsed by:99
Symbol 99 GraphicUses:98Used by:112
Symbol 100 BitmapUsed by:101
Symbol 101 GraphicUses:100Used by:112
Symbol 102 BitmapUsed by:103
Symbol 103 GraphicUses:102Used by:112
Symbol 104 BitmapUsed by:105
Symbol 105 GraphicUses:104Used by:112
Symbol 106 BitmapUsed by:107
Symbol 107 GraphicUses:106Used by:112
Symbol 108 BitmapUsed by:109
Symbol 109 GraphicUses:108Used by:112
Symbol 110 BitmapUsed by:111
Symbol 111 GraphicUses:110Used by:112
Symbol 112 MovieClipUses:93 95 97 99 101 103 105 107 109 111Used by:113  Timeline
Symbol 113 MovieClipUses:14 16 112Used by:Timeline
Symbol 114 EditableTextUses:52Used by:Timeline
Symbol 115 ButtonUses:56 57 58Used by:Timeline
Symbol 116 EditableTextUses:52Used by:Timeline
Symbol 117 GraphicUsed by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 ButtonUses:117 118 119Used by:Timeline
Symbol 121 BitmapUsed by:122
Symbol 122 GraphicUses:121Used by:423
Symbol 123 BitmapUsed by:124
Symbol 124 GraphicUses:123Used by:423
Symbol 125 BitmapUsed by:126
Symbol 126 GraphicUses:125Used by:423
Symbol 127 BitmapUsed by:128
Symbol 128 GraphicUses:127Used by:423
Symbol 129 BitmapUsed by:130
Symbol 130 GraphicUses:129Used by:423
Symbol 131 BitmapUsed by:132
Symbol 132 GraphicUses:131Used by:423
Symbol 133 BitmapUsed by:134
Symbol 134 GraphicUses:133Used by:423
Symbol 135 BitmapUsed by:136
Symbol 136 GraphicUses:135Used by:423
Symbol 137 BitmapUsed by:138
Symbol 138 GraphicUses:137Used by:423
Symbol 139 BitmapUsed by:140
Symbol 140 GraphicUses:139Used by:423
Symbol 141 BitmapUsed by:142
Symbol 142 GraphicUses:141Used by:423
Symbol 143 BitmapUsed by:144
Symbol 144 GraphicUses:143Used by:423
Symbol 145 BitmapUsed by:146
Symbol 146 GraphicUses:145Used by:423
Symbol 147 BitmapUsed by:148
Symbol 148 GraphicUses:147Used by:423
Symbol 149 BitmapUsed by:150
Symbol 150 GraphicUses:149Used by:423
Symbol 151 BitmapUsed by:152
Symbol 152 GraphicUses:151Used by:423
Symbol 153 BitmapUsed by:154
Symbol 154 GraphicUses:153Used by:423
Symbol 155 BitmapUsed by:156
Symbol 156 GraphicUses:155Used by:423
Symbol 157 BitmapUsed by:158
Symbol 158 GraphicUses:157Used by:423
Symbol 159 BitmapUsed by:160
Symbol 160 GraphicUses:159Used by:423
Symbol 161 BitmapUsed by:162
Symbol 162 GraphicUses:161Used by:423
Symbol 163 BitmapUsed by:164
Symbol 164 GraphicUses:163Used by:423
Symbol 165 BitmapUsed by:166
Symbol 166 GraphicUses:165Used by:423
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:167Used by:423
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:423
Symbol 171 BitmapUsed by:172
Symbol 172 GraphicUses:171Used by:423
Symbol 173 BitmapUsed by:174
Symbol 174 GraphicUses:173Used by:423
Symbol 175 BitmapUsed by:176
Symbol 176 GraphicUses:175Used by:423
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:423
Symbol 179 BitmapUsed by:180
Symbol 180 GraphicUses:179Used by:423
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:423
Symbol 183 BitmapUsed by:184
Symbol 184 GraphicUses:183Used by:423
Symbol 185 BitmapUsed by:186
Symbol 186 GraphicUses:185Used by:423
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:423
Symbol 189 BitmapUsed by:190
Symbol 190 GraphicUses:189Used by:423
Symbol 191 BitmapUsed by:192
Symbol 192 GraphicUses:191Used by:423
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:193Used by:423
Symbol 195 BitmapUsed by:196
Symbol 196 GraphicUses:195Used by:423
Symbol 197 BitmapUsed by:198
Symbol 198 GraphicUses:197Used by:423
Symbol 199 BitmapUsed by:200
Symbol 200 GraphicUses:199Used by:423
Symbol 201 BitmapUsed by:202
Symbol 202 GraphicUses:201Used by:423
Symbol 203 BitmapUsed by:204
Symbol 204 GraphicUses:203Used by:423
Symbol 205 BitmapUsed by:206
Symbol 206 GraphicUses:205Used by:423
Symbol 207 BitmapUsed by:208
Symbol 208 GraphicUses:207Used by:423
Symbol 209 BitmapUsed by:210
Symbol 210 GraphicUses:209Used by:423
Symbol 211 BitmapUsed by:212
Symbol 212 GraphicUses:211Used by:423
Symbol 213 BitmapUsed by:214
Symbol 214 GraphicUses:213Used by:423
Symbol 215 BitmapUsed by:216
Symbol 216 GraphicUses:215Used by:423
Symbol 217 BitmapUsed by:218
Symbol 218 GraphicUses:217Used by:423
Symbol 219 BitmapUsed by:220
Symbol 220 GraphicUses:219Used by:423
Symbol 221 BitmapUsed by:222
Symbol 222 GraphicUses:221Used by:423
Symbol 223 BitmapUsed by:224
Symbol 224 GraphicUses:223Used by:423
Symbol 225 BitmapUsed by:226
Symbol 226 GraphicUses:225Used by:423
Symbol 227 BitmapUsed by:228
Symbol 228 GraphicUses:227Used by:423
Symbol 229 BitmapUsed by:230
Symbol 230 GraphicUses:229Used by:423
Symbol 231 BitmapUsed by:232
Symbol 232 GraphicUses:231Used by:423
Symbol 233 BitmapUsed by:234
Symbol 234 GraphicUses:233Used by:423
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:235Used by:423
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:423
Symbol 239 BitmapUsed by:240
Symbol 240 GraphicUses:239Used by:423
Symbol 241 BitmapUsed by:242
Symbol 242 GraphicUses:241Used by:423
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:423
Symbol 245 BitmapUsed by:246
Symbol 246 GraphicUses:245Used by:423
Symbol 247 BitmapUsed by:248
Symbol 248 GraphicUses:247Used by:423
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:423
Symbol 251 BitmapUsed by:252
Symbol 252 GraphicUses:251Used by:423
Symbol 253 BitmapUsed by:254
Symbol 254 GraphicUses:253Used by:423
Symbol 255 BitmapUsed by:256
Symbol 256 GraphicUses:255Used by:423
Symbol 257 BitmapUsed by:258
Symbol 258 GraphicUses:257Used by:423
Symbol 259 BitmapUsed by:260
Symbol 260 GraphicUses:259Used by:423
Symbol 261 BitmapUsed by:262
Symbol 262 GraphicUses:261Used by:423
Symbol 263 BitmapUsed by:264
Symbol 264 GraphicUses:263Used by:423
Symbol 265 BitmapUsed by:266
Symbol 266 GraphicUses:265Used by:423
Symbol 267 BitmapUsed by:268
Symbol 268 GraphicUses:267Used by:423
Symbol 269 BitmapUsed by:270
Symbol 270 GraphicUses:269Used by:423
Symbol 271 BitmapUsed by:272
Symbol 272 GraphicUses:271Used by:423
Symbol 273 BitmapUsed by:274
Symbol 274 GraphicUses:273Used by:423
Symbol 275 BitmapUsed by:276
Symbol 276 GraphicUses:275Used by:423
Symbol 277 BitmapUsed by:278
Symbol 278 GraphicUses:277Used by:423
Symbol 279 BitmapUsed by:280
Symbol 280 GraphicUses:279Used by:423
Symbol 281 BitmapUsed by:282
Symbol 282 GraphicUses:281Used by:423
Symbol 283 BitmapUsed by:284
Symbol 284 GraphicUses:283Used by:423
Symbol 285 BitmapUsed by:286
Symbol 286 GraphicUses:285Used by:423
Symbol 287 BitmapUsed by:288
Symbol 288 GraphicUses:287Used by:423
Symbol 289 BitmapUsed by:290
Symbol 290 GraphicUses:289Used by:423
Symbol 291 BitmapUsed by:292
Symbol 292 GraphicUses:291Used by:423
Symbol 293 BitmapUsed by:294
Symbol 294 GraphicUses:293Used by:423
Symbol 295 BitmapUsed by:296
Symbol 296 GraphicUses:295Used by:423
Symbol 297 BitmapUsed by:298
Symbol 298 GraphicUses:297Used by:423
Symbol 299 BitmapUsed by:300
Symbol 300 GraphicUses:299Used by:423
Symbol 301 BitmapUsed by:302
Symbol 302 GraphicUses:301Used by:423
Symbol 303 BitmapUsed by:304
Symbol 304 GraphicUses:303Used by:423
Symbol 305 BitmapUsed by:306
Symbol 306 GraphicUses:305Used by:423
Symbol 307 BitmapUsed by:308
Symbol 308 GraphicUses:307Used by:423
Symbol 309 BitmapUsed by:310
Symbol 310 GraphicUses:309Used by:423
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:423
Symbol 313 BitmapUsed by:314
Symbol 314 GraphicUses:313Used by:423
Symbol 315 BitmapUsed by:316
Symbol 316 GraphicUses:315Used by:423
Symbol 317 BitmapUsed by:318
Symbol 318 GraphicUses:317Used by:423
Symbol 319 BitmapUsed by:320
Symbol 320 GraphicUses:319Used by:423
Symbol 321 BitmapUsed by:322
Symbol 322 GraphicUses:321Used by:423
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:423
Symbol 325 BitmapUsed by:326
Symbol 326 GraphicUses:325Used by:423
Symbol 327 BitmapUsed by:328
Symbol 328 GraphicUses:327Used by:423
Symbol 329 BitmapUsed by:330
Symbol 330 GraphicUses:329Used by:423
Symbol 331 BitmapUsed by:332
Symbol 332 GraphicUses:331Used by:423
Symbol 333 BitmapUsed by:334
Symbol 334 GraphicUses:333Used by:423
Symbol 335 BitmapUsed by:336
Symbol 336 GraphicUses:335Used by:423
Symbol 337 BitmapUsed by:338
Symbol 338 GraphicUses:337Used by:423
Symbol 339 BitmapUsed by:340
Symbol 340 GraphicUses:339Used by:423
Symbol 341 BitmapUsed by:342
Symbol 342 GraphicUses:341Used by:423
Symbol 343 BitmapUsed by:344
Symbol 344 GraphicUses:343Used by:423
Symbol 345 BitmapUsed by:346
Symbol 346 GraphicUses:345Used by:423
Symbol 347 BitmapUsed by:348
Symbol 348 GraphicUses:347Used by:423
Symbol 349 BitmapUsed by:350
Symbol 350 GraphicUses:349Used by:423
Symbol 351 BitmapUsed by:352
Symbol 352 GraphicUses:351Used by:423
Symbol 353 BitmapUsed by:354
Symbol 354 GraphicUses:353Used by:423
Symbol 355 BitmapUsed by:356
Symbol 356 GraphicUses:355Used by:423
Symbol 357 BitmapUsed by:358
Symbol 358 GraphicUses:357Used by:423
Symbol 359 BitmapUsed by:360
Symbol 360 GraphicUses:359Used by:423
Symbol 361 BitmapUsed by:362
Symbol 362 GraphicUses:361Used by:423
Symbol 363 BitmapUsed by:364
Symbol 364 GraphicUses:363Used by:423
Symbol 365 BitmapUsed by:366
Symbol 366 GraphicUses:365Used by:423
Symbol 367 BitmapUsed by:368
Symbol 368 GraphicUses:367Used by:423
Symbol 369 BitmapUsed by:370
Symbol 370 GraphicUses:369Used by:423
Symbol 371 BitmapUsed by:372
Symbol 372 GraphicUses:371Used by:423
Symbol 373 BitmapUsed by:374
Symbol 374 GraphicUses:373Used by:423
Symbol 375 BitmapUsed by:376
Symbol 376 GraphicUses:375Used by:423
Symbol 377 BitmapUsed by:378
Symbol 378 GraphicUses:377Used by:423
Symbol 379 BitmapUsed by:380
Symbol 380 GraphicUses:379Used by:423
Symbol 381 BitmapUsed by:382
Symbol 382 GraphicUses:381Used by:423
Symbol 383 BitmapUsed by:384
Symbol 384 GraphicUses:383Used by:423
Symbol 385 BitmapUsed by:386
Symbol 386 GraphicUses:385Used by:423
Symbol 387 BitmapUsed by:388
Symbol 388 GraphicUses:387Used by:423
Symbol 389 BitmapUsed by:390
Symbol 390 GraphicUses:389Used by:423
Symbol 391 BitmapUsed by:392
Symbol 392 GraphicUses:391Used by:423
Symbol 393 BitmapUsed by:394
Symbol 394 GraphicUses:393Used by:423
Symbol 395 BitmapUsed by:396
Symbol 396 GraphicUses:395Used by:423
Symbol 397 BitmapUsed by:398
Symbol 398 GraphicUses:397Used by:423
Symbol 399 BitmapUsed by:400
Symbol 400 GraphicUses:399Used by:423
Symbol 401 BitmapUsed by:402
Symbol 402 GraphicUses:401Used by:423
Symbol 403 BitmapUsed by:404
Symbol 404 GraphicUses:403Used by:423
Symbol 405 BitmapUsed by:406
Symbol 406 GraphicUses:405Used by:423
Symbol 407 BitmapUsed by:408
Symbol 408 GraphicUses:407Used by:423
Symbol 409 BitmapUsed by:410
Symbol 410 GraphicUses:409Used by:423
Symbol 411 BitmapUsed by:412
Symbol 412 GraphicUses:411Used by:423
Symbol 413 BitmapUsed by:414
Symbol 414 GraphicUses:413Used by:423
Symbol 415 BitmapUsed by:416
Symbol 416 GraphicUses:415Used by:423
Symbol 417 BitmapUsed by:418
Symbol 418 GraphicUses:417Used by:423
Symbol 419 BitmapUsed by:420
Symbol 420 GraphicUses:419Used by:423
Symbol 421 BitmapUsed by:422
Symbol 422 GraphicUses:421Used by:423
Symbol 423 MovieClipUses:122 124 126 128 130 132 134 136 138 140 142 144 146 148 150 152 154 156 158 160 162 164 166 168 170 172 174 176 178 180 182 184 186 188 190 192 194 196 198 200 202 204 206 208 210 212 214 216 218 220 222 224 226 228 230 232 234 236 238 240 242 244 246 248 250 252 254 256 258 260 262 264 266 268 270 272 274 276 278 280 282 284 286 288 290 292 294 296 298 300 302 304 306 308 310 312 314 316 318 320 322 324 326 328 330 332 334 336 338 340 342 344 346 348 350 352 354 356 358 360 362 364 366 368 370 372 374 376 378 380 382 384 386 388 390 392 394 396 398 400 402 404 406 408 410 412 414 416 418 420 422Used by:Timeline
Symbol 424 EditableTextUses:52Used by:Timeline
Symbol 425 EditableTextUses:52Used by:Timeline

Instance Names

"target"Frame 2Symbol 13 MovieClip
"chip"Frame 2Symbol 48 MovieClip
"gameover"Frame 2Symbol 55 MovieClip
"target"Frame 4Symbol 13 MovieClip
"chip"Frame 4Symbol 86 MovieClip
"gameover"Frame 4Symbol 55 MovieClip
"target"Frame 6Symbol 13 MovieClip
"chip"Frame 6Symbol 113 MovieClip
"gameover"Frame 6Symbol 55 MovieClip
"basecolor"Symbol 48 MovieClip Frame 1Symbol 16 MovieClip
"graphic"Symbol 48 MovieClip Frame 1Symbol 47 MovieClip
"basecolor"Symbol 86 MovieClip Frame 1Symbol 16 MovieClip
"graphic"Symbol 86 MovieClip Frame 1Symbol 85 MovieClip
"basecolor"Symbol 113 MovieClip Frame 1Symbol 16 MovieClip
"graphic"Symbol 113 MovieClip Frame 1Symbol 112 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "rotationsound"

Labels

"title"Frame 1

Dynamic Text Variables

viewTimeSymbol 53 EditableText"timer testestest"
viewTimeSymbol 60 EditableText"timer testestest"
viewTimeSymbol 88 EditableText"timer testestest"
viewTimeSymbol 90 EditableText"timer testestest"
viewTimeSymbol 114 EditableText"timer testestest"
viewTimeSymbol 116 EditableText"timer testestest"
viewTimeSymbol 424 EditableText"timer testestest"




http://swfchan.com/4/15156/info.shtml
Created: 12/8 -2019 03:09:42 Last modified: 12/8 -2019 03:09:42 Server time: 24/04 -2024 14:37:37