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

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

Explore St. Lovejoy Private School.swf

This is the info page for
Flash #138802

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


ActionScript [AS1/AS2]
Combined Code
movieClip 9 { } movieClip 11 { } // unknown tag 88 length 68 movieClip 14 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { if (Key.isDown(32)) { _root.play(); _root.Swtch = 3; } } } } } movieClip 16 { } movieClip 18 { frame 1 { stop(); } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } movieClip 19 { } frame 17 { stop(); } frame 29 { if (Swtch == 1) { gotoAndPlay('F1North'); } else { if (Swtch == 2) { gotoAndPlay('F1Main'); } else { if (Swtch == 3) { gotoAndPlay('RmS1'); } } } } movieClip 23 { } movieClip 24 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 37 { stop(); } frame 49 { gotoAndPlay('F1East'); School._x = -617.8; School._y = 5; Player._y = 169.8; } movieClip 27 { } movieClip 28 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 57 { stop(); } frame 69 { if (Swtch == 2) { gotoAndPlay('F1Audi'); } else { if (Swtch == 1) { gotoAndPlay('F1East'); School._x = 613.4; School._y = 453.1; } } } movieClip 31 { } movieClip 32 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 3; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 77 { stop(); } frame 89 { if (Swtch == 1) { gotoAndPlay('F1Cafe'); } else { if (Swtch == 2) { gotoAndPlay('F1East'); School._x = 1419; } else { if (Swtch == 3) { gotoAndPlay('OutMain'); } } } } movieClip 37 { } movieClip 38 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 3; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 4; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 97 { stop(); } frame 109 { if (Swtch == 1) { gotoAndPlay('F1Gym'); } else { if (Swtch == 2) { gotoAndPlay('F1Main'); School._x = 1487; } else { if (Swtch == 3) { gotoAndPlay('CafeMain'); } else { if (Swtch == 4) { gotoAndPlay('CafeMain'); School._x = 1011.5; } } } } } movieClip 41 { } movieClip 42 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 117 { stop(); } frame 129 { if (Swtch == 1) { gotoAndPlay('F1Cafe'); School._x = -335.5; School._y = 47.9; } else { if (Swtch == 2) { gotoAndPlay('F1Cafe'); School._x = 1016.8; School._y = 47.9; } } } movieClip 47 { } movieClip 48 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 3; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 4; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 5; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 137 { stop(); } frame 149 { if (Swtch == 1) { gotoAndPlay('F1Pool'); } else { if (Swtch == 2) { gotoAndPlay('F1Cafe'); School._x = 1053; School._y = 378; } else { if (Swtch == 3) { gotoAndPlay('POOL'); School._y = -447.6; } else { if (Swtch == 5) { gotoAndPlay('GymMain'); } else { if (Swtch == 4) { gotoAndPlay('GymMain'); School._y = 765.6; } } } } } } // unknown tag 88 length 88 movieClip 53 { } movieClip 54 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 157 { stop(); } frame 169 { if (Swtch == 1) { gotoAndPlay('F1Gym'); Player._x = 424.1; } else { if (Swtch == 2) { gotoAndPlay('F1Gym'); School._y = -282.3; Player._x = 424.1; } } } movieClip 57 { } movieClip 61 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 3; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 177 { stop(); } frame 189 { if (Swtch == 1) { gotoAndPlay('OutPath1'); } else { if (Swtch == 2) { gotoAndPlay('F1Gym'); School._x = 276.2; School._y = 504.7; } else { if (Swtch == 3) { gotoAndPlay('POOL'); } } } } movieClip 64 { } movieClip 65 { } // unknown tag 88 length 64 movieClip 69 { } movieClip 70 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 197 { stop(); } frame 209 { if (Swtch == 1) { gotoAndPlay('F1Pool'); School._y = 689.4; Player._x = 431.1; } else { if (Swtch == 2) { gotoAndPlay('F1Gym'); School._y = 370.8; Player._x = 468.2; } } } movieClip 73 { } movieClip 74 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 217 { stop(); } frame 229 { if (Swtch == 1) { gotoAndPlay('F1Art'); } else { if (Swtch == 2) { gotoAndPlay('F1North'); School._y = 855.4; } } } movieClip 79 { } movieClip 80 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 237 { stop(); } frame 249 { if (Swtch == 1) { gotoAndPlay('F1Stage'); } else { if (Swtch == 2) { gotoAndPlay('F1Audi'); School._x = 934.3; School._y = 81.3; } } } movieClip 83 { } movieClip 84 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 2; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 257 { stop(); } frame 269 { if (Swtch == 1) { gotoAndPlay('F1Stage'); } else { if (Swtch == 2) { gotoAndPlay('F1Art'); School._x = 1336.8; } } } movieClip 87 { } movieClip 88 { instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } instance of movieClip 11 { onClipEvent (enterFrame) { if (this.hitTest(_root.Player)) { _root.play(); _root.Swtch = 1; } } } } instance Player of movieClip 18 { onClipEvent (load) { ESpd = 7; } onClipEvent (enterFrame) { if (Key.isDown(40)) { if (_root.School.BG.hitTest(_x, _y + ESpd, true)) { this._y += ESpd; } else {} this.gotoAndStop(2); } if (Key.isDown(38)) { if (_root.School.BG.hitTest(_x, _y - ESpd, true)) { this._y -= ESpd; } else {} this.gotoAndStop(1); } if (Key.isDown(37)) { if (_root.School.BG.hitTest(_x - ESpd, _y, true)) { this._x -= ESpd; } else { this.gotoAndStop(3); } } if (Key.isDown(39)) { if (_root.School.BG.hitTest(_x + ESpd, _y, true)) { this._x += ESpd; } else {} this.gotoAndStop(4); } if (_root.gridUP.hitTest(_x, _y - 20, true)) { this._y += ESpd; _root.School._y += ESpd; _root.moveUp = true; } else { _root.moveUp = false; } if (_root.gridDOWN.hitTest(_x, _y + 20, true)) { this._y -= ESpd; _root.School._y -= ESpd; _root.moveDown = true; } else { _root.moveDown = false; } if (_root.gridRIGHT.hitTest(_x + 20, _y, true)) { this._x -= ESpd; _root.School._x -= ESpd; _root.moveRight = true; } else { _root.moveRight = false; } if (_root.gridLEFT.hitTest(_x - 20, _y, true)) { this._x += ESpd; _root.School._x += ESpd; _root.moveLeft = true; } else { _root.moveLeft = false; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { ESpd = 14; } else { ESpd = 7; } } onClipEvent (load) { facing = 2; } onClipEvent (enterFrame) { this._x = _root.hero._x; this._y = _root.hero._y - 30; if (Key.isDown(40)) { facing = 2; this.gotoAndStop(4); } else { if (Key.isDown(38)) { facing = 1; this.gotoAndStop(2); } else { if (Key.isDown(37)) { facing = 3; this.gotoAndStop(6); } else { if (Key.isDown(39)) { facing = 4; this.gotoAndStop(8); } else { if (facing == 1) { this.gotoAndStop(1); } else { if (facing == 2) { this.gotoAndStop(3); } else { if (facing == 3) { this.gotoAndStop(5); } else { if (facing == 4) { this.gotoAndStop(7); } } } } } } } } } } frame 277 { stop(); } frame 289 { if (Swtch == 1) { gotoAndPlay('F1Main'); School._x = 284.1; School._y = -224.7; } }




http://swfchan.com/28/138802/info.shtml
Created: 28/10 -2018 06:12:01 Last modified: 28/10 -2018 06:12:01 Server time: 18/04 -2024 09:50:29