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/76361209?noj=FRM76361209-16DC" width="1" height="1"></div>

Fartman Xmas.swf

This is the info page for
Flash #48616

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


Text
Loading

<p align="right"><font face="Futura Hv" size="18" color="#000000" letterSpacing="0.000000" kerning="0"><a href="http://www.jozeworld.co.uk">A Joze World Production</a></font></p>

This is a ...

Production

Press  and hold Space to
fart your way higher.
Don't crash and get past
all the levels

PLAY

PLAY

PLAY

Fart Man

Settings

Settings

Settings

Settings

Xmas

<p align="right"><font face="Futura Hv" size="18" color="#000000" letterSpacing="0.000000" kerning="0"><a href="http://www.jozeworld.co.uk">A Joze World Production</a></font></p>

Settings

BACK

BACK

BACK

Music

Grafix
Quality

ON

on

on

OFF

off

off

LOW

low

low

MED

med

med

HIGH

high

high

Game over

Again

You said you
could take me
anywhere

WARNING!
Beware of Bill
Boards

Fart Man is full of a flammable gas known as
Methane. This makes him explosively un- stable.
In other words. DON'T CRASH!

Welcome To the Ocean

You can crash
into speech
bubbles too!

This doesn't
feel quite
right

You can
crash into
water too!

Hey look its
fart man.

Whats
bothering ya?
Ya wussy lad!

You are entering

Mynamite man's
Private island

No
trespassing

Profesor Vennesor's secret lab
definitely not in 500 yards

!

#

?

definitely not
entering Profesor
Vennessor's secret
lab

Definitely not Profesor Vennessor secret shrinking machine

Hey Vennessor
the shrinking
machine works
on super heros
as well

The machine
worked on fart
man as well as
it did on me

Silence, test
subject
No.39

How do you turn
off the gravity
Reversal
machine

I'm going to put fart
man threw the
machine again to
see if he'll go even
smaller

Mows's
hol

It worked!
It worked!

Oh no! He's going
in a mouse hole

Fart man have
you come to save
us from the
monsters that
ate our  family's?

Stay away!
What have I
ever done
to you

Thuh Bak
dor!

No, Mummy It
was fart man!
Honestly!

Baby mouse
you farted
didn't you!

Baby Mouse
We all know
fart man
doesn't exist.

Why must we
always bring
your brother
along

Aaaahhhgh!
Help me
someone!

Fart man you got me
grounded for
farting! Revenge
Time! You'll have to
get threw this!

Baybee mows's
eevil trap!

Phew! I think
they forgot
me.

Aha! Fart man. Just
hop into my
bigulizing machine
and I'll have you
back to normal in
no time

Un- explained
mouse lab
coming up

Fair you
well, Fart
Man!

Jane's Wood

Big ugly city Coming up

If you ellect me
mayor i'll get rid
of fart man for
good.

Horay

Horar

Wooh

Aaah! The monster
has returned! Save us
fart man!

Giant
unexplained
sewer coming up.

Ha ha haaaaa!
Get them experiment
240!

Entering the
sewer of pain.
(enjoy your trip)

97x58=5626

569-540=14

Oh no!
Fartman
survived!

Credits coming up!
Credits Sponsored by the credit crunch.

Created by...
Joel Plowright

Human Guinea Pig
Isaac Plowright

If you thought we
were going to let
you win the game.
Think again!
I hope you like cheese!

Sound Effects and Music
Flashkit.com

You completed the
level!

Next level

ActionScript [AS1/AS2]

Frame 1
stop(); onEnterFrame = function () { percent = (getBytesLoaded() / getBytesTotal()) * 100; load_mc.gotoAndStop(int(percent)); if (percent == 100) { play(); delete onEnterFrame; } }; musicOn = true;
Frame 2
onMouseDown = function () { getURL ("http://www.jozeworld.co.uk", "_blank"); };
Frame 39
delete onMouseDown;
Frame 40
stop(); level = 1; play_btn.onRelease = function () { gotoAndStop ("game"); }; set_btn.onRelease = function () { gotoAndStop ("settings"); }; _quality = "medium";
Frame 41
back_btn.onRelease = function () { gotoAndStop ("home"); }; low_btn.onPress = function () { _quality = "low"; }; med_btn.onPress = function () { _quality = "medium"; }; high_btn.onPress = function () { _quality = "high"; }; on_btn.onPress = function () { musicOn = true; }; off_btn.onPress = function () { musicOn = false; stopAllSounds(); };
Frame 42
play_btn.onRelease = function () { gotoAndStop ("game"); }; flashBang_mc.onEnterFrame = function () { this._alpha = this._alpha - 2; };
Frame 43
land_mc.gotoAndStop(level); yspeed = 1; trans_mc._alpha = 0; man_mc.onEnterFrame = function () { if ((-land_mc._x) >= (land_mc._width - 550)) { yspeed = yspeed + 1.5; yspeed = yspeed * 0.85; this._y = this._y + yspeed; this._x = this._x + 4; if (Key.isDown(32)) { yspeed = yspeed - 3; } if (this._x > 450) { trans_mc._alpha = trans_mc._alpha + 4; } if (this._x > 550) { _root.nextFrame(); } if (land_mc.hitTest(this._x, this._y, true)) { stopAllSounds(); delete this.onEnterFrame; gotoAndStop ("over"); } } else { yspeed = yspeed + 1.5; yspeed = yspeed * 0.85; this._y = this._y + yspeed; if (Key.isDown(32)) { yspeed = yspeed - 3; } land_mc._x = land_mc._x - 2; if (((land_mc.hitTest(this._x + 9, this._y, true) || (land_mc.hitTest(this._x - 9, this._y, true))) || (land_mc.hitTest(this._x, this._y + 9, true))) || (land_mc.hitTest(this._x, this._y - 9, true))) { stopAllSounds(); delete this.onEnterFrame; gotoAndStop ("over"); } if ((this._y < 0) || (this._y > 400)) { stopAllSounds(); delete this.onEnterFrame; gotoAndStop ("over"); } } }; fart_mc.onEnterFrame = function () { this._y = man_mc._y + 6; this._x = man_mc._x - 6; if (Key.isDown(32)) { var _local2 = this.duplicateMovieClip("fart" + this._parent.getNextHighestDepth(), this._parent.getNextHighestDepth()); _local2.onEnterFrame = function () { this._x = this._x - 2; this._alpha = this._alpha - 2; this._width = this._width + 0.5; this._height = this._height + 0.5; if (this._x < 0) { this.removeMovieClip(); } }; } };
Frame 44
play_btn.onRelease = function () { gotoAndStop ("game"); }; level = level + 1; trans_mc._alpha = 100; trans_mc.onEnterFrame = function () { this._alpha = this._alpha - 1; if (this._alpha <= 0) { delete this.onEnterFrame; } };
Symbol 40 MovieClip Frame 1
time = new Date(); onEnterFrame = function () { this.gotoAndStop(time.getHours()); };
Symbol 76 MovieClip Frame 1
stop(); if (_root.musicOn == true) { play(); }
Symbol 76 MovieClip Frame 3
stop();
Symbol 122 MovieClip Frame 1
stop(); if (_root.musicOn == true) { play(); }
Symbol 122 MovieClip Frame 3
stop();

Library Items

Symbol 1 FontUsed by:2 48 49 50 68 69 70 71 80 81 82 84 85 86 87 88 92 93 94 97 98 99 101 102 103 105 106 107 110 118 134 142 143 147 150 151 152 161 162 163 164 166 167 178 180 181 182 183 184 185 186 196 201 202 204 205 206 212 213 214 215 216 221 225 264
Symbol 2 TextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:6
Symbol 4 ShapeTweeningUsed by:6
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:3 4 5Used by:Timeline
Symbol 7 FontUsed by:8 77 79 254
Symbol 8 EditableTextUses:7Used by:Timeline
Symbol 9 GraphicUsed by:10 255
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 FontUsed by:12 13
Symbol 12 TextUses:11Used by:Timeline
Symbol 13 TextUses:11Used by:Timeline
Symbol 14 GraphicUsed by:40 260
Symbol 15 GraphicUsed by:40
Symbol 16 GraphicUsed by:40
Symbol 17 GraphicUsed by:40
Symbol 18 ShapeTweeningUsed by:40
Symbol 19 GraphicUsed by:40
Symbol 20 GraphicUsed by:40
Symbol 21 GraphicUsed by:40
Symbol 22 GraphicUsed by:40
Symbol 23 GraphicUsed by:40
Symbol 24 GraphicUsed by:40
Symbol 25 GraphicUsed by:40
Symbol 26 GraphicUsed by:40
Symbol 27 ShapeTweeningUsed by:40
Symbol 28 GraphicUsed by:40
Symbol 29 GraphicUsed by:40
Symbol 30 GraphicUsed by:40
Symbol 31 GraphicUsed by:40
Symbol 32 GraphicUsed by:40
Symbol 33 GraphicUsed by:40
Symbol 34 GraphicUsed by:40
Symbol 35 GraphicUsed by:40
Symbol 36 GraphicUsed by:40
Symbol 37 GraphicUsed by:40
Symbol 38 GraphicUsed by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39Used by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:43
Symbol 43 MovieClipUses:42Used by:255  Timeline
Symbol 44 GraphicUsed by:45
Symbol 45 MovieClipUses:44Used by:255  Timeline
Symbol 46 FontUsed by:47 55 74 111 126 127 130 131
Symbol 47 TextUses:46Used by:Timeline
Symbol 48 TextUses:1Used by:52
Symbol 49 TextUses:1Used by:52
Symbol 50 TextUses:1Used by:52 83
Symbol 51 GraphicUsed by:52 83
Symbol 52 ButtonUses:48 49 50 51Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:255  Timeline
Symbol 55 TextUses:46Used by:Timeline
Symbol 56 GraphicUsed by:59
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:59 61 65 67 115 129 133 137 139 141 146 149 154 169 188 191 193 195 200 219 259
Symbol 59 MovieClipUses:56 58Used by:255  Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60 58Used by:255  Timeline
Symbol 62 GraphicUsed by:65
Symbol 63 GraphicUsed by:65
Symbol 64 GraphicUsed by:65
Symbol 65 MovieClipUses:62 63 58 64Used by:Timeline
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66 58Used by:255  Timeline
Symbol 68 EditableTextUses:1Used by:73
Symbol 69 EditableTextUses:1Used by:73
Symbol 70 EditableTextUses:1Used by:73
Symbol 71 EditableTextUses:1Used by:73
Symbol 72 GraphicUsed by:73
Symbol 73 ButtonUses:68 69 70 71 72Used by:Timeline
Symbol 74 TextUses:46Used by:Timeline
Symbol 75 SoundUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 EditableTextUses:7Used by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 TextUses:7Used by:Timeline
Symbol 80 TextUses:1Used by:83
Symbol 81 TextUses:1Used by:83
Symbol 82 TextUses:1Used by:83
Symbol 83 ButtonUses:80 81 82 51 50Used by:Timeline
Symbol 84 TextUses:1Used by:Timeline
Symbol 85 TextUses:1Used by:Timeline
Symbol 86 TextUses:1Used by:91
Symbol 87 TextUses:1Used by:91
Symbol 88 TextUses:1Used by:91
Symbol 89 GraphicUsed by:91 95 100 104 108
Symbol 90 SoundUsed by:91
Symbol 91 ButtonUses:86 87 88 89 90Used by:Timeline
Symbol 92 TextUses:1Used by:95
Symbol 93 TextUses:1Used by:95
Symbol 94 TextUses:1Used by:95
Symbol 95 ButtonUses:92 93 94 89Used by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 TextUses:1Used by:100
Symbol 98 TextUses:1Used by:100
Symbol 99 TextUses:1Used by:100
Symbol 100 ButtonUses:97 98 99 89Used by:Timeline
Symbol 101 TextUses:1Used by:104
Symbol 102 TextUses:1Used by:104
Symbol 103 TextUses:1Used by:104
Symbol 104 ButtonUses:101 102 103 89Used by:Timeline
Symbol 105 TextUses:1Used by:108
Symbol 106 TextUses:1Used by:108
Symbol 107 TextUses:1Used by:108
Symbol 108 ButtonUses:105 106 107 89Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 TextUses:1Used by:Timeline
Symbol 111 TextUses:46Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:255  Timeline
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:114 58Used by:255  Timeline
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:116Used by:255  Timeline
Symbol 118 TextUses:1Used by:Timeline
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 SoundUsed by:122
Symbol 122 MovieClipUses:121Used by:Timeline
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:123Used by:Timeline
Symbol 125 GraphicUsed by:255
Symbol 126 TextUses:46Used by:255
Symbol 127 TextUses:46Used by:255
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128 58Used by:255
Symbol 130 TextUses:46Used by:255
Symbol 131 TextUses:46Used by:255
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132 58Used by:255
Symbol 134 TextUses:1Used by:255
Symbol 135 GraphicUsed by:255
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:136 58Used by:255
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:138 58Used by:255
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140 58Used by:255
Symbol 142 TextUses:1Used by:255
Symbol 143 TextUses:1Used by:255
Symbol 144 GraphicUsed by:255
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145 58Used by:255
Symbol 147 TextUses:1Used by:255
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:148 58Used by:255
Symbol 150 TextUses:1Used by:255
Symbol 151 TextUses:1Used by:255
Symbol 152 TextUses:1Used by:255
Symbol 153 GraphicUsed by:154
Symbol 154 MovieClipUses:153 58Used by:255
Symbol 155 GraphicUsed by:255
Symbol 156 GraphicUsed by:160
Symbol 157 GraphicUsed by:160
Symbol 158 GraphicUsed by:160
Symbol 159 GraphicUsed by:160
Symbol 160 MovieClipUses:156 157 158 159Used by:255
Symbol 161 TextUses:1Used by:255
Symbol 162 TextUses:1Used by:255
Symbol 163 TextUses:1Used by:255
Symbol 164 TextUses:1Used by:255
Symbol 165 GraphicUsed by:255
Symbol 166 TextUses:1Used by:255
Symbol 167 TextUses:1Used by:255
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168 58Used by:255
Symbol 170 GraphicUsed by:177
Symbol 171 GraphicUsed by:177
Symbol 172 GraphicUsed by:177
Symbol 173 GraphicUsed by:177
Symbol 174 GraphicUsed by:177
Symbol 175 GraphicUsed by:177
Symbol 176 GraphicUsed by:177
Symbol 177 MovieClipUses:170 171 172 173 174 175 176Used by:255
Symbol 178 TextUses:1Used by:255
Symbol 179 GraphicUsed by:255
Symbol 180 TextUses:1Used by:255
Symbol 181 TextUses:1Used by:255
Symbol 182 TextUses:1Used by:255
Symbol 183 TextUses:1Used by:255
Symbol 184 TextUses:1Used by:255
Symbol 185 TextUses:1Used by:255
Symbol 186 TextUses:1Used by:255
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187 58Used by:255
Symbol 189 GraphicUsed by:255
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190 58Used by:255
Symbol 192 GraphicUsed by:193 211
Symbol 193 MovieClipUses:192 58Used by:255
Symbol 194 GraphicUsed by:195 198
Symbol 195 MovieClipUses:194 58Used by:255
Symbol 196 TextUses:1Used by:255
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:194 197Used by:255
Symbol 199 GraphicUsed by:200
Symbol 200 MovieClipUses:199 58Used by:255
Symbol 201 TextUses:1Used by:255
Symbol 202 TextUses:1Used by:255
Symbol 203 GraphicUsed by:255
Symbol 204 TextUses:1Used by:255
Symbol 205 TextUses:1Used by:255
Symbol 206 TextUses:1Used by:255
Symbol 207 GraphicUsed by:255
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:255
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:192 210Used by:255
Symbol 212 TextUses:1Used by:255
Symbol 213 TextUses:1Used by:255
Symbol 214 TextUses:1Used by:255
Symbol 215 TextUses:1Used by:255
Symbol 216 TextUses:1Used by:255
Symbol 217 GraphicUsed by:255
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218 58Used by:255
Symbol 220 FontUsed by:221 222 223 227
Symbol 221 TextUses:1 220Used by:255
Symbol 222 TextUses:220Used by:255
Symbol 223 TextUses:220Used by:255
Symbol 224 GraphicUsed by:255
Symbol 225 TextUses:1Used by:255
Symbol 226 GraphicUsed by:255
Symbol 227 TextUses:220Used by:255
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:255
Symbol 230 FontUsed by:231 237 238 240 243 244 249 250 251 252 253
Symbol 231 TextUses:230Used by:255
Symbol 232 FontUsed by:233 234 235 236
Symbol 233 TextUses:232Used by:255
Symbol 234 TextUses:232Used by:255
Symbol 235 TextUses:232Used by:255
Symbol 236 TextUses:232Used by:255
Symbol 237 TextUses:230Used by:255
Symbol 238 TextUses:230Used by:255
Symbol 239 GraphicUsed by:255
Symbol 240 TextUses:230Used by:255
Symbol 241 GraphicUsed by:255
Symbol 242 GraphicUsed by:255
Symbol 243 TextUses:230Used by:255
Symbol 244 TextUses:230Used by:255
Symbol 245 GraphicUsed by:255
Symbol 246 GraphicUsed by:255
Symbol 247 GraphicUsed by:255
Symbol 248 GraphicUsed by:255
Symbol 249 TextUses:230Used by:255
Symbol 250 TextUses:230Used by:255
Symbol 251 TextUses:230Used by:255
Symbol 252 TextUses:230Used by:255
Symbol 253 TextUses:230Used by:255
Symbol 254 TextUses:7Used by:255
Symbol 255 MovieClipUses:125 45 59 126 54 127 43 129 130 67 131 61 133 113 115 117 134 135 137 139 141 142 143 144 146 147 149 150 151 152 154 155 160 161 162 163 164 165 166 167 169 177 178 179 180 181 182 183 184 185 186 188 189 191 193 195 196 198 200 201 202 203 204 205 206 207 209 211 212 213 214 215 216 217 219 221 222 223 224 225 226 227 229 231 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 9Used by:Timeline
Symbol 256 GraphicUsed by:259
Symbol 257 GraphicUsed by:259
Symbol 258 GraphicUsed by:259
Symbol 259 MovieClipUses:256 58 257 258Used by:Timeline
Symbol 260 MovieClipUses:14Used by:Timeline
Symbol 261 GraphicUsed by:Timeline
Symbol 262 FontUsed by:263
Symbol 263 TextUses:262Used by:Timeline
Symbol 264 TextUses:1Used by:Timeline

Instance Names

"load_mc"Frame 1Symbol 6 MovieClip
"logo_mc"Frame 2Symbol 10 MovieClip
"play_btn"Frame 40Symbol 52 Button
"set_btn"Frame 40Symbol 73 Button
"back_btn"Frame 41Symbol 83 Button
"on_btn"Frame 41Symbol 91 Button
"off_btn"Frame 41Symbol 95 Button
"low_btn"Frame 41Symbol 100 Button
"med_btn"Frame 41Symbol 104 Button
"high_btn"Frame 41Symbol 108 Button
"play_btn"Frame 42Symbol 52 Button
"flashBang_mc"Frame 42Symbol 120 MovieClip
"fart_mc"Frame 43Symbol 124 MovieClip
"land_mc"Frame 43Symbol 255 MovieClip
"man_mc"Frame 43Symbol 259 MovieClip
"trans_mc"Frame 43Symbol 260 MovieClip
"play_btn"Frame 44Symbol 52 Button

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata present, AS1/AS2.
SWFMetaData (77)Timeline Frame 1314 bytes "<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"><rdf:Description rdf:about="" xmlns ..."

Labels

"home"Frame 40
"settings"Frame 41
"over"Frame 42
"game"Frame 43
"win"Frame 44




http://swfchan.com/10/48616/info.shtml
Created: 29/4 -2019 15:00:25 Last modified: 29/4 -2019 15:00:25 Server time: 16/05 -2024 06:58:21