STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228097
/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/24998623?noj=FRM24998623-6DC" width="1" height="1"></div>

Zeldaesk.swf

This is the info page for
Flash #78587

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


ActionScript [AS1/AS2]
Frame 1
lives1 = 3; lives2 = 3; speed = 5; speed2 = 5;
Instance of Symbol 82 MovieClip [arrowleft] in Frame 1
onClipEvent (enterFrame) { if (this._x < 10) { this.removeMovieClip(); } }
Instance of Symbol 69 MovieClip [character] "character" in Frame 1
onClipEvent (load) { i = 0; d = 90; this.stop(); s = true; } onClipEvent (enterFrame) { function hittest(d) { if (d == 270) { gotoAndStop (4); i++; _root.attachMovie("arrowdown", "arrowdown" + i, _root.getNextHighestDepth()); _root["arrowdown" + i]._x = this._x + 3; _root["arrowdown" + i]._y = this._y; } if (d == 90) { gotoAndStop (8); i++; _root.attachMovie("arrowup", "arrowup" + i, _root.getNextHighestDepth()); _root["arrowup" + i]._x = this._x + 3; _root["arrowup" + i]._y = this._y; } if (d == 0) { gotoAndStop (12); i++; _root.attachMovie("arrowright", "arrowright" + i, _root.getNextHighestDepth()); _root["arrowright" + i]._x = this._x + 3; _root["arrowright" + i]._y = this._y; } if (d == 180) { gotoAndStop (16); i++; _root.attachMovie("arrowleft", "arrowleft" + i, _root.getNextHighestDepth()); _root["arrowleft" + i]._x = this._x - 50; _root["arrowleft" + i]._y = this._y + 130; } } if (_root.lives1 == 0) { gotoAndStop (17); } if (_root.lives1 > 0) { if (Key.isDown(191) and s) { hittest(d); s = false; } if (!Key.isDown(191)) { s = true; } if (Key.isDown(38) and (!this.hitTest(_root.topwall1))) { this.gotoAndStop(5); _y = (_y - _root.speed); d = 90; } if (Key.isDown(40) and (!this.hitTest(_root.bottomwall1))) { this.gotoAndStop(1); _y = (_y + _root.speed); d = 270; } if (Key.isDown(39) and (!this.hitTest(_root.rightwall1))) { this.gotoAndStop(9); _x = (_x + _root.speed); d = 0; } if (Key.isDown(37) and (!this.hitTest(_root.leftwall1))) { this.gotoAndStop(13); _x = (_x - _root.speed); d = 180; } } }
Instance of Symbol 37 MovieClip [character2] "character2" in Frame 1
onClipEvent (load) { i = 0; d = 90; this.stop(); s = true; } onClipEvent (enterFrame) { function hittest(d) { if (d == 270) { gotoAndStop (4); i++; _root.attachMovie("arrowdowns", "arrowdowns" + i, _root.getNextHighestDepth()); _root["arrowdowns" + i]._x = this._x + 3; _root["arrowdowns" + i]._y = this._y; } if (d == 90) { gotoAndStop (8); i++; _root.attachMovie("arrowups", "arrowups" + i, _root.getNextHighestDepth()); _root["arrowups" + i]._x = this._x + 3; _root["arrowups" + i]._y = this._y; } if (d == 0) { gotoAndStop (12); i++; _root.attachMovie("arrowrights", "arrowrights" + i, _root.getNextHighestDepth()); _root["arrowrights" + i]._x = this._x + 3; _root["arrowrights" + i]._y = this._y; } if (d == 180) { gotoAndStop (16); i++; _root.attachMovie("arrowlefts", "arrowlefts" + i, _root.getNextHighestDepth()); _root["arrowlefts" + i]._x = this._x - 50; _root["arrowlefts" + i]._y = this._y + 130; } } if (_root.lives2 == 0) { gotoAndStop (17); } if (_root.lives2 > 0) { if (Key.isDown(81) and s) { hittest(d); s = false; } if (!Key.isDown(81)) { s = true; } if (Key.isDown(87) and (!this.hitTest(_root.topwall1))) { this.gotoAndStop(5); _y = (_y - _root.speed2); d = 90; } if (Key.isDown(83) and (!this.hitTest(_root.bottomwall1))) { this.gotoAndStop(1); _y = (_y + _root.speed2); d = 270; } if (Key.isDown(68) and (!this.hitTest(_root.rightwall1))) { this.gotoAndStop(9); _x = (_x + _root.speed2); d = 0; } if (Key.isDown(65) and (!this.hitTest(_root.leftwall1))) { this.gotoAndStop(13); _x = (_x - _root.speed2); d = 180; } } }
Instance of Symbol 103 MovieClip in Frame 1
onClipEvent (load) { gotoAndStop(_root.lives1 + 1); } onClipEvent (enterFrame) { gotoAndStop(_root.lives1 + 1); }
Instance of Symbol 103 MovieClip in Frame 1
onClipEvent (load) { gotoAndStop(_root.lives2 + 1); } onClipEvent (enterFrame) { gotoAndStop(_root.lives2 + 1); }
Instance of Symbol 6 MovieClip [heart] in Frame 1
onClipEvent (load) { zz = 1; kk = 25; } onClipEvent (enterFrame) { kk++; if (kk == 100) { kk = 0; zz++; _root.attachMovie("heart", "heart" + zz, _root.getNextHighestDepth()); _root["heart" + zz]._x = (Math.random() * 450) + 25; _root["heart" + zz]._y = (Math.random() * 340) + 35; } }
Instance of Symbol 3 MovieClip [boots] in Frame 1
onClipEvent (load) { zzz = 1; kkk = 75; } onClipEvent (enterFrame) { kkk++; if (kkk == 100) { kkk = 0; zzz++; _root.attachMovie("boots", "boots" + zzz, _root.getNextHighestDepth()); _root["boots" + zzz]._x = (Math.random() * 450) + 25; _root["boots" + zzz]._y = (Math.random() * 340) + 35; } }
Symbol 3 MovieClip [boots] Frame 1
this.onEnterFrame = function () { if (this.hitTest(_root.character)) { if (_root.speed < 8) { _root.speed++; } this.removeMovieClip(); } if (this.hitTest(_root.character2)) { if (_root.speed2 < 8) { _root.speed2++; } this.removeMovieClip(); } };
Symbol 6 MovieClip [heart] Frame 1
this.onEnterFrame = function () { if (this.hitTest(_root.character)) { if (_root.lives1 != 3) { _root.lives1++; } this.removeMovieClip(); } if (this.hitTest(_root.character2)) { if (_root.lives2 != 3) { _root.lives2++; } this.removeMovieClip(); } };
Symbol 72 MovieClip [arrowdowns] Frame 1
this.onEnterFrame = function () { this._y = this._y + 10; if (this.hitTest(_root.character)) { if (_root.lives1 > 0) { _root.lives1 = _root.lives1 - 1; this.removeMovieClip(); } } };
Symbol 74 MovieClip [arrowups] Frame 1
this.onEnterFrame = function () { this._y = this._y - 10; if (this.hitTest(_root.character)) { if (_root.lives1 > 0) { _root.lives1 = _root.lives1 - 1; this.removeMovieClip(); } } };
Symbol 76 MovieClip [arrowlefts] Frame 1
this.onEnterFrame = function () { this._x = this._x - 10; if (this.hitTest(_root.character)) { if (_root.lives1 > 0) { _root.lives1 = _root.lives1 - 1; this.removeMovieClip(); } } };
Symbol 78 MovieClip [arrowrights] Frame 1
this.onEnterFrame = function () { this._x = this._x + 10; if (this.hitTest(_root.character)) { if (_root.lives1 > 0) { _root.lives1 = _root.lives1 - 1; this.removeMovieClip(); } } };
Symbol 79 MovieClip [arrowup] Frame 1
this.onEnterFrame = function () { this._y = this._y - 10; if (this.hitTest(_root.character2)) { if (_root.lives2 > 0) { _root.lives2 = _root.lives2 - 1; this.removeMovieClip(); } } };
Symbol 80 MovieClip [arrowright] Frame 1
this.onEnterFrame = function () { this._x = this._x + 10; if (this.hitTest(_root.character2)) { if (_root.lives2 > 0) { _root.lives2 = _root.lives2 - 1; this.removeMovieClip(); } } };
Symbol 81 MovieClip [arrowdown] Frame 1
this.onEnterFrame = function () { this._y = this._y + 10; if (this.hitTest(_root.character2)) { if (_root.lives2 > 0) { _root.lives2 = _root.lives2 - 1; this.removeMovieClip(); } } };
Symbol 82 MovieClip [arrowleft] Frame 1
this.onEnterFrame = function () { this._x = this._x - 10; if (this.hitTest(_root.character2)) { if (_root.lives2 > 0) { _root.lives2 = _root.lives2 - 1; this.removeMovieClip(); } } };

Library Items

Symbol 1 BitmapUsed by:2
Symbol 2 GraphicUses:1Used by:3
Symbol 3 MovieClip [boots]Uses:2Used by:Timeline
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:6
Symbol 6 MovieClip [heart]Uses:5Used by:Timeline
Symbol 7 BitmapUsed by:8
Symbol 8 GraphicUses:7Used by:37
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:37
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:37
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:37
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:37
Symbol 17 BitmapUsed by:18 19
Symbol 18 GraphicUses:17Used by:37
Symbol 19 GraphicUses:17Used by:37
Symbol 20 BitmapUsed by:21
Symbol 21 GraphicUses:20Used by:37
Symbol 22 BitmapUsed by:23 30
Symbol 23 GraphicUses:22Used by:37
Symbol 24 BitmapUsed by:25 31
Symbol 25 GraphicUses:24Used by:37
Symbol 26 BitmapUsed by:27 32
Symbol 27 GraphicUses:26Used by:37
Symbol 28 BitmapUsed by:29
Symbol 29 GraphicUses:28Used by:37
Symbol 30 GraphicUses:22Used by:37
Symbol 31 GraphicUses:24Used by:37
Symbol 32 GraphicUses:26Used by:37
Symbol 33 BitmapUsed by:34
Symbol 34 GraphicUses:33Used by:37
Symbol 35 BitmapUsed by:36
Symbol 36 GraphicUses:35Used by:37
Symbol 37 MovieClip [character2]Uses:8 10 12 14 16 18 19 21 23 25 27 29 30 31 32 34 36Used by:Timeline
Symbol 38 BitmapUsed by:39
Symbol 39 GraphicUses:38Used by:69
Symbol 40 BitmapUsed by:41
Symbol 41 GraphicUses:40Used by:69
Symbol 42 BitmapUsed by:43
Symbol 43 GraphicUses:42Used by:69
Symbol 44 BitmapUsed by:45
Symbol 45 GraphicUses:44Used by:69
Symbol 46 BitmapUsed by:47
Symbol 47 GraphicUses:46Used by:69
Symbol 48 BitmapUsed by:49
Symbol 49 GraphicUses:48Used by:69
Symbol 50 BitmapUsed by:51
Symbol 51 GraphicUses:50Used by:69
Symbol 52 BitmapUsed by:53
Symbol 53 GraphicUses:52Used by:69
Symbol 54 BitmapUsed by:55 62
Symbol 55 GraphicUses:54Used by:69
Symbol 56 BitmapUsed by:57 63
Symbol 57 GraphicUses:56Used by:69
Symbol 58 BitmapUsed by:59 64
Symbol 59 GraphicUses:58Used by:69
Symbol 60 BitmapUsed by:61
Symbol 61 GraphicUses:60Used by:69
Symbol 62 GraphicUses:54Used by:69
Symbol 63 GraphicUses:56Used by:69
Symbol 64 GraphicUses:58Used by:69
Symbol 65 BitmapUsed by:66
Symbol 66 GraphicUses:65Used by:69
Symbol 67 BitmapUsed by:68
Symbol 68 GraphicUses:67Used by:69
Symbol 69 MovieClip [character]Uses:39 41 43 45 47 49 51 53 55 57 59 61 62 63 64 66 68Used by:Timeline
Symbol 70 BitmapUsed by:71 73 75 77
Symbol 71 GraphicUses:70Used by:72 81
Symbol 72 MovieClip [arrowdowns]Uses:71Used by:Timeline
Symbol 73 GraphicUses:70Used by:74 79
Symbol 74 MovieClip [arrowups]Uses:73Used by:Timeline
Symbol 75 GraphicUses:70Used by:76 82
Symbol 76 MovieClip [arrowlefts]Uses:75Used by:Timeline
Symbol 77 GraphicUses:70Used by:78 80
Symbol 78 MovieClip [arrowrights]Uses:77Used by:Timeline
Symbol 79 MovieClip [arrowup]Uses:73Used by:Timeline
Symbol 80 MovieClip [arrowright]Uses:77Used by:Timeline
Symbol 81 MovieClip [arrowdown]Uses:71Used by:Timeline
Symbol 82 MovieClip [arrowleft]Uses:75Used by:Timeline
Symbol 83 BitmapUsed by:84
Symbol 84 GraphicUses:83Used by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 BitmapUsed by:87 89
Symbol 87 GraphicUses:86Used by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 GraphicUses:86Used by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 BitmapUsed by:92
Symbol 92 GraphicUses:91Used by:93 94
Symbol 93 MovieClipUses:92Used by:Timeline
Symbol 94 MovieClipUses:92Used by:Timeline
Symbol 95 BitmapUsed by:96
Symbol 96 GraphicUses:95Used by:103
Symbol 97 BitmapUsed by:98
Symbol 98 GraphicUses:97Used by:103
Symbol 99 BitmapUsed by:100
Symbol 100 GraphicUses:99Used by:103
Symbol 101 BitmapUsed by:102
Symbol 102 GraphicUses:101Used by:103
Symbol 103 MovieClipUses:96 98 100 102Used by:Timeline

Instance Names

"topwall1"Frame 1Symbol 88 MovieClip
"bottomwall1"Frame 1Symbol 90 MovieClip
"leftwall1"Frame 1Symbol 93 MovieClip
"rightwall1"Frame 1Symbol 94 MovieClip
"character"Frame 1Symbol 69 MovieClip [character]
"character2"Frame 1Symbol 37 MovieClip [character2]

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 3 as "boots"
ExportAssets (56)Timeline Frame 1Symbol 6 as "heart"
ExportAssets (56)Timeline Frame 1Symbol 37 as "character2"
ExportAssets (56)Timeline Frame 1Symbol 69 as "character"
ExportAssets (56)Timeline Frame 1Symbol 72 as "arrowdowns"
ExportAssets (56)Timeline Frame 1Symbol 74 as "arrowups"
ExportAssets (56)Timeline Frame 1Symbol 76 as "arrowlefts"
ExportAssets (56)Timeline Frame 1Symbol 78 as "arrowrights"
ExportAssets (56)Timeline Frame 1Symbol 79 as "arrowup"
ExportAssets (56)Timeline Frame 1Symbol 80 as "arrowright"
ExportAssets (56)Timeline Frame 1Symbol 81 as "arrowdown"
ExportAssets (56)Timeline Frame 1Symbol 82 as "arrowleft"




http://swfchan.com/16/78587/info.shtml
Created: 3/4 -2019 13:18:27 Last modified: 3/4 -2019 13:18:27 Server time: 06/05 -2024 14:44:12