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

swfchan turned sixteen years old yesterday! (5may2024)

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

Scooby Doo Monster Madness.swf

This is the info page for
Flash #25040

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


Text
Loading ......

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
stop(); stop();
Instance of Symbol 22 MovieClip "ground" in Frame 2
onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Frame 5
numEnemy = 4; i = 2; while (numEnemy >= i) { enemy1.duplicateMovieClip("enemy" + i, i + 100); i++; } score = 0; stop();
Instance of Symbol 42 MovieClip "enemy1" in Frame 5
onClipEvent (load) { function reset() { this._x = 700; this._y = random(200) + 100; enemySpeed = random(10) + 5; this.gotoAndPlay(1); } reset(); } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - (enemySpeed + _root.mainGround.groundSpeed); } else { this._x = this._x - enemySpeed; } if (this._x < -10) { reset(); } if (this.hitTest(_root.spaceship)) { _root.gotoAndStop("gameOver"); } }
Instance of Symbol 50 MovieClip "spaceship" in Frame 5
onClipEvent (load) { moveSpeed = 10; _root.laser._visible = false; laserCounter = 1; scrollx = _root.mainGround.ground._width / 3; scrollStart = false; } onClipEvent (enterFrame) { if (Key.isDown(Key.CONTROL)) { laserCounter++; _root.laser.duplicateMovieClip("laser" + laserCounter, laserCounter); _root["laser" + laserCounter]._visible = true; } if (Key.isDown(Key.RIGHT)) { if (this._x < scrollx) { this._x = this._x + moveSpeed; } else { scrollStart = true; } } else if (Key.isDown(Key.LEFT)) { this._x = this._x - moveSpeed; } if (Key.isDown(Key.DOWN)) { this._y = this._y + moveSpeed; } else if (Key.isDown(Key.UP)) { this._y = this._y - moveSpeed; } } onClipEvent (keyUp) { if (Key.getCode() == Key.RIGHT) { scrollStart = false; } }
Instance of Symbol 52 MovieClip "mainGround" in Frame 5
onClipEvent (load) { ground.duplicateMovieClip("ground2", 100); ground2._x = ground._x + ground._width; groundStartx = this._x; groundSpeed = 10; } onClipEvent (enterFrame) { if (_root.spaceship.scrollStart) { this._x = this._x - groundSpeed; if ((groundStartx - ground._width) >= this._x) { this._x = groundStartx - groundSpeed; } } }
Instance of Symbol 54 MovieClip "laser" in Frame 5
onClipEvent (load) { laserMoveSpeed = 20; this._x = _root.spaceship._x + 90; this._y = _root.spaceship._y; } onClipEvent (enterFrame) { if (this._name != "laser") { this._x = this._x + laserMoveSpeed; if (650 < this._x) { this.removeMovieClip(); } i = 1; while (_root.numEnemy >= i) { if (this.hitTest(_root["enemy" + i])) { _root.score = _root.score + 100; _root["enemy" + i].gotoAndPlay(10); } i++; } } }
Frame 6
stop();
Frame 7
stop();
Symbol 6 MovieClip Frame 2
var byteload = _root.getBytesLoaded(); var bytetotal = _root.getBytesTotal(); var ready = Math.round((byteload / bytetotal) * 100); var kilobytes = Math.round(bytetotal / 1000); var output = ((((((ready + "%") + " ") + "of") + " ") + kilobytes) + "kb"); bar._xscale = ready; if (ready == 100) { with (_root) { gotoAndPlay(_currentFrame + 1); } } else { with (_root) { gotoAndStop(_currentFrame - 1); } }
Symbol 33 Button
on (release) { gotoAndPlay (5); }
Symbol 42 MovieClip Frame 6
gotoAndPlay (1);
Symbol 42 MovieClip Frame 12
stop();
Symbol 50 MovieClip Frame 7
gotoAndPlay (1);
Symbol 50 MovieClip Frame 45
gotoAndPlay (3);
Symbol 58 Button
on (release) { gotoAndPlay (5); }

Library Items

Symbol 1 Sound [shoot]Used by:54
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:6
Symbol 4 FontUsed by:5 55
Symbol 5 EditableTextUses:4Used by:6
Symbol 6 MovieClipUses:3 5Used by:9
Symbol 7 FontUsed by:8
Symbol 8 TextUses:7Used by:9
Symbol 9 MovieClipUses:6 8Used by:Timeline
Symbol 10 BitmapUsed by:11
Symbol 11 GraphicUses:10Used by:14
Symbol 12 BitmapUsed by:13
Symbol 13 GraphicUses:12Used by:14
Symbol 14 MovieClipUses:11 13Used by:Timeline
Symbol 15 GraphicUsed by:20
Symbol 16 GraphicUsed by:20
Symbol 17 GraphicUsed by:20
Symbol 18 GraphicUsed by:20
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:15 16 17 18 19Used 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 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:28
Symbol 28 MovieClipUses:27Used by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 ButtonUses:31 32Used by:Timeline
Symbol 34 BitmapUsed by:36
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:34 35Used by:42
Symbol 37 BitmapUsed by:38 39 41
Symbol 38 GraphicUses:37Used by:42
Symbol 39 GraphicUses:37Used by:42
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUses:37Used by:42
Symbol 42 MovieClipUses:36 38 39 40 41Used by:Timeline
Symbol 43 GraphicUsed by:50
Symbol 44 GraphicUsed by:50
Symbol 45 GraphicUsed by:50
Symbol 46 GraphicUsed by:50
Symbol 47 GraphicUsed by:50
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:43 44 45 46 47 48 49Used by:Timeline
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53 1Used by:Timeline
Symbol 55 EditableTextUses:4Used by:Timeline
Symbol 56 GraphicUsed by:58
Symbol 57 GraphicUsed by:58
Symbol 58 ButtonUses:56 57Used by:Timeline

Instance Names

"ground"Frame 2Symbol 22 MovieClip
"enemy1"Frame 5Symbol 42 MovieClip
"spaceship"Frame 5Symbol 50 MovieClip
"mainGround"Frame 5Symbol 52 MovieClip
"laser"Frame 5Symbol 54 MovieClip
"bar"Symbol 6 MovieClip Frame 1Symbol 3 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "shoot"
ExportAssets (56)Timeline Frame 5Symbol 1 as "shoot"

Labels

"gameOver"Frame 7

Dynamic Text Variables

outputSymbol 5 EditableText""
scoreSymbol 55 EditableText""




http://swfchan.com/6/25040/info.shtml
Created: 24/5 -2019 04:55:07 Last modified: 24/5 -2019 04:55:07 Server time: 06/05 -2024 06:22:06