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

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

Lab Rat Maze [DEMO].swf

This is the info page for
Flash #70490

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


Text
RAT
(DEMO)
KWING

PLAY

USE THE ARROW KEYS TO MOVE. ALL YOU HAVE TO DO
IS GET TO THE END (THIS IS A DEMO, AFTER ALL). BE
CAREFUL!

CHEESE:

000

END OF DEMO!
(SPACE TO RESTART)

ActionScript [AS1/AS2]

Frame 2
stop();
Frame 3
stop(); vcam.score = 0;
Instance of Symbol 12 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player.spd = -7; _root.player.gotoAndStop(1); _root.vcam.gotoAndStop(1); unloadMovie (this); } }
Instance of Symbol 37 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.vcam.gotoAndStop(2); _root.player.gotoAndStop(1); _root.player.spd = 7; unloadMovie (this); } }
Instance of Symbol 62 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.vcam.gotoAndStop(4); _root.player.gotoAndStop(1); _root.player.spd = 7; unloadMovie (this); } }
Instance of Symbol 87 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.vcam.gotoAndStop(3); _root.player.spd = 7; _root.player.gotoAndStop(1); unloadMovie (this); } }
Instance of Symbol 93 MovieClip "player" in Frame 3
onClipEvent (load) { radius = (_width / 2) - 1; spd = 7; } onClipEvent (enterFrame) { if (Key.isDown(38)) { this._y = this._y - spd; this._rotation = 0; } if (Key.isDown(39)) { this._x = this._x + spd; this._rotation = 90; } if (Key.isDown(37)) { this._x = this._x - spd; this._rotation = 270; } if (Key.isDown(40)) { this._y = this._y + spd; this._rotation = 180; } if (Key.isDown(39) && (Key.isDown(38))) { _rotation = 45; } if (Key.isDown(37) && (Key.isDown(38))) { _rotation = 315; } if (Key.isDown(39) && (Key.isDown(40))) { _rotation = 135; } if (Key.isDown(37) && (Key.isDown(40))) { _rotation = 225; } while (_root.walls.hitTest(_x, _y + radius, true)) { _y = (_y-1); } while (_root.walls.hitTest(_x, _y - radius, true)) { _y = (_y+1); } while (_root.walls.hitTest(_x - radius, _y, true)) { _x = (_x+1); } while (_root.walls.hitTest(_x + radius, _y, true)) { _x = (_x-1); } }
Instance of Symbol 95 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.player.spd = 4; _root.player.gotoAndStop(1); _root.vcam.gotoAndStop(1); unloadMovie (this); } }
Instance of Symbol 97 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.nextFrame(); _root.vcam.score = _root.vcam.score + 1; _root.player.spd = 7; _root.player.gotoAndStop(1); _root.vcam.gotoAndStop(1); unloadMovie (this); } }
Instance of Symbol 108 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.player)) { _root.vcam.gotoAndStop(1); _root.player.gotoAndStop(2); _root.player.spd = 7; unloadMovie (this); } }
Instance of Symbol 110 MovieClip in Frame 3
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 119 MovieClip "vcam" in Frame 3
onClipEvent (enterFrame) { this._x = _root.player._x; this._y = _root.player._y; }
Instance of Symbol 4 MovieClip in Frame 4
onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.gotoAndStop(2); } }
Symbol 4 MovieClip Frame 30
stop();
Symbol 7 Button
on (release) { nextFrame(); }
Symbol 93 MovieClip Frame 1
stop();
Symbol 119 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } stop(); parentColor.setTransform(camColor.getTransform()); this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 119 MovieClip Frame 2
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 119 MovieClip Frame 3
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = true; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 119 MovieClip Frame 4
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } parentColor.setTransform(camColor.getTransform()); this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;

Library Items

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

Instance Names

"walls"Frame 3Symbol 90 MovieClip
"player"Frame 3Symbol 93 MovieClip
"vcam"Frame 3Symbol 119 MovieClip

Special Tags

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

Dynamic Text Variables

scoreSymbol 114 EditableText"000"




http://swfchan.com/15/70490/info.shtml
Created: 9/4 -2019 20:46:31 Last modified: 9/4 -2019 20:46:31 Server time: 29/04 -2024 02:11:27