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

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

Mirrored Maze.swf

This is the info page for
Flash #48386

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


Text
0

0

0

START

FINISH

MIRRORED

CHECKPOINT 1

CHECKPOINT 2

CHECKPOINT 3

MENU

9

THE LAST LEVEL

ActionScript [AS1/AS2]

Frame 1
function Lbar() { if (getBytesLoaded() >= getBytesTotal()) { play(); clearInterval(LoaderInt); } _root.loadt1.load1 = Math.ceil((getBytesLoaded() / getBytesTotal()) * 100); _root.loadt2.load2 = 100 - Math.ceil((getBytesLoaded() / getBytesTotal()) * 100); } stop(); Mouse.hide(); LoaderInt = setInterval(Lbar, 10);
Instance of Symbol 8 MovieClip "loadt1" in Frame 1
onClipEvent (enterFrame) { this.startDrag(true); }
Instance of Symbol 10 MovieClip "loadt2" in Frame 1
onClipEvent (enterFrame) { this._x = 800 - this._parent.loadt1._x; this._y = 450 - this._parent.loadt1._y; }
Frame 2
game = SharedObject.getLocal("mydata"); if (game.data.checkpoint == undefined) { _root.check = 0; } else { _root.check = game.data.checkpoint; } stop(); Mouse.hide();
Instance of Symbol 27 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.check > 0) { _visible = true; } else { _visible = false; } } on (release) { _root.gotoAndStop(8); }
Instance of Symbol 30 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.check > 1) { _visible = true; } else { _visible = false; } } on (release) { _root.gotoAndStop(11); }
Instance of Symbol 33 MovieClip in Frame 2
onClipEvent (enterFrame) { if (_root.check > 2) { _visible = true; } else { _visible = false; } } on (release) { _root.gotoAndStop(15); }
Instance of Symbol 35 MovieClip "urmouse" in Frame 2
onClipEvent (enterFrame) { this.startDrag(true); }
Instance of Symbol 37 MovieClip "oppomouse" in Frame 2
onClipEvent (enterFrame) { _x = (800 - this._parent.urmouse._x); _y = (450 - this._parent.urmouse._y); }
Instance of Symbol 45 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) { _root.gotoAndStop(3); } }
Instance of Symbol 47 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) { _root.gotoAndStop(3); } }
Instance of Symbol 49 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) { _root.gotoAndStop(3); } }
Instance of Symbol 51 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) { _root.gotoAndStop(3); } }
Frame 8
if (_root.check < 1) { game = SharedObject.getLocal("mydata"); game.data.checkpoint = 1; game.flush(); }
Instance of Symbol 53 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) { _root.gotoAndStop(3); } }
Instance of Symbol 55 MovieClip "oppomouse" in Frame 8
onClipEvent (enterFrame) { _x = (800 - this._parent.urmouse._x); _y = this._parent.urmouse._y; }
Instance of Symbol 57 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) { _root.gotoAndStop(3); } }
Instance of Symbol 60 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse._x - (this._parent.urmouse._width / 2), this._parent.urmouse._y + (this._parent.urmouse._height / 4), true)) { _root.gotoAndStop(3); } }
Frame 11
Mouse.hide(); if (_root.check < 2) { game = SharedObject.getLocal("mydata"); game.data.checkpoint = 2; game.flush(); }
Instance of Symbol 62 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) { _root.gotoAndStop(3); } }
Instance of Symbol 64 MovieClip "urmouse2" in Frame 11
onClipEvent (enterFrame) { _x = this._parent.urmouse._x; _y = (450 - this._parent.urmouse._y); }
Instance of Symbol 65 MovieClip "urmouse" in Frame 11
onClipEvent (enterFrame) { this.startDrag(true); }
Instance of Symbol 67 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) { _root.gotoAndStop(3); } }
Instance of Symbol 73 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) { _root.gotoAndStop(3); } }
Instance of Symbol 76 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) { _root.gotoAndStop(3); } }
Frame 15
if (_root.check < 3) { game = SharedObject.getLocal("mydata"); game.data.checkpoint = 3; game.flush(); }
Instance of Symbol 79 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(this._parent.oppomouse._x - (this._parent.oppomouse._width / 2), this._parent.oppomouse._y + (this._parent.oppomouse._height / 4), true)) { _root.gotoAndStop(3); } if (this.hitTest(this._parent.urmouse2._x - (this._parent.urmouse2._width / 2), this._parent.urmouse2._y + (this._parent.urmouse2._height / 4), true)) { _root.gotoAndStop(3); } }
Symbol 14 Button
on (release) { gotoAndStop (4); }
Symbol 40 Button
on (release) { prevFrame(); }
Symbol 43 Button
on (release) { nextFrame(); }

Library Items

Symbol 1 BitmapUsed by:2 5 12 15 22 25 28 31 38 41 44 46 48 50 52 56 59 61 66 70 74 77 80
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 FontUsed by:4 7 9 13 16 18 26 29 32 39 72 78
Symbol 4 EditableTextUses:3Used by:Timeline
Symbol 5 GraphicUses:1Used by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 EditableTextUses:3Used by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 9 EditableTextUses:3Used by:10
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 SoundUsed by:Timeline
Symbol 12 GraphicUses:1Used by:14
Symbol 13 TextUses:3Used by:14
Symbol 14 ButtonUses:12 13Used by:Timeline
Symbol 15 GraphicUses:1Used by:17 43
Symbol 16 TextUses:3Used by:17 43
Symbol 17 ButtonUses:15 16Used by:Timeline
Symbol 18 TextUses:3Used by:24
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:19 20Used by:24
Symbol 22 GraphicUses:1Used by:23
Symbol 23 MovieClipUses:22Used by:24
Symbol 24 MovieClipUses:18 21 23Used by:Timeline
Symbol 25 GraphicUses:1Used by:27
Symbol 26 TextUses:3Used by:27
Symbol 27 MovieClipUses:25 26Used by:Timeline
Symbol 28 GraphicUses:1Used by:30
Symbol 29 TextUses:3Used by:30
Symbol 30 MovieClipUses:28 29Used by:Timeline
Symbol 31 GraphicUses:1Used by:33
Symbol 32 TextUses:3Used by:33
Symbol 33 MovieClipUses:31 32Used by:Timeline
Symbol 34 GraphicUsed by:35
Symbol 35 MovieClipUses:34Used by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:Timeline
Symbol 38 GraphicUses:1Used by:40
Symbol 39 TextUses:3Used by:40
Symbol 40 ButtonUses:38 39Used by:Timeline
Symbol 41 GraphicUses:1Used by:42
Symbol 42 MovieClipUses:41Used by:Timeline
Symbol 43 ButtonUses:15 16Used by:Timeline
Symbol 44 GraphicUses:1Used by:45
Symbol 45 MovieClipUses:44Used by:Timeline
Symbol 46 GraphicUses:1Used by:47
Symbol 47 MovieClipUses:46Used by:Timeline
Symbol 48 GraphicUses:1Used by:49
Symbol 49 MovieClipUses:48Used by:Timeline
Symbol 50 GraphicUses:1Used by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 GraphicUses:1Used by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 GraphicUses:1Used by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUses:1Used by:60
Symbol 60 MovieClipUses:59Used by:Timeline
Symbol 61 GraphicUses:1Used by:62
Symbol 62 MovieClipUses:61Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 MovieClipUsed by:Timeline
Symbol 66 GraphicUses:1Used by:67
Symbol 67 MovieClipUses:66Used by:Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:73 76
Symbol 70 GraphicUses:1Used by:71
Symbol 71 MovieClipUses:70Used by:73 76
Symbol 72 TextUses:3Used by:73
Symbol 73 MovieClipUses:69 71 72Used by:Timeline
Symbol 74 GraphicUses:1Used by:75
Symbol 75 MovieClipUses:74Used by:76
Symbol 76 MovieClipUses:71 75 69Used by:Timeline
Symbol 77 GraphicUses:1Used by:79
Symbol 78 TextUses:3Used by:79
Symbol 79 MovieClipUses:77 78Used by:Timeline
Symbol 80 GraphicUses:1Used by:81
Symbol 81 MovieClipUses:80Used by:Timeline

Instance Names

"loadt1"Frame 1Symbol 8 MovieClip
"loadt2"Frame 1Symbol 10 MovieClip
"urmouse"Frame 2Symbol 35 MovieClip
"oppomouse"Frame 2Symbol 37 MovieClip
"oppomouse"Frame 8Symbol 55 MovieClip
"urmouse2"Frame 11Symbol 64 MovieClip
"urmouse"Frame 11Symbol 65 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Dynamic Text Variables

checkSymbol 4 EditableText"0"
load1Symbol 7 EditableText"0"
load2Symbol 9 EditableText"0"




http://swfchan.com/10/48386/info.shtml
Created: 30/4 -2019 01:48:17 Last modified: 30/4 -2019 01:48:17 Server time: 29/04 -2024 11:51:31