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

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

Rgnl_c_None_LRG_LRGSunsetDyNite10.468x60.swf

This is the info page for
Flash #84773

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


Text
BOOK NOW

OUR LOWEST RATES ARE AT

BESTWESTERN.COM.

DAY OR NIGHT, OUR LOWEST RATES

BESTWESTERN.COM

ARE ON

BOOK ONLINE AND SAVE,

GUARANTEED.

timeline

ActionScript [AS1/AS2]

Frame 1
adW = 668; adH = 60; playTwinkle = 1; skyY = 0; sunY = 200; sunX = 400; starAlpha = 100; cloud1X = 200; cloud2X = 500; cloud3X = 400; cloud2Y = 400; cloud3Y = 400; cloud1A = 0; cloud2A = 0; cloud3A = 0; arrowSwingsX = (this.button._x + this.button._width) + 30; arrowSwingsY = (this.button._y + this.button._height) + 30; arrowClicksX = this.button._x + (this.button._width / 4); arrowClicksY = this.button._y + (this.button._height / 4); arrowLeavesX = this.adW; arrowLeavesY = this.adH; buttonClickedX = this.button._xscale - 5; buttonClickedY = this.button._yscale - 5; buttonClickedX2 = this.button._xscale + 5; buttonClickedY2 = this.button._yscale + 5;
Instance of Symbol 2 MovieClip "sky" in Frame 1
onClipEvent (load) { speed = 0.02; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { this._x = this._x + ((xGo - this._x) * this.speed); this._y = this._y + ((yGo - this._y) * this.speed); this._xscale = this._xscale + ((xscaleGo - this._xscale) * this.speed); this._yscale = this._yscale + ((yscaleGo - this._yscale) * this.speed); this._alpha = this._alpha + ((aGo - this._alpha) * this.speed); }
Instance of Symbol 7 MovieClip "stars" in Frame 1
onClipEvent (load) { speed = 0.01; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { this._x = this._x + ((xGo - this._x) * this.speed); this._y = this._y + ((yGo - this._y) * this.speed); this._xscale = this._xscale + ((xscaleGo - this._xscale) * this.speed); this._yscale = this._yscale + ((yscaleGo - this._yscale) * this.speed); this._alpha = this._alpha + ((aGo - this._alpha) * this.speed); }
Instance of Symbol 12 MovieClip "sun" in Frame 1
onClipEvent (load) { speed = 1; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { if (this._x == xGo) { this._x = xGo; } else { this._x = (this._x + speed) + 2; } if (this._y == yGo) { this._y = yGo; } else { this._y = this._y + 2; } }
Instance of Symbol 15 MovieClip "cloud1" in Frame 1
onClipEvent (load) { speed = 1.5; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { if (this._x == xGo) { this._x = xGo; } else { this._x = this._x + speed; } if (this._y == yGo) { this._y = yGo; } else { this._y = this._y - speed; } if (this._alpha == aGo) { this._alpha = aGo; } else { this._alpha = this._alpha - 3; } }
Instance of Symbol 15 MovieClip "cloud2" in Frame 1
onClipEvent (load) { speed = 0.4; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { if (this._x == xGo) { this._x = xGo; } else { this._x = this._x + speed; } if (this._y == yGo) { this._y = yGo; } else { this._y = this._y - speed; } if (this._alpha == aGo) { this._alpha = aGo; } else { this._alpha = this._alpha - 3; } }
Instance of Symbol 15 MovieClip "cloud3" in Frame 1
onClipEvent (load) { speed = 0.7; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { if (this._x == xGo) { this._x = xGo; } else { this._x = this._x + speed; } if (this._y == yGo) { this._y = yGo; } else { this._y = this._y - speed; } if (this._alpha == aGo) { this._alpha = aGo; } else { this._alpha = this._alpha - 3; } }
Instance of Symbol 20 MovieClip "button" in Frame 1
onClipEvent (load) { speed = 0.8; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { this._x = this._x + ((xGo - this._x) * this.speed); this._y = this._y + ((yGo - this._y) * this.speed); this._xscale = this._xscale + ((xscaleGo - this._xscale) * this.speed); this._yscale = this._yscale + ((yscaleGo - this._yscale) * this.speed); this._alpha = this._alpha + ((aGo - this._alpha) * this.speed); }
Instance of Symbol 23 MovieClip "shimmer3" in Frame 1
onClipEvent (load) { speed = 0.07; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { this._x = this._x + ((xGo - this._x) * this.speed); this._y = this._y + ((yGo - this._y) * this.speed); this._xscale = this._xscale + ((xscaleGo - this._xscale) * this.speed); this._yscale = this._yscale + ((yscaleGo - this._yscale) * this.speed); this._alpha = this._alpha + ((aGo - this._alpha) * this.speed); }
Instance of Symbol 37 MovieClip "arrow" in Frame 1
onClipEvent (load) { speed = _parent.speed; speed = 0.5; xGo = this._x; yGo = this._y; xscaleGo = this._xscale; yscaleGo = this._yscale; aGo = this._alpha; } onClipEvent (enterFrame) { this._x = this._x + ((xGo - this._x) * this.speed); this._y = this._y + ((yGo - this._y) * this.speed); this._xscale = this._xscale + ((xscaleGo - this._xscale) * this.speed); this._yscale = this._yscale + ((yscaleGo - this._yscale) * this.speed); this._alpha = this._alpha + ((aGo - this._alpha) * this.speed); }
Symbol 6 MovieClip Frame 1
stop(); this.onEnterFrame = function () { if (_parent._parent.playTwinkle) { randomnum = Math.ceil(Math.random(1) * 200); trace(randomnum); if (randomnum == 8) { gotoAndPlay (2); } } };
Symbol 42 MovieClip Frame 1
_parent.sky.yGo = _parent.skyY; _parent.sun.yGo = _parent.sunY; _parent.sun.xGo = _parent.sunX; _parent.cloud1.xGo = _parent.cloud1X; _parent.cloud2.xGo = _parent.cloud2X; _parent.cloud3.xGo = _parent.cloud3X;
Symbol 42 MovieClip Frame 30
_parent.shimmer3.xGo = 700;
Symbol 42 MovieClip Frame 52
_parent.cloud1.aGo = _parent.cloud1A; _parent.cloud2.aGo = _parent.cloud2A; _parent.cloud3.aGo = _parent.cloud3A;
Symbol 42 MovieClip Frame 63
_parent.stars.aGo = _parent.starAlpha;
Symbol 42 MovieClip Frame 94
this._parent.arrow.xGo = this._parent.arrowSwingsX; this._parent.arrow.yGo = this._parent.arrowSwingsY;
Symbol 42 MovieClip Frame 101
this._parent.arrow.xGo = this._parent.arrowClicksX; this._parent.arrow.yGo = this._parent.arrowClicksY;
Symbol 42 MovieClip Frame 109
this._parent.button.xscaleGo = this._parent.buttonClickedX; this._parent.button.yscaleGo = this._parent.buttonClickedY;
Symbol 42 MovieClip Frame 111
this._parent.button.xscaleGo = this._parent.buttonClickedX2; this._parent.button.yscaleGo = this._parent.buttonClickedY2; this._parent.t1._visible = 0; this._parent.t2._x = this._parent.t1._x; this._parent.t2._y = this._parent.t1._y;
Symbol 42 MovieClip Frame 114
this._parent.arrow.xGo = this._parent.arrowLeavesX; this._parent.arrow.yGo = this._parent.arrowLeavesY;
Symbol 42 MovieClip Frame 120
_parent.shimmer3._x = 400; _parent.shimmer3.xGo = 700;
Symbol 42 MovieClip Frame 172
_parent.shimmer3._x = 400; _parent.shimmer3.xGo = 700;
Symbol 42 MovieClip Frame 173
_parent.playTwinkle = 0;
Symbol 42 MovieClip Frame 181
stop();
Symbol 44 Button
on (release) { getURL (clickTag, "_blank"); }

Library Items

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

Instance Names

"sky"Frame 1Symbol 2 MovieClip
"stars"Frame 1Symbol 7 MovieClip
"sun"Frame 1Symbol 12 MovieClip
"cloud1"Frame 1Symbol 15 MovieClip
"cloud2"Frame 1Symbol 15 MovieClip
"cloud3"Frame 1Symbol 15 MovieClip
"button"Frame 1Symbol 20 MovieClip
"shimmer3"Frame 1Symbol 23 MovieClip
"t1"Frame 1Symbol 32 MovieClip
"t2"Frame 1Symbol 35 MovieClip
"arrow"Frame 1Symbol 37 MovieClip
"timeline"Frame 1Symbol 42 MovieClip

Special Tags

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

Labels

"start sun"Symbol 42 MovieClip Frame 1
"start clouds"Symbol 42 MovieClip Frame 1
"start sky"Symbol 42 MovieClip Frame 1
"shimmer"Symbol 42 MovieClip Frame 30
"fade clouds up top"Symbol 42 MovieClip Frame 52
"stars fade in"Symbol 42 MovieClip Frame 63
"arrow swings"Symbol 42 MovieClip Frame 94
"arrow clicks"Symbol 42 MovieClip Frame 101
"button clicked"Symbol 42 MovieClip Frame 109
"change text"Symbol 42 MovieClip Frame 111
"button clicked up"Symbol 42 MovieClip Frame 111
"arrow leaves"Symbol 42 MovieClip Frame 114
"shimmer"Symbol 42 MovieClip Frame 120
"shimmer"Symbol 42 MovieClip Frame 172
"no twinkle"Symbol 42 MovieClip Frame 173




http://swfchan.com/17/84773/info.shtml
Created: 17/9 -2020 00:04:45 Last modified: 17/9 -2020 00:04:45 Server time: 09/05 -2024 12:35:30