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

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

Dashhypno.swf

This is the info page for
Flash #170730

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


Text
Test

ActionScript [AS3]

Section 1
//BTextBox (BTextBox) package { import flash.events.*; import flash.display.*; import flash.text.*; public class BTextBox extends MovieClip { public var vartext:TextField; public var newtext; public var framecount;// = 0 public var pauseframes;// = 0 public var wasshown;// = false public var inoutspeed;// = 0.15 public var fade;// = 0.6 public var pausespeed;// = 1 public function BTextBox(){ this.alpha = 0; vartext.text = "More text"; this.addEventListener(Event.ENTER_FRAME, newFrame); } public function ChangeText(_arg1){ vartext.text = _arg1; } public function newFrame(_arg1:Event){ if (this.alpha <= fade){ if (wasshown == false){ this.alpha = (this.alpha + inoutspeed); }; }; if ((((wasshown == true)) && ((this.alpha >= 0)))){ this.alpha = (this.alpha - inoutspeed); }; if ((((this.alpha <= 0)) && ((wasshown == true)))){ this.removeEventListener(Event.ENTER_FRAME, newFrame); this.parent.removeChild(this); }; if (this.alpha > fade){ if (pauseframes <= pausespeed){ pauseframes++; } else { wasshown = true; }; }; } } }//package
Section 2
//Main (Main) package { import flash.events.*; import flash.display.*; public class Main extends MovieClip { public var newbox:MovieClip; public var counter;// = 20 public var textboxx; public var textboxy; public var tranceArray:Array; public var textlinger;// = 5 public function Main(){ tranceArray = new Array(); super(); this.addEventListener(Event.ENTER_FRAME, newFrame); tranceArray = ["Silly Dashie", "Good Dashie", "Twitcha-twitch!", "Smile!", "Silly and Sleepy", "And Slipping and Sleeping", "Less think, more sink", "No speed, just need"]; } public function newFrame(_arg1:Event){ var _local2:*; var _local3:*; if (counter >= textlinger){ counter = 0; _local2 = randomRange(0, 7); textboxx = randomRange(100, 450); textboxy = randomRange(50, 450); newbox = new BTextBox(); this.addChild(newbox); _local3 = tranceArray[_local2]; newbox.ChangeText(_local3); newbox.x = textboxx; newbox.y = textboxy; trace("hello"); } else { counter++; }; } public function randomRange(_arg1, _arg2){ return ((Math.floor((Math.random() * ((_arg2 - _arg1) + 1))) + _arg1)); } } }//package

Library Items

Symbol 1 FontUsed by:2
Symbol 2 EditableTextUses:1Used by:3
Symbol 3 MovieClip {BTextBox}Uses:2
Symbol 4 GraphicUsed by:7
Symbol 5 GraphicUsed by:7
Symbol 6 GraphicUsed by:7
Symbol 7 MovieClipUses:4 5 6Used by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 BitmapUsed by:10
Symbol 10 GraphicUses:9Used by:Timeline
Symbol 11 GraphicUsed by:12
Symbol 12 MovieClipUses:11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:Timeline
Symbol 16 SoundUsed by:Timeline

Instance Names

"vartext"Symbol 3 MovieClip {BTextBox} Frame 1Symbol 2 EditableText

Special Tags

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




http://swfchan.com/35/170730/info.shtml
Created: 8/8 -2019 16:15:25 Last modified: 8/8 -2019 16:15:25 Server time: 29/04 -2024 14:42:32