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

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

agstdda.swf

This is the info page for
Flash #82580

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


Text
A Grey Square™
- That Doesn't Do Anything

Play

Play

Score:

0000000

Top Score:

0000000

Restart

Restart

ActionScript [AS3]

Section 1
//MainTimeline (agstdda_fla.MainTimeline) package agstdda_fla { import flash.events.*; import flash.display.*; import flash.text.*; public dynamic class MainTimeline extends MovieClip { public var labelScore:TextField; public var topScore:String; public var labelTopScore:TextField; public var buttonRestart:SimpleButton; public var buttonPlay:SimpleButton; public var score:String; public function MainTimeline(){ addFrameScript(0, frame1, 1, frame2); } function frame1(){ stop(); buttonPlay.addEventListener(MouseEvent.CLICK, function (_arg1:MouseEvent):void{ var _local2:*; gotoAndStop(2); }); } function frame2(){ score = "000000"; topScore = "000000"; addEventListener(Event.ENTER_FRAME, onEnterFrame); buttonRestart.addEventListener(MouseEvent.CLICK, function (_arg1:MouseEvent):void{ var _local2:*; score = "0"; }); } public function onEnterFrame(_arg1:Event):void{ score = String((int(score) + 10)); while (score.length < 7) { score = ("0" + score); }; if (int(score) > int(topScore)){ topScore = score; }; labelScore.text = score; labelTopScore.text = topScore; } } }//package agstdda_fla

Library Items

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

Instance Names

"buttonPlay"Frame 1Symbol 12 Button
"labelScore"Frame 2Symbol 15 EditableText
"labelTopScore"Frame 2Symbol 17 EditableText
"buttonRestart"Frame 2Symbol 21 Button

Special Tags

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




http://swfchan.com/17/82580/info.shtml
Created: 1/4 -2019 07:56:01 Last modified: 1/4 -2019 07:56:01 Server time: 18/04 -2024 22:36:20