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

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

Save The Lemins.swf

This is the info page for
Flash #30891

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


Text
by Joe Doyle Copyright 2005

albinoblacksheep.com

Score =

Lives =

Your Score Is:

Use the mouse to score points by
throwing the lemins back onto the
cliff after they've gone of the edge.
For every 25 points you score you
get an extra life(10 in laptop mode).

Only If You Don't Have A Mouse

Very Hard If You Don't Have A Mouse

Don't Bother If You Don't Have A Mouse

Back

ActionScript [AS1/AS2]

Frame 2
stop(); instructions.onRelease = function () { gotoAndStop (5); }; play.onRelease = function () { gotoAndStop (6); }; abs.onRelease = function () { getURL ("http://www.albinoblacksheep.com/", "_top"); };
Frame 3
function move() { maxSpeed = (score / 10) + 5; movement = maxSpeed / 50; if (!this.dragging) { this._x = this._x + this.vx; this._y = this._y + this.vy; this.vy = this.vy + grav; if (this._y == 250) { this.vx = this.vx + movement; if (this.vx < 0) { this.vx = 0; } } if (this.vx >= maxSpeed) { this.vx = maxSpeed; } if (this._x < 370) { if (this._y > 250) { this.vy = 0; this._y = 250; } } if (this._y > 525) { this._y = 250; this._x = -55; this.vy = 0; this.vx = 0; life = life - 1; } if (this._x < -300) { this.vx = 0; this._x = -60; } } else { this.vx = this._x - this.oldx; this.vy = this._y - this.oldy; this.oldx = this._x; this.oldy = this._y; } if (life < 1) { gotoAndStop (4); } if (xtraLife > 24) { life = life + 1; xtraLife = 0; } if (score < 6) { rank = "Pathetic!"; } else if ((score > 5) && (score < 15)) { rank = "Maybe you should get lessons."; } else if ((score > 14) && (score < 25)) { rank = "Average."; } else if ((score > 24) && (score < 75)) { rank = "Nice One!"; } else if ((score > 74) && (score < 100)) { rank = "Get a life!"; } else if ((score > 99) && (score < 200)) { rank = "Do you sleep at night."; } else if (score > 199) { rank = "Amazing"; } } function drift() { this.vx = 3; this._x = this._x + this.vx; if (this._x > 650) { this._x = -100; } } function doDrag() { this.startDrag(); this.dragging = true; if (this._x > 370) { score = score + 1; xtraLife = xtraLife + 1; } } function noDrag() { this.stopDrag(); this.dragging = false; } stop(); score = 0; xtraLife = 0; life = 5; grav = 2; cloud._x = -100; cloud._y = 100; cloud.onEnterFrame = drift; lem0.onEnterFrame = move; lem0.onPress = doDrag; lem0.onRelease = noDrag; lem0.onReleaseOutside = nodrag; lem0._x = -60; lem0._y = 250; lem0.vx = 0; lem1.onEnterFrame = move; lem1.onPress = doDrag; lem1.onRelease = noDrag; lem1.onReleaseOutside = nodrag; lem1._x = -120; lem1._y = 250; lem1.vx = 0; lem2.onEnterFrame = move; lem2.onPress = doDrag; lem2.onRelease = noDrag; lem2.onReleaseOutside = nodrag; lem2._x = -180; lem2._y = 250; lem2.vx = 0; lem3.onEnterFrame = move; lem3.onPress = doDrag; lem3.onRelease = noDrag; lem3.onReleaseOutside = nodrag; lem3._x = -240; lem3._y = 250; lem3.vx = 0; lem4.onEnterFrame = move; lem4.onPress = doDrag; lem4.onRelease = noDrag; lem4.onReleaseOutside = nodrag; lem4._x = -300; lem4._y = 250; lem4.vx = 0;
Frame 4
stop(); replay.onRelease = function () { gotoAndStop (3); };
Frame 5
stop(); go.onRelease = function () { gotoAndStop (6); };
Frame 6
stop(); normal.onRelease = function () { gotoAndStop (3); }; hard.onRelease = function () { gotoAndStop (7); }; laptop.onRelease = function () { gotoAndStop (8); }; back.onRelease = function () { gotoAndStop (2); };
Frame 7
function move() { maxSpeed = (score / 7.5) + 7; movement = maxSpeed / 45; if (!this.dragging) { this._x = this._x + this.vx; this._y = this._y + this.vy; this.vy = this.vy + grav; if (this._y == 250) { this.vx = this.vx + movement; if (this.vx < 0) { this.vx = 0; } } if (this.vx >= maxSpeed) { this.vx = maxSpeed; } if (this._x < 370) { if (this._y > 250) { this.vy = 0; this._y = 250; } } if (this._y > 525) { this._y = 250; this._x = -55; this.vy = 0; this.vx = 0; life = life - 1; } if (this._x < -330) { this.vx = 0; this._x = -60; } } else { this.vx = this._x - this.oldx; this.vy = this._y - this.oldy; this.oldx = this._x; this.oldy = this._y; } if (life < 1) { gotoAndStop (4); } if (xtraLife > 24) { life = life + 1; xtraLife = 0; } if (score < 4) { rank = "Pathetic!"; } else if ((score > 3) && (score < 10)) { rank = "Maybe you should get lessons."; } else if ((score > 9) && (score < 15)) { rank = "Average."; } else if ((score > 14) && (score < 40)) { rank = "Nice One!"; } else if ((score > 39) && (score < 50)) { rank = "Get a life!"; } else if ((score > 50) && (score < 101)) { rank = "Do you sleep at night."; } else if (score > 99) { rank = "Amazing"; } } function drift() { this.vx = 3; this._x = this._x + this.vx; if (this._x > 650) { this._x = -100; } } function doDrag() { this.startDrag(); this.dragging = true; if (this._x > 370) { score = score + 1; xtraLife = xtraLife + 1; } } function noDrag() { this.stopDrag(); this.dragging = false; } stop(); score = 0; xtraLife = 0; life = 4; grav = 2; cloud._x = -100; cloud._y = 100; cloud.onEnterFrame = drift; lem0.onEnterFrame = move; lem0.onPress = doDrag; lem0.onRelease = noDrag; lem0.onReleaseOutside = nodrag; lem0._x = -55; lem0._y = 250; lem0.vx = 0; lem1.onEnterFrame = move; lem1.onPress = doDrag; lem1.onRelease = noDrag; lem1.onReleaseOutside = nodrag; lem1._x = -110; lem1._y = 250; lem1.vx = 0; lem2.onEnterFrame = move; lem2.onPress = doDrag; lem2.onRelease = noDrag; lem2.onReleaseOutside = nodrag; lem2._x = -165; lem2._y = 250; lem2.vx = 0; lem3.onEnterFrame = move; lem3.onPress = doDrag; lem3.onRelease = noDrag; lem3.onReleaseOutside = nodrag; lem3._x = -220; lem3._y = 250; lem3.vx = 0; lem4.onEnterFrame = move; lem4.onPress = doDrag; lem4.onRelease = noDrag; lem4.onReleaseOutside = nodrag; lem4._x = -275; lem4._y = 250; lem4.vx = 0; lem5.onEnterFrame = move; lem5.onPress = doDrag; lem5.onRelease = noDrag; lem5.onReleaseOutside = nodrag; lem5._x = -330; lem5._y = 250; lem5.vx = 0;
Frame 8
function move() { maxSpeed = (score / 25) + 2; movement = maxSpeed / 65; if (!this.dragging) { this._x = this._x + this.vx; this._y = this._y + this.vy; this.vy = this.vy + grav; if (this._y == 250) { this.vx = this.vx + movement; if (this.vx < 0) { this.vx = 0; } } if (this.vx >= maxSpeed) { this.vx = maxSpeed; } if (this._x < 370) { if (this._y > 250) { this.vy = 0; this._y = 250; } } if (this._y > 525) { this._y = 250; this._x = -55; this.vy = 0; this.vx = 0; life = life - 1; } if (this._x < -260) { this.vx = 0; this._x = -60; } } else { this.vx = this._x - this.oldx; this.vy = this._y - this.oldy; this.oldx = this._x; this.oldy = this._y; } if (life < 1) { gotoAndStop (4); } if (xtraLife > 10) { life = life + 1; xtraLife = 0; } if (score < 6) { rank = "Pathetic!"; } else if ((score > 5) && (score < 15)) { rank = "Maybe you should get lessons."; } else if ((score > 14) && (score < 25)) { rank = "Average."; } else if ((score > 24) && (score < 75)) { rank = "Nice One!"; } else if ((score > 74) && (score < 100)) { rank = "Get a life!"; } else if ((score > 99) && (score < 200)) { rank = "Do you sleep at night."; } else if (score > 199) { rank = "Amazing"; } } function drift() { this.vx = 3; this._x = this._x + this.vx; if (this._x > 650) { this._x = -100; } } function doDrag() { this.startDrag(); this.dragging = true; if (this._x > 370) { score = score + 1; xtraLife = xtraLife + 1; } } function noDrag() { this.stopDrag(); this.dragging = false; } stop(); score = 0; xtraLife = 0; life = 10; grav = 2; cloud._x = -100; cloud._y = 100; cloud.onEnterFrame = drift; lem0.onEnterFrame = move; lem0.onPress = doDrag; lem0.onRelease = noDrag; lem0.onReleaseOutside = nodrag; lem0._x = -65; lem0._y = 250; lem0.vx = 0; lem1.onEnterFrame = move; lem1.onPress = doDrag; lem1.onRelease = noDrag; lem1.onReleaseOutside = nodrag; lem1._x = -130; lem1._y = 250; lem1.vx = 0; lem2.onEnterFrame = move; lem2.onPress = doDrag; lem2.onRelease = noDrag; lem2.onReleaseOutside = nodrag; lem2._x = -195; lem2._y = 250; lem2.vx = 0; lem3.onEnterFrame = move; lem3.onPress = doDrag; lem3.onRelease = noDrag; lem3.onReleaseOutside = nodrag; lem3._x = -260; lem3._y = 250; lem3.vx = 0;
Symbol 5 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(loading_bar, _xscale , PercentLoaded); } else { _root.play(); }
Symbol 5 MovieClip Frame 2
gotoAndPlay (1);

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:5
Symbol 3 GraphicUsed by:4 19
Symbol 4 MovieClipUses:3Used by:5
Symbol 5 MovieClipUses:2 4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 FontUsed by:8 13 25 26 28 29 33 34 35 37 39 43 47 50 54 55 57 58
Symbol 8 TextUses:7Used by:Timeline
Symbol 9 GraphicUsed by:12
Symbol 10 GraphicUsed by:12
Symbol 11 GraphicUsed by:12
Symbol 12 ButtonUses:9 10 11Used by:Timeline
Symbol 13 TextUses:7Used by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:14Used by:Timeline
Symbol 16 GraphicUsed by:19
Symbol 17 GraphicUsed by:19
Symbol 18 GraphicUsed by:19
Symbol 19 ButtonUses:16 17 18 3Used by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:Timeline
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:Timeline
Symbol 25 TextUses:7Used by:Timeline
Symbol 26 EditableTextUses:7Used by:Timeline
Symbol 27 FontUsed by:28
Symbol 28 TextUses:7 27Used by:Timeline
Symbol 29 EditableTextUses:7Used by:Timeline
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 ButtonUses:30 31Used by:Timeline
Symbol 33 TextUses:7Used by:Timeline
Symbol 34 EditableTextUses:7Used by:Timeline
Symbol 35 EditableTextUses:7Used by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 TextUses:7Used by:Timeline
Symbol 38 GraphicUsed by:41
Symbol 39 TextUses:7Used by:41
Symbol 40 GraphicUsed by:41
Symbol 41 ButtonUses:38 39 40Used by:Timeline
Symbol 42 GraphicUsed by:45
Symbol 43 TextUses:7Used by:45
Symbol 44 GraphicUsed by:45
Symbol 45 ButtonUses:42 43 44Used by:Timeline
Symbol 46 GraphicUsed by:49
Symbol 47 TextUses:7Used by:49
Symbol 48 GraphicUsed by:49
Symbol 49 ButtonUses:46 47 48Used by:Timeline
Symbol 50 TextUses:7Used by:52
Symbol 51 GraphicUsed by:52
Symbol 52 ButtonUses:50 51Used by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 EditableTextUses:7Used by:Timeline
Symbol 55 EditableTextUses:7Used by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 EditableTextUses:7Used by:Timeline
Symbol 58 EditableTextUses:7Used by:Timeline

Instance Names

"play"Frame 2Symbol 12 Button
"abs"Frame 2Symbol 15 Button
"instructions"Frame 2Symbol 19 Button
"cloud"Frame 3Symbol 22 MovieClip
"lem1"Frame 3Symbol 24 MovieClip
"lem2"Frame 3Symbol 24 MovieClip
"lem3"Frame 3Symbol 24 MovieClip
"lem4"Frame 3Symbol 24 MovieClip
"scoreDisplay"Frame 3Symbol 26 EditableText
"livesDisplay"Frame 3Symbol 29 EditableText
"lem0"Frame 3Symbol 24 MovieClip
"replay"Frame 4Symbol 32 Button
"scoreDisplay2"Frame 4Symbol 34 EditableText
"rankDisplay"Frame 4Symbol 35 EditableText
"go"Frame 5Symbol 12 Button
"laptop"Frame 6Symbol 41 Button
"normal"Frame 6Symbol 45 Button
"hard"Frame 6Symbol 49 Button
"back"Frame 6Symbol 52 Button
"cloud"Frame 7Symbol 22 MovieClip
"lem1"Frame 7Symbol 24 MovieClip
"lem2"Frame 7Symbol 24 MovieClip
"lem3"Frame 7Symbol 24 MovieClip
"lem4"Frame 7Symbol 24 MovieClip
"scoreDisplay"Frame 7Symbol 54 EditableText
"livesDisplay"Frame 7Symbol 55 EditableText
"lem0"Frame 7Symbol 24 MovieClip
"lem5"Frame 7Symbol 24 MovieClip
"scoreDisplay"Frame 8Symbol 57 EditableText
"livesDisplay"Frame 8Symbol 58 EditableText
"lem0"Frame 8Symbol 24 MovieClip
"loading_bar"Symbol 5 MovieClip Frame 1Symbol 4 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$Re$q/gSNeYlNlKbBKvLTUnWg.."

Dynamic Text Variables

scoreSymbol 26 EditableText""
lifeSymbol 29 EditableText""
scoreSymbol 34 EditableText""
rankSymbol 35 EditableText""
scoreSymbol 54 EditableText""
lifeSymbol 55 EditableText""
scoreSymbol 57 EditableText""
lifeSymbol 58 EditableText""




http://swfchan.com/7/30891/info.shtml
Created: 19/5 -2019 02:03:50 Last modified: 19/5 -2019 02:03:50 Server time: 15/05 -2024 17:21:29