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

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

Winter Night.swf

This is the info page for
Flash #120119

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


Text
Created by Victor A.
2010-12
Snow, Button,
music and controls

ActionScript [AS3]

Section 1
//MainTimeline (snowAS302Ucogisnow02_fla.MainTimeline) package snowAS302Ucogisnow02_fla { import flash.events.*; import flash.display.*; import flash.net.*; public dynamic class MainTimeline extends MovieClip { public var myButton:SimpleButton; public function MainTimeline(){ addFrameScript(0, frame1); } public function goThere(_arg1:MouseEvent){ var _local2:URLRequest; _local2 = new URLRequest("http://www.ucogi.com/"); navigateToURL(_local2); } function frame1(){ myButton.addEventListener(MouseEvent.CLICK, goThere); } } }//package snowAS302Ucogisnow02_fla
Section 2
//Snowflake (Snowflake) package { import flash.events.*; import flash.display.*; public class Snowflake extends MovieClip { private var yPos:Number;// = 0 private var ySpeed:Number;// = 0 private var scale:Number;// = 0 private var radius:Number;// = 0 private var xSpeed:Number;// = 0 private var alphaValue:Number;// = 0 private var maxHeight:Number;// = 0 private var maxWidth:Number;// = 0 private var xPos:Number;// = 0 public function Snowflake(){ xPos = 0; yPos = 0; xSpeed = 0; ySpeed = 0; radius = 0; scale = 0; alphaValue = 0; maxHeight = 0; maxWidth = 0; super(); SetInitialProperties(); } function MoveSnowFlake(_arg1:Event){ xPos = (xPos + xSpeed); yPos = (yPos + ySpeed); this.x = (this.x + (radius * Math.cos(xPos))); this.y = (this.y + ySpeed); if ((this.y - this.height) > maxHeight){ this.y = (-10 - this.height); this.x = (Math.random() * maxWidth); }; this.rotation = (this.rotation + xSpeed); } public function SetInitialProperties(){ var _local1:Stage; xSpeed = (0.05 + (Math.random() * 0.1)); ySpeed = (0.5 + (Math.random() * 3)); radius = (0.1 + (Math.random() * 2)); scale = (0.01 + Math.random()); alphaValue = (0.1 + Math.random()); _local1 = (this.stage as Stage); maxWidth = _local1.stageWidth; maxHeight = _local1.stageHeight; this.x = (Math.random() * maxWidth); this.y = (Math.random() * maxHeight); xPos = this.x; yPos = this.y; this.scaleX = (this.scaleY = scale); this.alpha = alphaValue; this.addEventListener(Event.ENTER_FRAME, MoveSnowFlake); } } }//package

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip {Snowflake}Uses:1Used by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:5
Symbol 5 MovieClipUses:4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 GraphicUsed by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:14
Symbol 14 MovieClipUses:13Used by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:29Used by:Timeline
Symbol 31 GraphicUsed by:35
Symbol 32 GraphicUsed by:35
Symbol 33 GraphicUsed by:35
Symbol 34 GraphicUsed by:35
Symbol 35 ButtonUses:31 32 33 34Used by:Timeline
Symbol 36 FontUsed by:37
Symbol 37 TextUses:36Used by:Timeline
Symbol 38 SoundUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline

Instance Names

"myButton"Frame 1Symbol 35 Button

Special Tags

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




http://swfchan.com/25/120119/info.shtml
Created: 5/3 -2019 12:35:56 Last modified: 5/3 -2019 12:35:56 Server time: 26/04 -2024 05:42:42