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

Happy New Year!

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

exercise4a.swf

This is the info page for
Flash #41770

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


ActionScript [AS1/AS2]
Frame 1
function createChar() { char = attachMovie("Character", "char_mc", 1); char._x = Stage.width / 2; char._y = Stage.height / 2; } function init() { createChar(); onEnterFrame = checkMovement; } function checkMovement() { var _local1 = false; if (Key.isDown(38)) { _local1 = true; char._y = char._y - speed; char.gotoAndStop(1); } if (Key.isDown(39)) { _local1 = true; char._x = char._x + speed; char.gotoAndStop(2); } if (Key.isDown(40)) { _local1 = true; char._y = char._y + speed; char.gotoAndStop(3); } if (Key.isDown(37)) { _local1 = true; char._x = char._x - speed; char.gotoAndStop(4); } if (_local1 == false) { char.gotoAndStop(5); } } var char; var speed = 5; init();
Symbol 22 MovieClip Frame 4
stop();

Library Items

Symbol 1 GraphicUsed by:11
Symbol 2 GraphicUsed by:3 22
Symbol 3 MovieClipUses:2Used by:11 20 22
Symbol 4 GraphicUsed by:11
Symbol 5 GraphicUsed by:11
Symbol 6 GraphicUsed by:11
Symbol 7 GraphicUsed by:11
Symbol 8 GraphicUsed by:11
Symbol 9 GraphicUsed by:11
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:1 3 4 5 6 7 8 9 10Used by:25
Symbol 12 GraphicUsed by:20
Symbol 13 GraphicUsed by:20
Symbol 14 GraphicUsed by:20
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:12 3 13 14 15 16 17 18 19Used by:25
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21 3 2Used by:25
Symbol 23 GraphicUsed by:24
Symbol 24 MovieClipUses:23Used by:25
Symbol 25 MovieClip [Character]Uses:11 20 22 24

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 25 as "Character"




http://swfchan.com/9/41770/info.shtml
Created: 10/5 -2019 05:36:44 Last modified: 10/5 -2019 05:36:44 Server time: 02/01 -2025 14:11:12