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

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

vliegtuig.swf

This is the info page for
Flash #50546

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


ActionScript [AS3]
Section 1
//MainTimeline (vliegtuig_fla.MainTimeline) package vliegtuig_fla { import flash.events.*; import flash.display.*; public dynamic class MainTimeline extends MovieClip { public var actieBlokje:MovieClip; public var aantalKogels:uint; public function MainTimeline(){ addFrameScript(0, frame1); } public function toetsIn(_arg1:KeyboardEvent){ trace((_arg1.keyCode == 32)); if ((((_arg1.keyCode == 37)) && ((actieBlokje.x > 20)))){ actieBlokje.x = (actieBlokje.x - 9); } else { if ((((_arg1.keyCode == 39)) && (((actieBlokje.x + actieBlokje.width) < stage.stageWidth)))){ actieBlokje.x = (actieBlokje.x + 9); }; }; } function frame1(){ stage.addEventListener(KeyboardEvent.KEY_DOWN, toetsIn); stage.addEventListener(KeyboardEvent.KEY_DOWN, toetsIn2); aantalKogels = 100; } public function toetsIn2(_arg1:KeyboardEvent){ if (_arg1.keyCode == 32){ vuur(); }; } public function vuur(){ var _local1:Kogel; _local1 = new Kogel(); _local1.x = (actieBlokje.x + (0.5 * actieBlokje.width)); _local1.y = actieBlokje.y; addChildAt(_local1, 2); _local1.addEventListener(Event.ENTER_FRAME, schiet); aantalKogels--; } public function schiet(_arg1:Event){ Kogel(_arg1.target).y = (Kogel(_arg1.target).y - 20); } } }//package vliegtuig_fla
Section 2
//Kogel (Kogel) package { import flash.display.*; public dynamic class Kogel extends MovieClip { } }//package

Library Items

Symbol 1 ShapeTweeningUsed by:4
Symbol 2 ShapeTweeningUsed by:4
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClip {Kogel}Uses:1 2 3
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:5 6Used by:Timeline
Symbol 8 GraphicUsed by:21
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:21
Symbol 11 BitmapUsed by:12
Symbol 12 GraphicUses:11Used by:21
Symbol 13 BitmapUsed by:14
Symbol 14 GraphicUses:13Used by:21
Symbol 15 BitmapUsed by:16
Symbol 16 GraphicUses:15Used by:21
Symbol 17 BitmapUsed by:18
Symbol 18 GraphicUses:17Used by:21
Symbol 19 BitmapUsed by:20
Symbol 20 GraphicUses:19Used by:21
Symbol 21 MovieClipUses:8 10 12 14 16 18 20Used by:Timeline

Instance Names

"actieBlokje"Frame 1Symbol 21 MovieClip

Special Tags

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




http://swfchan.com/11/50546/info.shtml
Created: 26/4 -2019 08:10:45 Last modified: 26/4 -2019 08:10:45 Server time: 12/05 -2024 02:56:44