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

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

The New Adventures of Woofy.swf

This is the info page for
Flash #87175

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


Text
<P ALIGN="LEFT"><FONT FACE="Kartika" SIZE="28" COLOR="#000000"><A HREF="http:\\www.noodlefans.googlepages.com">www.noodlefans.googlepages.com</A></FONT></P>

The New Adventures of Woofy

(rough draft)

SCORE

Score:

WHI DID YOU KILLZ MEEEE?!?!

ActionScript [AS1/AS2]

Frame 1
if (_framesloaded >= _totalframes) { gotoAndStop (10); }
Frame 9
gotoAndPlay (1);
Frame 11
function WoofyDieAction() { WoofySong.stop(); Woofy.enterFrame = null; WoofyDie = new Sound(this); WoofyDie.attachSound("WoofyDie"); WoofyDie.start(); Woofy._yscale = Woofy._yscale - 20; if (Woofy._yscale <= 0) { gotoAndStop (16); } } function WoofyDieAction2() { WoofySong.stop(); WoofyDie = new Sound(this); WoofyDie.attachSound("WoofyDie"); WoofyDie.start(); gotoAndStop (17); } function basicHitTest() { if (Woofy.hitTest(Goomba1._x + 25, Goomba1._y, true)) { WoofyDieAction(); } if (Woofy._x >= Stage.width) { nextFrame(); Woofy._x = 0; Goomba1._x = -234; } ScoreField = Score; } var Score = 0; EnemyHit = new Sound(this); EnemyHit.attachSound("EnemyDie"); stop(); this.onEnterFrame = basicHitTest;
Instance of Symbol 24 MovieClip in Frame 11
onClipEvent (enterFrame) { speed = 0.3; this._x = this._x - speed; }
Instance of Symbol 24 MovieClip in Frame 11
onClipEvent (enterFrame) { speed = 0.5; this._x = this._x - speed; }
Instance of Symbol 24 MovieClip in Frame 11
onClipEvent (enterFrame) { speed = 0.5; this._x = this._x - speed; }
Instance of Symbol 32 MovieClip "Woofy" in Frame 11
onClipEvent (enterFrame) { speed = 1.75; this._x = this._x + speed; } on (press) { if (WoofyHealth == null) { WoofyHit = new Sound(this); WoofyHit.attachSound("WoofyHit"); WoofyHit.start(); WoofyHealth = 3; } else { WoofyHealth = WoofyHealth - 1; } if (WoofyHealth <= 0) { _root.WoofyDieAction2(); } else { WoofyHit = new Sound(this); WoofyHit.attachSound("WoofyHit"); WoofyHit.start(); } }
Instance of Symbol 35 MovieClip "Goomba1" in Frame 11
onClipEvent (enterFrame) { speed = 3; this._x = this._x + speed; } on (press) { this._x = 0; _root.EnemyHit.start(); _root.Score = _root.Score + 10; }
Frame 12
function WoofyDieAction() { WoofySong.stop(); Woofy.enterFrame = null; WoofyDie = new Sound(this); WoofyDie.attachSound("WoofyDie"); WoofyDie.start(); Woofy._yscale = Woofy._yscale - 20; if (Woofy._yscale <= 0) { gotoAndStop (16); } } function basicHitTest() { if (Woofy.hitTest(Goomba1._x + 25, Goomba1._y, true) || (Woofy.hitTest(Goomba2._x + 25, Goomba1._y, true))) { WoofyDieAction(); } if (Woofy._x >= Stage.width) { nextFrame(); Woofy._x = 0; Goomba1._x = -234; Goomba2._x = -600; } ScoreField = Score; } EnemyHit = new Sound(this); EnemyHit.attachSound("EnemyDie"); stop(); this.onEnterFrame = basicHitTest;
Instance of Symbol 24 MovieClip in Frame 12
onClipEvent (enterFrame) { speed = 0.5; this._x = this._x - speed; }
Instance of Symbol 24 MovieClip in Frame 12
onClipEvent (enterFrame) { speed = 0.3; this._x = this._x - speed; }
Instance of Symbol 35 MovieClip "Goomba2" in Frame 12
onClipEvent (enterFrame) { speed = 4; this._x = this._x + speed; } on (press) { this._x = 0; _root.EnemyHit.start(); _root.Score = _root.Score + 10; }
Frame 13
function WoofyDieAction() { WoofySong.stop(); Woofy.enterFrame = null; WoofyDie = new Sound(this); WoofyDie.attachSound("WoofyDie"); WoofyDie.start(); Woofy._yscale = Woofy._yscale - 20; if (Woofy._yscale <= 0) { gotoAndStop (16); } } function basicHitTest() { if (Woofy.hitTest(Goomba1._x + 25, Goomba1._y, true) || (Woofy.hitTest(Goomba2._x + 25, Goomba1._y, true))) { WoofyDieAction(); } if (Woofy._x >= Stage.width) { nextFrame(); Woofy._x = 0; Woofy._y = 200; Goomba1._x = -234; Goomba1._y = 200; } ScoreField = Score; } EnemyHit = new Sound(this); EnemyHit.attachSound("EnemyDie"); stop(); this.onEnterFrame = basicHitTest;
Instance of Symbol 42 MovieClip "?Box" in Frame 13
onClipEvent (enterFrame) { speed = 0.7; this._x = this._x - speed; } on (press) { CoinGet = new Sound(this); CoinGet.attachSound("coin"); CoinGet.start(); _root.Score = _root.Score + 50; }
Instance of Symbol 24 MovieClip in Frame 13
onClipEvent (enterFrame) { speed = 0.3; this._x = this._x - speed; }
Frame 14
function WoofyDieAction() { WoofySong.stop(); Woofy.enterFrame = null; WoofyDie = new Sound(this); WoofyDie.attachSound("WoofyDie"); WoofyDie.start(); Woofy._rotation = 0; Woofy._yscale = Woofy._yscale - 20; if (Woofy._yscale <= 0) { gotoAndStop (16); } } function basicHitTest() { if (Woofy.hitTest(Goomba1._x + 25, Goomba1._y, true)) { WoofyDieAction(); } if (Woofy._x >= Stage.width) { nextFrame(); Woofy._x = 0; Woofy._y = 200; } ScoreField = Score; } EnemyHit = new Sound(this); EnemyHit.attachSound("EnemyDie"); stop(); this.onEnterFrame = basicHitTest;
Instance of Symbol 24 MovieClip in Frame 14
onClipEvent (enterFrame) { speed = 0.8; this._x = this._x - speed; }
Instance of Symbol 24 MovieClip in Frame 14
onClipEvent (enterFrame) { speed = 0.3; this._x = this._x - speed; }
Instance of Symbol 32 MovieClip "Woofy" in Frame 14
onClipEvent (enterFrame) { speed = 1.75; vertSpeed = 0.5; this._x = this._x + speed; if (this._x >= 152.3) { this._rotation = 6; this._y = this._y + vertSpeed; } } on (press) { if (WoofyHealth == null) { WoofyHit = new Sound(this); WoofyHit.attachSound("WoofyHit"); WoofyHit.start(); WoofyHealth = 3; } else { WoofyHealth = WoofyHealth - 1; } if (WoofyHealth <= 0) { _root.WoofyDieAction2(); } else { WoofyHit = new Sound(this); WoofyHit.attachSound("WoofyHit"); WoofyHit.start(); } }
Instance of Symbol 35 MovieClip "Goomba1" in Frame 14
onClipEvent (enterFrame) { speed = 3; vertSpeed = 0.75; this._x = this._x + speed; if (this._x >= 152.3) { this._rotation = 8; this._y = this._y + vertSpeed; } } on (press) { this._x = 0; this._y = 200; this.rotation = 0; _root.EnemyHit.start(); _root.Score = _root.Score + 10; }
Frame 15
function WoofyDieAction() { WoofySong.stop(); Woofy.enterFrame = null; WoofyDie = new Sound(this); WoofyDie.attachSound("WoofyDie"); WoofyDie.start(); Woofy._rotation = 0; Woofy._yscale = Woofy._yscale - 20; if (Woofy._yscale <= 0) { gotoAndStop (16); } } function basicHitTest() { if (Woofy.hitTest(Goomba1._x + 25, Goomba1._y, true)) { WoofyDieAction(); } if (Woofy._x >= Stage.width) { nextFrame(); Woofy._x = 0; Woofy._y = 185.3; } ScoreField = Score; } EnemyHit = new Sound(this); EnemyHit.attachSound("EnemyDie"); stop(); this.onEnterFrame = basicHitTest;
Instance of Symbol 32 MovieClip "Woofy" in Frame 15
onClipEvent (enterFrame) { speed = 1.75; vertSpeed = 0.5; this._x = this._x + speed; this._y = this._y + vertSpeed; if (this.x >= 70.03) { this.rotation = 0; this.vertspeed = 0; } } on (press) { if (WoofyHealth == null) { WoofyHit = new Sound(this); WoofyHit.attachSound("WoofyHit"); WoofyHit.start(); WoofyHealth = 3; } else { WoofyHealth = WoofyHealth - 1; } if (WoofyHealth <= 0) { _root.WoofyDieAction2(); } else { WoofyHit = new Sound(this); WoofyHit.attachSound("WoofyHit"); WoofyHit.start(); } }
Frame 16
globalSound = new Sound(); globalSound.stop(); FinalScore = _root.Score; WoofyDie = new Sound(this); WoofyDie.attachSound("WoofyDie"); WoofyDie.start();
Frame 17
function GrowingWoofy() { if (WoofyDead._xscale <= 499) { WoofyPissed = new Sound(this); WoofyPissed.attachSound("Pissed"); WoofyPissed.start(); WoofyDead._xscale = WoofyDead._xscale + 10; WoofyDead._yscale = WoofyDead._yscale + 10; } if (WoofyDead._xscale >= 500) { WoofyPissed.stop(); WoofyDie.stop(); gotoAndStop (16); this.onEnterFrame = null; } } this.onEnterFrame = GrowingWoofy;
Symbol 15 Button
on (release) { gotoAndStop (11); WoofySong = new Sound(this); WoofySong.attachSound("WoofySong"); WoofySong.start(0, 999); }
Symbol 54 Button
on (release) { gotoAndStop (11); WoofySong = new Sound(this); WoofySong.attachSound("WoofySong"); WoofySong.start(0, 999); }

Library Items

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

Instance Names

"Woofy"Frame 11Symbol 32 MovieClip
"Goomba1"Frame 11Symbol 35 MovieClip
"Goomba2"Frame 12Symbol 35 MovieClip
"?Box"Frame 13Symbol 42 MovieClip
"Woofy"Frame 14Symbol 32 MovieClip
"Goomba1"Frame 14Symbol 35 MovieClip
"Woofy"Frame 15Symbol 32 MovieClip
"WoofyDead"Frame 17Symbol 59 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "WoofySong"
ExportAssets (56)Timeline Frame 1Symbol 2 as "Pissed"
ExportAssets (56)Timeline Frame 1Symbol 3 as "WoofyHit"
ExportAssets (56)Timeline Frame 1Symbol 4 as "WoofyDie"
ExportAssets (56)Timeline Frame 1Symbol 5 as "coin"
ExportAssets (56)Timeline Frame 1Symbol 6 as "EnemyDie"

Dynamic Text Variables

ScoreFieldSymbol 38 EditableText""
FinalScoreSymbol 56 EditableText""




http://swfchan.com/18/87175/info.shtml
Created: 30/3 -2019 02:47:18 Last modified: 30/3 -2019 02:47:18 Server time: 18/05 -2024 23:24:09