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

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

Holy Virginity.swf

This is the info page for
Flash #13435

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


Text
loading 225k

Space swings the sheep

Arrow Keys let Jo walk left & right

When the angels came knocking to tell Mary about her receiving the holy sperm,
Joseph was alarmed. When they came to the part about Virgin Birth his mind
yelled "You´ll never get any. EVER!"  -  Now angels of the lord won´t let
themselves be stopped by a mere carpenter, but what they didn´t count on was
that old Jo knew ten ways to use a sheep, other than what YOU are thinking of.

10

00

ActionScript [AS1/AS2]

Instance of Symbol 2 MovieClip "bc" in Frame 1
onClipEvent (load) { this.cleanUp = function () { this._sendEvent("cleanup"); }; } onClipEvent (enterFrame) { this._sendEvent("enterframe"); } onClipEvent (keyDown) { this._sendEvent("keydown"); } onClipEvent (keyUp) { this._sendEvent("keyup"); }
Frame 2
if (this._framesloaded != this._totalframes) { percent = math.round((this.getBytesLoaded() / this.getBytesTotal()) * 100); pre_bar._width = 200 - (percent * 2); } else { gotoAndStop (5); }
Frame 3
gotoAndPlay (2);
Frame 5
function Timer(d, t) { d = d * 60000; this.duration = d / 12; this.target = t; this.elapsed = 0; Object.broadcaster._addListener(this); this.time = getTimer(); } Object.prototype.extends = function (obj) { obj.prototype.__proto__ = this; }; Object.prototype.mtrace = function () { var l = arguments.length; i = 0; while (i < l) { var arg = arguments[i++]; } }; EventEngine = function () { this._temp = []; this._listeners = []; }; EventEngine.init = function (mc) { if (Object.broadcaster == undefined) { Object.broadCaster = mc; Object.broadCaster.__proto__ = new EventEngine(); } }; EventEngine.prototype._clearListeners = function () { this._listeners = []; }; EventEngine.prototype._addlistener = function (obj) { var lNum = this._listeners.length; if (lNum) { while (lNum) { if (this._listeners[--lNum] == obj) { return(0); } } } this._listeners.push(obj); }; EventEngine.prototype._removeListener = function (obj) { var lNum = this._listeners.length; if (lNum) { while (lNum) { if (this._listeners[--lNum] == obj) { this._listeners.splice(lNum, 1); } } } }; EventEngine.prototype._sendEvent = function (event) { var lNum = this._listeners.length; if (lNum) { while (lNum) { this._listeners[--lNum][event](); } } }; MovieClip.prototype.mcIs = function (class) { this.__proto__ = class.prototype; this.base = class; }; EVENTengine.init(_level0.bc); Timer.prototype.enterframe = function () { var now = getTimer(); if (now >= (this.time + this.duration)) { this.elapsed++; this.target.gotoAndStop(this.elapsed + 1); this.time = now; if (this.elapsed == 12) { if (_level0.points == "00") { Object.target = "loser"; } else { Object.target = "winner"; } _level0.curtains.play(); } } }; Timer.prototype.cleanup = function () { Object.broadcaster._removeListener(this); }; Object.MovieClipExtension_MovableClip = function () { }; Object.MovieClipExtension_MovableClip.prototype.move = function () { if (this.facing == this.heading) { var nuPos = (this[this.dir] + ((this.step + this.accel) * this.heading)); if (nuPos < this.minMov) { nuPos = this.minMov; } else if (this.maxMov < nuPos) { nuPos = this.maxMov; } this[this.dir] = nuPos; } this.facing = this.heading; this.lastStep = now; }; Object.MovieClipExtension_MovableClip.prototype.cleanup = function () { Object.broadcaster._removeListener(this); }; Object.MovieClipExtension_MovableClip.prototype.getCords = function () { return(this[this.dir]); }; Object.MovieClipExtension_MovableClip.prototype.enterframe = function () { var now = getTimer(); if (now >= (this.lastStep + this.interval)) { this.gameloop(); this.lastStep = now; } else { return(0); } }; Object.MovieClipExtension_MovableClip.prototype.setVals = function (d, st, iv, mn, mx, l) { this.lev = l; if (l) { this.swapDepths(this.lev); } this.heading = -1; this.dir = "_" + d; this.step = st; this.interval = iv; this.lastStep = getTimer(); this.facing = 1; this.minMov = mn; this.maxMov = mx; this.accel = 0; Object.broadcaster._addlistener(this); }; MovieClip.prototype.extends(Object.MovieClipExtension_MovableClip); Object.MovieClipExtension_MovableClip_RandomMovingClip = function (a, av, am) { this.active = a; this.animate = (this.appearance = av); this.ammo = am; this.shot = 0; this.reset = 0; this.phase = 0; this.oldPos = 0; }; Object.MovieClipExtension_MovableClip_RandomMovingClip.prototype.shoot = function () { var num = this.ammo.getCount(); var nam = (this.ammo._name + num); this.ammo.duplicateMovieClip(nam, num); _level0[nam].mcIs(Object.MovieClipExtension_MovableClip_HomingClip); _level0[nam].setVals("y", 5, 80, -20, 700, 500 + num); _level0[nam].base(_level0.joseph, _level0.mary, _level0.wall); _level0[nam].setPos(this._x, this._y); }; Object.MovieClipExtension_MovableClip_RandomMovingClip.prototype.gameloop = function () { if (!this.animate) { this.move(); this.phase = this.phase ^ 1; this.gotoAndStop("f" + String(this.phase)); if (!this.shot) { if (this.minMov >= this._y) { this.active = 1; this.shoot(); this.gotoAndStop("shoot"); this.shot = 1; this.reset = 1; } } else if (!(--this.reset)) { this.facing = (this.heading = this.heading * -1); } else if (this._y >= this.maxMov) { this.animate = this.appearance; var nuX = (Math.floor(Math.random() * 358) + 55); this._x = nuX; this.shot = 0; this.active = 0; this.facing = (this.heading = this.heading * -1); } } else { this.animate--; } }; Object.MovieClipExtension_MovableClip_RandomMovingClip.prototype.getPos = function (dir) { if (this.active) { return(this[dir] - 12); } return(0); }; Object.MovieClipExtension_MovableClip.prototype.extends(Object.MovieClipExtension_MovableClip_RandomMovingClip); Object.MovieClipExtension_MovableClip_HomingClip = function (j, m, w, p) { Object.MovieClipExtension_MovableClip_HomingClip.count++; this.joseph = j; this.mary = m; this.burst = 0; this.wall = w; this.parent = p; }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.setPos = function (x, y) { this._x = x + 3; this.mary.addTarget(this._x); this._y = y; this.lastStep = 0; this.creepUp = 0; }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.checkJoseph = function () { if (this.joseph.hitTest(this._x, this._y, true)) { return(1); } return(0); }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.cleanup = function () { Object.broadcaster._removeListener(this); this.removeMovieClip(); }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.checkWall = function () { if (this.wall.hitTest(this._x, this._y, true)) { return(1); } return(0); }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.getCount = function () { return(Object.MovieClipExtension_MovableClip_HomingClip.count); }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.addPoint = function () { var pts = int(_level0.points); pts = pts + 1; if (pts < 10) { pts = "0" + String(pts); } _level0.points = pts; }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.subPoint = function () { var pts = int(_level0.points); pts = pts - 10; if (pts < 10) { if (0 >= pts) { pts = "00"; } else { pts = "0" + String(pts); } } _level0.points = pts; }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.checkSheep = function () { if ((sheep = this.joseph.sheep)) { if (sheep.hitTest(this._x, this._y)) { return(1); } } return(0); }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.checkMary = function () { if (this.mary.hitTest(this._x, this._y, true)) { return(1); } return(0); }; Object.MovieClipExtension_MovableClip_HomingClip.prototype.gameloop = function () { if (!this.burst) { if (!this.creepUp) { if (this.minMov >= this[this.dir]) { this.removeMovieClip(); } if (150 >= this[this.dir]) { if (!this.swap) { this.swapDepths(100); this.lev = 100; this.swap = 1; } if (this.checkWall()) { this.burst = 1; this.mary.removeTarget(this._x); this.gotoAndPlay("burst"); this.mary.unpreg(); } else if (this.checkMary()) { this.mary.pregnant(); this.creepUp = 1; } } else if (this.checkSheep()) { this.burst = 1; this.addPoint(); this.gotoAndPlay("burst"); this.mary.removeTarget(this._x); this.mary.unpreg(); } else if (this.checkJoseph()) { this.joseph.eek(); this.subPoint(); this.burst = 1; this.mary.removeTarget(this._x); this.mary.unpreg(); this.gotoAndPlay("burst"); } } else if ((++this.creepUp) == 9) { this.mary.removeTarget(this._x); this.mary.unpreg(); this.cleanup(); } this.move(); } else if (this.done) { this.cleanup(); } }; Object.MovieClipExtension_MovableClip.prototype.extends(Object.MovieClipExtension_MovableClip_HomingClip); Object.MovieClipExtension_MovableClip_TargetMovingClip = function (a, t, c) { this.active = a; this.target = t; this.goto = this[this.dir]; this.dist = 0; this.phase = 1; this.brake = 0; this.reset = (this.delay = 2); this.preg = 0; this.counter = c; this.sperm = 0; this.targets = []; }; Object.MovieClipExtension_MovableClip_TargetMovingClip.prototype.decelerate = function (pos) { var dec = Math.ceil(Math.abs((pos - this.goto) / 10)); if (7 < dec) { dec = 7; } if (dec < 3) { this.brake = 1; } this.accel = dec; }; Object.MovieClipExtension_MovableClip_TargetMovingClip.prototype.pregnant = function () { this.gotoAndStop("hit"); this.sperm++; this.active = 0; this.preg = 1; this.counter.gotoAndStop(this.sperm + 1); if (this.sperm == 3) { Object.target = "loser"; _level0.curtains.play(); } }; Object.MovieClipExtension_MovableClip_TargetMovingClip.prototype.getTarget = function () { if (this.targets.length) { return(this.targets[0]); } return(0); }; Object.MovieClipExtension_MovableClip_TargetMovingClip.prototype.addTarget = function (t) { this.targets.unshift(t - 12); }; Object.MovieClipExtension_MovableClip_TargetMovingClip.prototype.removeTarget = function (t) { t = t - 12; var n = this.targets.length; i = 0; while (i < n) { if (this.targets[i] == t) { this.targets.splice(i, 1); } i++; } }; Object.MovieClipExtension_MovableClip_TargetMovingClip.prototype.unpreg = function () { this.preg = 0; this.active = 0; this.gotoAndStop("s0"); this.brake = 0; }; Object.MovieClipExtension_MovableClip_TargetMovingClip.prototype.gameloop = function () { if (!this.preg) { if (this.active) { var cur = this[this.dir]; if (this.active != this.goto) { this.goto = this.active; this.dist = cur - this.goto; this.dist = this.dist / (Math.abs(this.dist) * -1); if (this.heading != this.dist) { this.heading = dist; } } var goal = (((this.goto - this.step) < cur) && (cur < (this.goto + this.step))); this.phase = this.phase ^ 1; if (!goal) { this.decelerate(cur); this.move(); if (!this.brake) { var ani = (("l" + String(this.heading)) + String(this.phase)); } else { var ani = ("b" + String(this.heading)); } } else if (!(this.reset--)) { if (this.brake) { this.brake = 0; this.accel = 0; } this.ani = "w" + String(this.phase); this.reset = this.delay; } this.gotoAndStop(ani); } else { this.active = this.getTarget(); } } }; Object.MovieClipExtension_MovableClip.prototype.extends(Object.MovieClipExtension_MovableClip_TargetMovingClip); Object.MovieClipExtension_MovableClip_KeyCtrlClip = function () { this.maxSteps = st; this.pressed = []; this.hitting = 0; this.position = 1; this.facing = 0; this.oldDir = 0; this.gooey = 0; this.reset = (this.delay = 2); }; Object.MovieClipExtension_MovableClip_KeyCtrlClip.prototype.update = function () { var ani = (("w" + String(this.heading)) + String(this.position)); this.gotoAndStop(ani); this.sheep.gotoAndStop(ani); this.position = this.position + this.heading; if (0 >= this.position) { this.position = 2; } else if (2 < this.position) { this.position = 1; } }; Object.MovieClipExtension_MovableClip_KeyCtrlClip.prototype.gameloop = function () { if (!this.gooey) { if (!this.hitting) { if (this.pressed.length) { this.reset = this.delay; var cur = this.pressed[0]; if (cur == 32) { if (!this.hitting) { this.hitting = 1; if (this.heading) { this.oldDir = this.heading; } var ani = (("h" + String(this.oldDir)) + "1"); this.reset = this.delay; this.gotoAndStop(ani); this.sheep.gotoAndStop(ani); } } else { var w = (-38 + cur); if (this.heading != w) { this.heading = w; } } if (!this.hitting) { this.move(); this.update(); } } else if (this.heading) { if (!(--this.reset)) { this.oldDir = this.heading; this.heading = 0; var ani = ("s" + String(this.oldDir)); this.gotoAndStop(ani); this.sheep.gotoAndStop(ani); this.reset = this.delay; } } } else if (!(--this.reset)) { if (this.hitting < 2) { this.hitting++; var ani = (("h" + String(this.oldDir)) + "2"); this.reset = this.delay; } else { var ani = ("s" + String(this.oldDir)); this.hitting = 0; } this.gotoAndStop(ani); this.sheep.gotoAndStop(ani); } } else if ((this.reset++) == 2) { this.gotoAndStop("hit"); } else if (this.reset == 10) { var ani = ("s" + String(this.oldDir)); this.gotoAndStop(ani); this.sheep.gotoAndStop(ani); this.gooey = 0; this.reset = this.delay; } }; Object.MovieClipExtension_MovableClip_KeyCtrlClip.prototype.eek = function () { this.gooey = 1; }; Object.MovieClipExtension_MovableClip_KeyCtrlClip.prototype.keydown = function () { var prs = Key.getCode(); if (((prs == 39) || (prs == 37)) || ((prs == 32) && (prs != this.pressed[0]))) { if (this.pressed.length) { i = this.pressed.length; while (i--) { if (this.pressed[i] == prs) { return(undefined); } } } this.pressed.unshift(prs); this.lastStep = 0; } }; Object.MovieClipExtension_MovableClip_KeyCtrlClip.prototype.keyup = function () { var prs = Key.getCode(); if (((prs == 39) || (prs == 37)) || (prs == 32)) { i = this.pressed.length; while (i--) { if (this.pressed[i] == prs) { this.pressed.splice(i, 1); } } } }; Object.MovieClipExtension_MovableClip.prototype.extends(Object.MovieClipExtension_MovableClip_KeyCtrlClip); joseph.mcIs(Object.MovieClipExtension_MovableClip_KeyCtrlClip); joseph.setVals("x", 5, 100, 140, 500, 200); joseph.base(); mary.mcIs(Object.MovieClipExtension_MovableClip_TargetMovingClip); mary.setVals("x", 5, 80, 90, 540, 300); mary.base(0, hesekiel); hesekiel.mcIs(Object.MovieClipExtension_MovableClip_RandomMovingClip); hesekiel.setVals("y", 5, 80, 356, 432, 0); hesekiel.base(0, 10, spermy); spermy.mcIs(Object.MovieClipExtension_MovableClip_HomingClip);
Frame 9
Object.MovieClipExtension_MovableClip_HomingClip.count = 1; time.gotoAndStop(1); mary_counter.gotoAndStop(1); points = "00"; joseph._x = 236; joseph._y = 184; joseph.gotoAndStop("s-1"); mary._x = 452; mary._y = 16; mary.gotoAndStop("s0"); hesekiel._x = 132; hesekiel._y = 431; hesekiel.gotoAndStop("f0"); stop();
Frame 10
joseph.mcIs(Object.MovieClipExtension_MovableClip_KeyCtrlClip); joseph.setVals("x", 5, 100, 88, 448, 200); joseph.base(); mary.mcIs(Object.MovieClipExtension_MovableClip_TargetMovingClip); mary.setVals("x", 5, 80, 38, 488, 300); mary.base(0, hesekiel, mary_counter); hesekiel.mcIs(Object.MovieClipExtension_MovableClip_RandomMovingClip); hesekiel.setVals("y", 5, 80, 356, 432, 0); hesekiel.base(0, 10, spermy); spermy.mcIs(Object.MovieClipExtension_MovableClip_HomingClip); stool.swapDepths(301); clock = new Timer(2, time); stop();
Symbol 9 MovieClip Frame 14
gotoAndPlay (1);
Symbol 9 MovieClip Frame 25
this.done = 1; stop();
Symbol 27 Button
on (release) { _level0.gotoAndStop("regel"); }
Symbol 29 MovieClip Frame 5
stop();
Symbol 38 Button
on (release) { _level0.gotoAndStop("start"); }
Symbol 55 MovieClip Frame 1
stop();
Symbol 68 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 1
stop();
Symbol 94 MovieClip Frame 20
_level0.gotoAndStop(Object.target); stop();
Symbol 94 MovieClip Frame 31
_level0.bc.cleanup(); _level0.blank3.swapDepths(200); _level0.blank1.swapDepths(300); _level0.blank2.swapDepths(301); _level0.timer.cleanup();
Symbol 94 MovieClip Frame 51
_level0.gotoAndStop(Object.target);
Symbol 101 MovieClip Frame 1
stop();
Symbol 115 MovieClip Frame 1
stop();
Symbol 120 Button
on (release) { Object.target = "spiel"; curtains.play(); }
Symbol 124 Button
on (release) { Object.target = "start"; curtains.play(); }
Symbol 143 Button
on (release) { gotoAndStop (9); Object.target = "spiel"; curtains.play(); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 MovieClipUsed by:Timeline
Symbol 4 GraphicUsed by:9
Symbol 5 GraphicUsed by:9
Symbol 6 ShapeTweeningUsed by:9
Symbol 7 SoundUsed by:9
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:4 5 6 7 8Used by:Timeline
Symbol 10 GraphicUsed by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 FontUsed by:14
Symbol 14 TextUses:13Used by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:29
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:29
Symbol 19 GraphicUsed by:29
Symbol 20 ShapeTweeningUsed by:29
Symbol 21 GraphicUsed by:22 23 27
Symbol 22 MovieClipUses:21Used by:24
Symbol 23 MovieClipUses:21Used by:24
Symbol 24 MovieClipUses:22 23Used by:27
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 ButtonUses:24 25 26 21Used by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:16 18 19 20 27 28Used by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 FontUsed by:32 33 34 41 117
Symbol 32 TextUses:31Used by:Timeline
Symbol 33 TextUses:31Used by:Timeline
Symbol 34 TextUses:31Used by:Timeline
Symbol 35 GraphicUsed by:38
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 ButtonUses:35 36 37Used by:Timeline
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 TextUses:31Used by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:68
Symbol 44 GraphicUsed by:55
Symbol 45 GraphicUsed by:55
Symbol 46 GraphicUsed by:55
Symbol 47 GraphicUsed by:55
Symbol 48 GraphicUsed by:55
Symbol 49 GraphicUsed by:55
Symbol 50 GraphicUsed by:55
Symbol 51 GraphicUsed by:55
Symbol 52 GraphicUsed by:55
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:44 45 46 47 48 49 50 51 52 53 54Used by:68
Symbol 56 GraphicUsed by:68
Symbol 57 GraphicUsed by:68
Symbol 58 GraphicUsed by:68
Symbol 59 SoundUsed by:68
Symbol 60 GraphicUsed by:68
Symbol 61 GraphicUsed by:68
Symbol 62 GraphicUsed by:68
Symbol 63 GraphicUsed by:68
Symbol 64 GraphicUsed by:68
Symbol 65 GraphicUsed by:68
Symbol 66 GraphicUsed by:68
Symbol 67 SoundUsed by:68
Symbol 68 MovieClipUses:43 55 56 57 58 59 60 61 62 63 64 65 66 67Used by:Timeline
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 SoundUsed by:74
Symbol 74 MovieClipUses:69 70 71 72 73Used by:Timeline
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 SoundUsed 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:75 76 77 78 79 80 81 82 83 84 85 86Used by:Timeline
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:Timeline
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:90Used by:94
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:94
Symbol 94 MovieClipUses:91 93Used by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:101
Symbol 97 GraphicUsed by:101
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:96 97 98 99 100Used by:Timeline
Symbol 102 GraphicUsed by:115
Symbol 103 GraphicUsed by:115
Symbol 104 GraphicUsed by:115
Symbol 105 GraphicUsed by:115
Symbol 106 GraphicUsed by:115
Symbol 107 GraphicUsed by:115
Symbol 108 GraphicUsed by:115
Symbol 109 GraphicUsed by:115
Symbol 110 GraphicUsed by:115
Symbol 111 GraphicUsed by:115
Symbol 112 GraphicUsed by:115
Symbol 113 GraphicUsed by:115
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:102 103 104 105 106 107 108 109 110 111 112 113 114Used by:Timeline
Symbol 116 GraphicUsed by:Timeline
Symbol 117 EditableTextUses:31Used by:Timeline
Symbol 118 GraphicUsed by:120 143
Symbol 119 GraphicUsed by:120 143
Symbol 120 ButtonUses:118 119Used by:Timeline
Symbol 121 SoundUsed by:Timeline
Symbol 122 GraphicUsed by:124
Symbol 123 GraphicUsed by:124
Symbol 124 ButtonUses:122 123Used by:Timeline
Symbol 125 ShapeTweeningUsed by:130
Symbol 126 ShapeTweeningUsed by:130
Symbol 127 ShapeTweeningUsed by:130
Symbol 128 ShapeTweeningUsed by:130
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:125 126 127 128 129Used by:Timeline
Symbol 131 GraphicUsed by:138
Symbol 132 GraphicUsed by:138
Symbol 133 GraphicUsed by:138
Symbol 134 GraphicUsed by:138
Symbol 135 GraphicUsed by:138
Symbol 136 GraphicUsed by:138
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:131 132 133 134 135 136 137Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:142
Symbol 141 GraphicUsed by:142
Symbol 142 MovieClipUses:140 141Used by:Timeline
Symbol 143 ButtonUses:118 119Used by:Timeline
Symbol 144 SoundUsed by:Timeline
Symbol 145 ShapeTweeningUsed by:150
Symbol 146 ShapeTweeningUsed by:150
Symbol 147 ShapeTweeningUsed by:150
Symbol 148 ShapeTweeningUsed by:150
Symbol 149 GraphicUsed by:150
Symbol 150 MovieClipUses:145 146 147 148 149Used by:Timeline
Symbol 151 GraphicUsed by:Timeline
Symbol 152 SoundUsed by:Timeline

Instance Names

"bc"Frame 1Symbol 2 MovieClip
"blank"Frame 1Symbol 3 MovieClip
"blank2"Frame 1Symbol 3 MovieClip
"blank1"Frame 1Symbol 3 MovieClip
"blank3"Frame 1Symbol 3 MovieClip
"spermy"Frame 1Symbol 9 MovieClip
"pre_bar"Frame 2Symbol 12 MovieClip
"wall"Frame 9Symbol 40 MovieClip
"joseph"Frame 9Symbol 68 MovieClip
"hesekiel"Frame 9Symbol 74 MovieClip
"mary"Frame 9Symbol 87 MovieClip
"stool"Frame 9Symbol 89 MovieClip
"curtains"Frame 9Symbol 94 MovieClip
"mary_counter"Frame 9Symbol 101 MovieClip
"time"Frame 9Symbol 115 MovieClip
"sheep"Symbol 68 MovieClip Frame 1Symbol 55 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"title"Frame 5
"regel"Frame 7
"start"Frame 9
"  "Frame 9
"spiel"Frame 10
"winner"Frame 15
"loser"Frame 20
"burst"Symbol 9 MovieClip Frame 15
"s-1"Symbol 55 MovieClip Frame 1
"w-11"Symbol 55 MovieClip Frame 6
"w-12"Symbol 55 MovieClip Frame 11
"h-11"Symbol 55 MovieClip Frame 16
"h-12"Symbol 55 MovieClip Frame 21
"s1"Symbol 55 MovieClip Frame 26
"w11"Symbol 55 MovieClip Frame 31
"w12"Symbol 55 MovieClip Frame 36
"h11"Symbol 55 MovieClip Frame 41
"h12"Symbol 55 MovieClip Frame 46
"s-1"Symbol 68 MovieClip Frame 1
"w-11"Symbol 68 MovieClip Frame 6
"w-12"Symbol 68 MovieClip Frame 11
"h-11"Symbol 68 MovieClip Frame 16
"h-12"Symbol 68 MovieClip Frame 26
"s1"Symbol 68 MovieClip Frame 31
"w11"Symbol 68 MovieClip Frame 36
"w12"Symbol 68 MovieClip Frame 41
"h11"Symbol 68 MovieClip Frame 46
"h12"Symbol 68 MovieClip Frame 56
"hit"Symbol 68 MovieClip Frame 61
"f0"Symbol 74 MovieClip Frame 1
"f1"Symbol 74 MovieClip Frame 6
"shoot"Symbol 74 MovieClip Frame 11
"s0"Symbol 87 MovieClip Frame 1
"s1"Symbol 87 MovieClip Frame 6
"w0"Symbol 87 MovieClip Frame 11
"w1"Symbol 87 MovieClip Frame 16
"hit"Symbol 87 MovieClip Frame 21
"l-10"Symbol 87 MovieClip Frame 26
"l-11"Symbol 87 MovieClip Frame 31
"b-1"Symbol 87 MovieClip Frame 36
"l10"Symbol 87 MovieClip Frame 41
"l11"Symbol 87 MovieClip Frame 46
"b1"Symbol 87 MovieClip Frame 51

Dynamic Text Variables

pointsSymbol 117 EditableText"00"




http://swfchan.com/3/13435/info.shtml
Created: 4/6 -2019 19:11:35 Last modified: 4/6 -2019 19:11:35 Server time: 05/05 -2024 16:00:14