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

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

Bob the Atog.swf

This is the info page for
Flash #33825

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


Text
Stream

Stream

Bob The Atog

am load

Click the
phyrexian
colossus, k?

Bob the Atog

Bob The Atog

Starring
Scavenger Folk

Episode 2: Attack of the
Clones

+2/+2

3/4

And so our
heroes went
to find a
stick.

3/4

5/6

+2/+2

7/8

+2/+2

9/10

+2/+2

11/12

+2/+2

23/24

+12/+12

Bob the Atog
Credits
Voices:
Bob the Atog - Dave Weiss
Scavenger Folk - Dan Weiss
Ertai Sams - Dave Weiss
Benthic Behemoth in a Spaceship - Dave Weiss
Music:
Simpsons - "Those Were The Days"
Weiss Bros - "Bob The Atog Theme"
Eskimo Bob - "Dingaling"
South Park - "Frenchie Foo Foo"
Card Art:
Atog - Jesper Myrfors
Scavenger Folk - Matt Cavotta
Meddling Mage - Christopher Moeller
Phyrexian Colossus - Mark Tedin
Ertai, the Corrupted - Mark Tedin
Rod of Ruin - Christopher Rush
Grizzly Bears - D.J. Cleland-Hura
Benthic Behemoth - Heather Hudson
Skyship Weatherlight - Kev Walker
Producers:
This is a flash movie production of Weiss Bros
Movie created by Dan Weiss

Bob the Atog
Credits
Voices:
Bob the Atog - Dave Weiss
Scavenger Folk - Dan Weiss
Ertai Sams - Dave Weiss
Benthic Behemoth in a Spaceship - Dave Weiss
Music:
Simpsons - "Those Were The Days"
Weiss Bros - "Bob The Atog Theme"
Eskimo Bob - "Dingaling"
South Park - "Frenchie Foo Foo"
Cannibal! The Musical - "Shpadoinkle"
Card Art:
Atog - Jesper Myrfors
Scavenger Folk - Matt Cavotta
Meddling Mage - Christopher Moeller
Phyrexian Colossus - Mark Tedin
Ertai, the Corrupted - Mark Tedin
Rod of Ruin - Christopher Rush
Grizzly Bears - D.J. Cleland-Hura
Benthic Behemoth - Heather Hudson
Skyship Weatherlight - Kev Walker
Movie:
Concept and Idea by Dave Weiss
Flash Movie created by Dan Weiss

END

ActionScript [AS1/AS2]

Frame 1
if (hasinit != true) { hasinit = true; _root.attachMovie("coolbar2", "coolbar_instance", 1); coolbar_instance._y = 376; } play();
Frame 3
stop();
Frame 1966
stop();
Symbol 4 Button
on (release) { _root.play(); }
Symbol 6 Button
on (release) { _root.stop(); }
Symbol 7 MovieClip Frame 1
stop();
Symbol 7 MovieClip Frame 2
stop();
Symbol 8 Button
on (release) { _root.prevFrame(); _parent.pos.lastframe = _root._currentframe; }
Symbol 9 Button
on (release) { _root.nextFrame(); _parent.pos.lastframe = _root._currentframe; }
Symbol 14 MovieClip [CoolBar] Frame 1
_root.MoviesFirstFrame = 3; _root.MoviesLastFrame = 1966; stop();
Instance of Symbol 12 MovieClip "pos" in Symbol 14 MovieClip [CoolBar] Frame 1
onClipEvent (enterFrame) { first = _root.MoviesFirstFrame; last = _root.MoviesLastFrame; thisframe2 = _root._currentframe; if (thisframe2 < first) { thisframe2 = first; } if (thisframe2 > last) { thisframe2 = last; } newxpos = (((thisframe2 - first) / (last - first)) * this._width) + this._x; _parent.thumb._x = newxpos; lastframe = thisframe; if (lastframe == undefined) { lastframe = 0; } thisframe = _root._currentframe; if (draggedover != true) { if (thisframe == (lastframe + 1)) { _parent.smart.gotoAndStop(2); isplaying = true; } else { _parent.smart.gotoAndStop(1); isplaying = false; } } } onClipEvent (mouseDown) { first = _root.MoviesFirstFrame; last = _root.MoviesLastFrame; draggedover = false; if ((_xmouse < 0) || (_xmouse >= this._width)) { return(undefined); } if ((_ymouse < 0) || (_ymouse >= this._height)) { return(undefined); } mouseisdown = true; if ((_xmouse < 0) || (_xmouse >= this._width)) { return(undefined); } if ((_ymouse < 0) || (_ymouse >= this._height)) { return(undefined); } newframe = int((_xmouse / this._width) * (last - first)) + first; _root.gotoAndStop(newframe); draggedover = true; } onClipEvent (mouseMove) { first = _root.MoviesFirstFrame; last = _root.MoviesLastFrame; if (mouseisdown != true) { return(undefined); } newframe = int((_xmouse / this._width) * (last - first)) + first; if (newframe < first) { newframe = first; } if (newframe > last) { newframe = last; } _root.gotoAndStop(newframe); draggedover = true; } onClipEvent (mouseUp) { mouseisdown = false; if (draggedover == true) { if (isplaying == true) { _root.play(); } } }
Instance of Symbol 16 MovieClip in Symbol 17 MovieClip [Coolbar2] Frame 1
onClipEvent (enterFrame) { _visible = false; if ((_root._currentframe <= 11) || ((((_xmouse < _width) && (_xmouse >= 0)) && (_ymouse < _height)) && (_ymouse >= 0))) { _parent.coolbar.targety = 0; } else { _parent.coolbar.targety = _parent.coolbar._height; } if (_parent.coolbar._y < _parent.coolbar.targety) { _parent.coolbar._y = _parent.coolbar._y + 4; if (_parent.coolbar._y > _parent.coolbar.targety) { _parent.coolbar._y = _parent.coolbar.targety; } } if (_parent.coolbar._y > _parent.coolbar.targety) { _parent.coolbar._y = _parent.coolbar._y - 4; if (_parent.coolbar._y < _parent.coolbar.targety) { _parent.coolbar._y = _parent.coolbar.targety; } } }
Symbol 22 Button
on (release) { gotoAndPlay (1); }
Symbol 36 Button
on (release) { _root.play(); }
Symbol 37 MovieClip Frame 1
if (_root.getBytesTotal() == _root.getBytesLoaded()) { gotoAndStop (4); }
Symbol 37 MovieClip Frame 2
gotoAndPlay (1);
Symbol 155 MovieClip Frame 1
_root.stop();
Symbol 155 MovieClip Frame 261
_root.play();

Library Items

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

Instance Names

"WBLOGO"Frame 4Symbol 39 MovieClip
"smart"Symbol 14 MovieClip [CoolBar] Frame 1Symbol 7 MovieClip
"backframe"Symbol 14 MovieClip [CoolBar] Frame 1Symbol 8 Button
"nextframe"Symbol 14 MovieClip [CoolBar] Frame 1Symbol 9 Button
"pos"Symbol 14 MovieClip [CoolBar] Frame 1Symbol 12 MovieClip
"thumb"Symbol 14 MovieClip [CoolBar] Frame 1Symbol 13 MovieClip
"coolbar"Symbol 17 MovieClip [Coolbar2] Frame 1Symbol 14 MovieClip [CoolBar]
"WB_LOGO"Symbol 39 MovieClip Frame 1Symbol 155 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 14 as "CoolBar"
ExportAssets (56)Timeline Frame 1Symbol 14 as "CoolBar"
ExportAssets (56)Timeline Frame 1Symbol 14 as "CoolBar"
ExportAssets (56)Timeline Frame 1Symbol 14 as "CoolBar"
ExportAssets (56)Timeline Frame 1Symbol 14 as "CoolBar"
ExportAssets (56)Timeline Frame 1Symbol 14 as "CoolBar"
ExportAssets (56)Timeline Frame 1Symbol 14 as "CoolBar"
ExportAssets (56)Timeline Frame 1Symbol 17 as "Coolbar2"
Tag 0x309 (777)Timeline Frame 13 bytes "rfx"




http://swfchan.com/7/33825/info.shtml
Created: 17/5 -2019 04:30:08 Last modified: 17/5 -2019 04:30:08 Server time: 09/05 -2024 03:50:41