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

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

Lumber Joe.swf

This is the info page for
Flash #12916

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


Text
Get to the other side, fast!
To stear Lumber Joe, use your arrowkeys on your keyboard,
Down,Left and Right.
watch out for the logs , you will hurt yourself if u swim into them..
Try to swim to safty  at the bottom of the map.
If you see any             ..try to catch them, they add diffrent bonuses
like more time,score or even extralife.

Play more games at www.mindgem.nu

ActionScript

Swim Speed

Bounce Speed

This game is FREE to
download and to use on
your own site.
Download the .zip here
And get more free games
at www.mindgem.nu
Designer: Mikael Wigén
Email:info@mindgem.nu

Score

0000

Life

0000

Time left

0000

Level

0000

CONTINUE WITH LEVEL 2

0000

0000

0000

0000

ActionScript [AS1/AS2]

Frame 1
stop(); time = 250; bonus = 49; flashBonus == 0; bonusXPlace == 0; bonusYPlace == 0; score = 0; life = 5; place = 20; level = 1; place = int((math.random() * 300) + 90); place2 = int((math.random() * 300) + 90); place3 = int((math.random() * 300) + 90); place4 = int((math.random() * 300) + 90); speed1 = int((math.random() * 6) + 1); speed2 = int((math.random() * 6) + 1); speed3 = int((math.random() * 6) + 1); speed4 = int((math.random() * 6) + 1);
Frame 2
_root.timesUp._visible = 0;
Instance of Symbol 20 MovieClip "bonusLife" in Frame 2
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 22 MovieClip "bonusTime" in Frame 2
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 24 MovieClip "bonusSpeed" in Frame 2
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 26 MovieClip "bonusScore" in Frame 2
onClipEvent (load) { this._visible = 0; }
Instance of Symbol 41 MovieClip "you" in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.log)) { this._y = 0; _root.life = _root.life - 1; _root.ouch.gotoAndPlay(2); } if (this.hitTest(_root.log2)) { this._y = 0; _root.life = _root.life - 1; _root.ouch.gotoAndPlay(2); } if (this.hitTest(_root.log3)) { this._y = 0; _root.life = _root.life - 1; _root.ouch.gotoAndPlay(2); } if (this.hitTest(_root.log4)) { this._y = 0; _root.life = _root.life - 1; _root.ouch.gotoAndPlay(2); } if (this.hitTest(_root.bonusLife)) { _root.bonusLife._visible = 0; _root.life = _root.life + 1; _root.bonusLife._x = -20; } if (this.hitTest(_root.bonusScore)) { _root.score = _root.score + 100; _root.bonusScore._visible = 0; _root.bonusScore._x = -20; } if (this.hitTest(_root.bonusTime)) { _root.time = _root.time + 50; _root.bonusTime._visible = 0; _root.bonusTime._x = -20; } if (Key.isDown(key.LEFT)) { this._x = this._x - _root.swimspeed; } if (Key.isDown(key.RIGHT)) { this._x = this._x + _root.swimspeed; } if (Key.isDown(key.DOWN)) { this._y = this._y + _root.swimspeed; } if (this.hitTest(_root.rock3)) { this._y = this._y - _root.bounceSpeed; this._x = this._x - _root.bounceSpeed; } if (this.hitTest(_root.rock2)) { this._y = this._y - _root.bounceSpeed; this._x = this._x + _root.bounceSpeed; } if (this.hitTest(_root.rock1)) { this._y = this._y - _root.bounceSpeed; this._x = this._x - _root.bounceSpeed; } if (this._x < 18) { this._x = 18; } if (390 < this._x) { this._x = 390; } if (this._y < 25) { this._y = 25; } if (540 < this._y) { _root.gotoAndStop(3); } }
Instance of Symbol 45 MovieClip in Frame 2
onClipEvent (load) { _root.swimspeed = 3; }
Instance of Symbol 48 MovieClip in Frame 2
onClipEvent (load) { _root.bounceSpeed = 5; }
Instance of Symbol 71 MovieClip "log" in Frame 2
onClipEvent (enterFrame) { this._y = place; this._x = this._x - 5; if (this._x < -40) { _root.place = int((math.random() * 500) + 60); _root.speed1 = int((math.random() * 300) + 1); this._y = _root.place; this._x = 500; this._rotation = 0; } if (this.hitTest(_root.rock1)) { this._y++; this._x = this._x + 6; this._rotation++; } if (this.hitTest(_root.rock2)) { this._y++; this._x = this._x + 2; this._rotation++; } if (this.hitTest(_root.rock3)) { this._y++; this._x = this._x + 6; this._rotation = this._rotation + 2; } }
Instance of Symbol 72 MovieClip "log2" in Frame 2
onClipEvent (enterFrame) { this._y = place2; this._x = this._x - 4; if (this._x < -50) { _root.place2 = int((math.random() * 500) + 60); _root.speed2 = int((math.random() * 300) + 1); this._y = _root.place2; this._x = 500; this._rotation = 0; } if (this.hitTest(_root.rock1)) { this._y++; this._x = this._x + 6; } if (this.hitTest(_root.rock2)) { this._y++; this._x = this._x + 2; this._rotation++; } if (this.hitTest(_root.rock3)) { this._y++; this._x = this._x + 6; this._rotation++; } }
Instance of Symbol 73 MovieClip "log3" in Frame 2
onClipEvent (enterFrame) { this._y = place3; this._x = this._x - 3; if (this._x < -40) { _root.place3 = int((math.random() * 500) + 60); _root.speed3 = int((math.random() * 300) + 1); this._y = _root.place3; this._x = 500; this._rotation = 0; } if (this.hitTest(_root.rock1)) { this._y++; this._x = this._x + 6; } if (this.hitTest(_root.rock2)) { this._y++; this._x = this._x + 2; this._rotation++; } if (this.hitTest(_root.rock3)) { this._y++; this._x = this._x + 6; this._rotation++; } }
Instance of Symbol 74 MovieClip "log4" in Frame 2
onClipEvent (enterFrame) { this._y = place4; this._x = this._x - 2; if (this._x < -40) { _root.place4 = int((math.random() * 500) + 60); _root.speed4 = int((math.random() * 300) + 1); this._y = _root.place4; this._x = 500; this._rotation = 0; } if (this.hitTest(_root.rock1)) { this._y++; this._x = this._x + 6; this._rotation++; } if (this.hitTest(_root.rock2)) { this._y++; this._x = this._x + 2; this._rotation++; } if (this.hitTest(_root.rock3)) { this._y++; this._x = this._x + 6; this._rotation++; } }
Instance of Symbol 112 MovieClip "you" in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.log)) { this._y = 0; _root.life = _root.life - 1; _root.ouch.gotoAndPlay(2); } if (this.hitTest(_root.log2)) { this._y = 0; _root.life = _root.life - 1; _root.ouch.gotoAndPlay(2); } if (this.hitTest(_root.log3)) { this._y = 0; _root.life = _root.life - 1; _root.ouch.gotoAndPlay(2); } if (this.hitTest(_root.log4)) { this._y = 0; _root.life = _root.life - 1; _root.ouch.gotoAndPlay(2); } if (Key.isDown(key.LEFT)) { this._x = this._x - 3; } if (Key.isDown(key.RIGHT)) { this._x = this._x + 3; } if (Key.isDown(key.DOWN)) { this._y = this._y + 2; } if (this.hitTest(_root.rock3)) { this._y = this._y - 2; this._x = this._x - 2; } if (this.hitTest(_root.rock2)) { this._y = this._y - 2; this._x = this._x + 2; } if (this.hitTest(_root.rock1)) { this._y = this._y - 2; this._x = this._x - 2; } if (this._x < 18) { this._x = 18; } if (390 < this._x) { this._x = 390; } if (this._y < 25) { this._y = 25; } if (540 < this._y) { _root.gotoAndStop(3); } }
Instance of Symbol 71 MovieClip "log" in Frame 4
onClipEvent (enterFrame) { this._y = place; this._x = this._x - 5; if (this._x < -40) { _root.place = int((math.random() * 500) + 60); _root.speed1 = int((math.random() * 300) + 1); this._y = _root.place; this._x = 500; this._rotation = 0; } if (this.hitTest(_root.rock1)) { this._y++; this._x = this._x + 6; this._rotation++; } if (this.hitTest(_root.rock2)) { this._y++; this._x = this._x + 2; this._rotation++; } if (this.hitTest(_root.rock3)) { this._y++; this._x = this._x + 6; this._rotation = this._rotation + 2; } }
Instance of Symbol 72 MovieClip "log2" in Frame 4
onClipEvent (enterFrame) { this._y = place2; this._x = this._x - 4; if (this._x < -50) { _root.place2 = int((math.random() * 500) + 60); _root.speed2 = int((math.random() * 300) + 1); this._y = _root.place2; this._x = 500; this._rotation = 0; } if (this.hitTest(_root.rock1)) { this._y++; this._x = this._x + 6; } if (this.hitTest(_root.rock2)) { this._y++; this._x = this._x + 2; this._rotation++; } if (this.hitTest(_root.rock3)) { this._y++; this._x = this._x + 6; this._rotation++; } }
Instance of Symbol 73 MovieClip "log3" in Frame 4
onClipEvent (enterFrame) { this._y = place3; this._x = this._x - 3; if (this._x < -40) { _root.place3 = int((math.random() * 500) + 60); _root.speed3 = int((math.random() * 300) + 1); this._y = _root.place3; this._x = 500; this._rotation = 0; } if (this.hitTest(_root.rock1)) { this._y++; this._x = this._x + 6; } if (this.hitTest(_root.rock2)) { this._y++; this._x = this._x + 2; this._rotation++; } if (this.hitTest(_root.rock3)) { this._y++; this._x = this._x + 6; this._rotation++; } }
Instance of Symbol 74 MovieClip "log4" in Frame 4
onClipEvent (enterFrame) { this._y = place4; this._x = this._x - 2; if (this._x < -40) { _root.place4 = int((math.random() * 500) + 60); _root.speed4 = int((math.random() * 300) + 1); this._y = _root.place4; this._x = 500; this._rotation = 0; } if (this.hitTest(_root.rock1)) { this._y++; this._x = this._x + 6; this._rotation++; } if (this.hitTest(_root.rock2)) { this._y++; this._x = this._x + 2; this._rotation++; } if (this.hitTest(_root.rock3)) { this._y++; this._x = this._x + 6; this._rotation++; } }
Symbol 3 Button
on (release) { gotoAndStop (2); }
Symbol 14 MovieClip Frame 2
_root.you._y = _root.you._y - 1; _root.you._x = _root.you._x - 1; _root.time--; _root.bonusXPlace = int((math.random() * 386) + 12); _root.bonusYPlace = int((math.random() * 534) + 12); _root.bonus = int((math.random() * 100) + 1); if (_root.bonus == 5) { _root.bonusLife._x = _root.bonusXPlace; _root.bonusLife._y = _root.bonusYPlace; _root.bonusLife._visible = 100; } else if (_root.bonus == 6) { _root.bonusScore._x = _root.bonusXPlace; _root.bonusScore._y = _root.bonusYPlace; _root.bonusScore._visible = 100; } else if (_root.bonus == 7) { _root.bonusSpeed._x = _root.bonusXPlace; _root.bonusSpeed._y = _root.bonusYPlace; _root.bonusSpeed._visible = 100; } else if (_root.bonus == 8) { _root.bonusTime._x = _root.bonusXPlace; _root.bonusTime._y = _root.bonusYPlace; _root.bonusTime._visible = 100; } if (_root.life < 0) { _root.life = 0; _root.gotoAndStop(5); } if (_root.time < 1) { _root.timesUp._visible = 100; _root.time = 0; _root.you._y = 0; }
Symbol 20 MovieClip Frame 5
_root.showBonus++; if (20 < _root.showBonus) { _root.showBonus = 0; _root.bonusLife._visible = 0; }
Symbol 22 MovieClip Frame 5
_root.showBonus++; if (20 < _root.showBonus) { _root.showBonus = 0; _root.bonusTime._visible = 0; }
Symbol 24 MovieClip Frame 5
_root.showBonus++; if (20 < _root.showBonus) { _root.showBonus = 0; _root.bonusSpeed._visible = 0; }
Symbol 26 MovieClip Frame 5
_root.showBonus++; if (20 < _root.showBonus) { _root.showBonus = 0; _root.bonusScore._visible = 0; }
Symbol 79 Button
on (release) { getURL ("mailto:info@mindgem.nu,jedimind@hehe.com", "_self"); }
Symbol 80 Button
on (release) { getURL ("http://www.mindgem.nu", "_self"); }
Symbol 81 Button
on (release) { getURL ("http://www.mindgem.nu/lumberjoe.zip", "_blank"); }
Symbol 97 Button
on (release) { _root.time = 250; _root.timesUp._visible = 0; }
Symbol 100 Button
on (release) { _root.time = 250; _root.life = 5; _root.score = 0; _root.level = 0; _root.timesUp._visible = 0; _root.gotoAndStop(1); }
Symbol 104 MovieClip Frame 1
stop();
Symbol 110 Button
on (release) { gotoAndStop (4); }
Symbol 120 Button
on (release) { _root.time = 250; _root.score = 0; _root.life = 5; _root.level = 1; _root.timesUp._visible = 0; _root.gotoAndStop(2); }

Library Items

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

Instance Names

"bonusLife"Frame 2Symbol 20 MovieClip
"bonusTime"Frame 2Symbol 22 MovieClip
"bonusSpeed"Frame 2Symbol 24 MovieClip
"bonusScore"Frame 2Symbol 26 MovieClip
"you"Frame 2Symbol 41 MovieClip
"rock1"Frame 2Symbol 55 MovieClip
"rock2"Frame 2Symbol 62 MovieClip
"rock3"Frame 2Symbol 69 MovieClip
"log"Frame 2Symbol 71 MovieClip
"log2"Frame 2Symbol 72 MovieClip
"log3"Frame 2Symbol 73 MovieClip
"log4"Frame 2Symbol 74 MovieClip
"timesUp"Frame 2Symbol 101 MovieClip
"ouch"Frame 2Symbol 104 MovieClip
"you"Frame 4Symbol 112 MovieClip
"rock1"Frame 4Symbol 55 MovieClip
"rock2"Frame 4Symbol 62 MovieClip
"rock3"Frame 4Symbol 69 MovieClip
"log"Frame 4Symbol 71 MovieClip
"log2"Frame 4Symbol 72 MovieClip
"log3"Frame 4Symbol 73 MovieClip
"log4"Frame 4Symbol 74 MovieClip
"timesUp"Frame 4Symbol 101 MovieClip
"ouch"Frame 4Symbol 104 MovieClip
"rock1"Frame 4Symbol 55 MovieClip

Special Tags

Protect (24)Timeline Frame 131 bytes "..$1$j4$3IxQ0N.WSob.kwOv/9R10.."

Dynamic Text Variables

scoreSymbol 84 EditableText"0000"
lifeSymbol 86 EditableText"0000"
timeSymbol 89 EditableText"0000"
levelSymbol 92 EditableText"0000"
scoreSymbol 113 EditableText"0000"
lifeSymbol 114 EditableText"0000"
timeSymbol 115 EditableText"0000"
levelSymbol 116 EditableText"0000"




http://swfchan.com/3/12916/info.shtml
Created: 5/6 -2019 10:54:10 Last modified: 5/6 -2019 10:54:10 Server time: 12/05 -2024 05:52:32