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

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

pixel_maze.swf

This is the info page for
Flash #17601

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


Text
You Won!

ActionScript [AS1/AS2]

Frame 1
_quality = "LOW"; fscommand ("allowscale", false); if (System.capabilities.version.substr(4, 1) < 8) { gotoAndStop (2); } else { gotoAndStop (3); }
Frame 3
var my_cm = new ContextMenu(); my_cm.hideBuiltInItems(); my_cm.builtInItems.print = true; this.menu = my_cm; var myBitmapData = (new flash.display.BitmapData(96, 96, false, 4294967295)); myBitmapData.draw(_root.maze); var mc = this.createEmptyMovieClip("mc", 0); mc.attachBitmap(myBitmapData, 0);
Instance of Symbol 7 MovieClip "player" in Frame 3
onClipEvent (load) { function getKey() { if (Key.isDown(37)) { if (_root.myBitmapData.getPixel(_root.player._x - 1, _root.player._y).toString(16) != "0") { this._x--; } } if (Key.isDown(38)) { if ((_root.myBitmapData.getPixel(_root.player._x, _root.player._y - 1).toString(16) != "0") && (this._y > 1)) { this._y--; } } if (Key.isDown(39)) { if (_root.myBitmapData.getPixel(_root.player._x + 1, _root.player._y).toString(16) != "0") { this._x++; } } if (Key.isDown(40)) { if ((_root.myBitmapData.getPixel(_root.player._x, _root.player._y + 1).toString(16) != "0") && (this._y < 94)) { this._y++; } if ((this._x == 47) && (this._y == 94)) { _root.win = true; this._y = 150; } } } this.swapDepths(10); } onClipEvent (enterFrame) { getKey(); }
Instance of Symbol 23 MovieClip in Frame 3
onClipEvent (load) { _root.win = false; this.swapDepths(11); } onClipEvent (enterFrame) { if (_root.win) { this.gotoAndStop(2); } }
Symbol 7 MovieClip Frame 100
gotoAndPlay (50);
Symbol 19 MovieClip Frame 32
gotoAndPlay (15);
Symbol 23 MovieClip Frame 1
stop();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:7  Timeline
Symbol 4 BitmapUsed by:5
Symbol 5 GraphicUses:4Used by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 MovieClipUses:3Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:19
Symbol 10 GraphicUsed by:18
Symbol 11 GraphicUsed by:18
Symbol 12 GraphicUsed by:18
Symbol 13 GraphicUsed by:18
Symbol 14 GraphicUsed by:18
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:18
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:10 11 12 13 14 15 16 17Used by:19
Symbol 19 MovieClipUses:9 18Used by:23
Symbol 20 GraphicUsed by:23
Symbol 21 FontUsed by:22
Symbol 22 TextUses:21Used by:23
Symbol 23 MovieClipUses:19 20 22Used by:Timeline

Instance Names

"maze"Frame 3Symbol 6 MovieClip
"player"Frame 3Symbol 7 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.




http://swfchan.com/4/17601/info.shtml
Created: 31/5 -2019 19:06:36 Last modified: 31/5 -2019 19:06:36 Server time: 09/05 -2024 23:15:41