[Tools][Expand/Collapse All]Note that automatic extraction of ActionScript 3 is still pretty much unsupported by swfchan. AS1/AS2 works okay most of the time.Frame 1 (1.19 KiB) ●
function HotBanner(url) {
var _local3 = Stage.width;
var _local4 = Stage.height;
var _local2 = _root.createEmptyMovieClip("_b_", _root.getNextHighestDepth());
_local2.moveTo(0, 0);
_local2.beginFill(16777215, 0);
_local2.lineTo(_local3, 0);
_local2.lineTo(_local3, _local4);
_local2.lineTo(0, _local4);
_local2.lineTo(0, 0);
_local2.endFill();
_local2.onRelease = function () {
if (url.substr(0, 5) == "http:") {
getURL (url, "_blank");
}
};
}
function Loop() {
if (totalLoops == 0) {
gotoAndPlay ("loop");
} else if (counter < totalLoops) {
gotoAndPlay ("loop");
counter++;
} else {
stop();
}
}
var exitURL;
var counter = 1;
if (_level0.clicktag != undefined) {
exitURL = _level0.clicktag;
} else if (_level0.clickTag != undefined) {
exitURL = _level0.clickTag;
} else if (_level0.url != undefined) {
exitURL = _level0.url;
} else if (_level0.clickTAG != undefined) {
exitURL = _level0.clickTAG;
}
HotBanner(exitURL);
var totalLoops = 0;
watermark._xscale = (watermark._yscale = (t1._alpha = (t4._alpha = (cta._alpha = (offer._alpha = (logo._alpha = 0))))));
var t1x = t1._x;
var t4x = t4._x;
var ctaX = cta._x;
var offerX = offer._x;
Frame 2 (570 B)
var a = (new mx.transitions.Tween(t1, "_alpha", mx.transitions.easing.Strong.easeOut, 0, 100, 1, true));
var b = (new mx.transitions.Tween(t1, "_xscale", mx.transitions.easing.Elastic.easeOut, 0, 100, 1.5, true));
var c = (new mx.transitions.Tween(t1, "_yscale", mx.transitions.easing.Elastic.easeOut, 0, 100, 1.5, true));
var g = (new mx.transitions.Tween(watermark, "_xscale", mx.transitions.easing.Elastic.easeOut, 0, 51.2, 1.5, true));
var h = (new mx.transitions.Tween(watermark, "_yscale", mx.transitions.easing.Elastic.easeOut, 0, 51.2, 1.5, true));
play();
Frame 65 (245 B)
var e = (new mx.transitions.Tween(t1, "_x", mx.transitions.easing.Strong.easeOut, t1x, 870, 1.5, true));
t4._x = -200;
t4._alpha = 100;
var f = (new mx.transitions.Tween(t4, "_x", mx.transitions.easing.Strong.easeOut, -200, t4x, 1.5, true));
Frame 130 (621 B)
var a = (new mx.transitions.Tween(t4, "_x", mx.transitions.easing.Strong.easeOut, t4x, -200, 1.5, true));
offer._xscale = (offer._yscale = 0);
offer._alpha = 100;
var c = (new mx.transitions.Tween(offer, "_xscale", mx.transitions.easing.Elastic.easeOut, 0, 100, 1, true));
var d = (new mx.transitions.Tween(offer, "_yscale", mx.transitions.easing.Elastic.easeOut, 0, 100, 1, true));
var g = (new mx.transitions.Tween(watermark, "_xscale", mx.transitions.easing.Strong.easeOut, 51.2, 0, 0.5, true));
var h = (new mx.transitions.Tween(watermark, "_yscale", mx.transitions.easing.Strong.easeOut, 51.2, 0, 0.5, true));
Frame 151 (466 B)
cta._x = -200;
cta._alpha = 100;
cta.cta_cfd._xscale = (cta.cta_cfd._yscale = 0);
var f = (new mx.transitions.Tween(cta, "_x", mx.transitions.easing.Strong.easeOut, 380, ctaX, 1, true));
logo._xscale = (logo._yscale = 0);
logo._alpha = 100;
var v = (new mx.transitions.Tween(logo, "_yscale", mx.transitions.easing.Elastic.easeOut, 0, 100, 1, true));
var w = (new mx.transitions.Tween(logo, "_xscale", mx.transitions.easing.Elastic.easeOut, 0, 100, 1, true));
Frame 170 (234 B)
var a = (new mx.transitions.Tween(cta.cta_cfd, "_xscale", mx.transitions.easing.Elastic.easeOut, 0, 100, 1, true));
var bb = (new mx.transitions.Tween(cta.cta_cfd, "_yscale", mx.transitions.easing.Elastic.easeOut, 0, 100, 1, true));
Frame 250 (17 B)
stop();
Loop();
Frame 251 (539 B)
var a = (new mx.transitions.Tween(cta, "_x", mx.transitions.easing.Strong.easeOut, ctaX, -200, 1.5, true));
var b = (new mx.transitions.Tween(logo, "_alpha", mx.transitions.easing.Strong.easeOut, 100, 0, 1.5, true));
var end = (new mx.transitions.Tween(offer, "_x", mx.transitions.easing.Strong.easeOut, offerX, 900, 1.5, true));
end.onMotionFinished = function () {
t1._alpha = (t4._alpha = (cta._alpha = (offer._alpha = 0)));
t1._x = t1x;
t4._x = t4x;
cta._x = ctaX;
offer._x = offerX;
gotoAndPlay ("start");
};
stop();
Symbol 29 MovieClip [__Packages.mx.transitions.OnEnterFrameBeacon] Frame 0 (465 B)
class mx.transitions.OnEnterFrameBeacon
{
function OnEnterFrameBeacon () {
}
static function init() {
var _local4 = _global.MovieClip;
if (!_root.__OnEnterFrameBeacon) {
mx.transitions.BroadcasterMX.initialize(_local4);
var _local3 = _root.createEmptyMovieClip("__OnEnterFrameBeacon", 9876);
_local3.onEnterFrame = function () {
_global.MovieClip.broadcastMessage("onEnterFrame");
};
}
}
static var version = "1.1.0.52";
}
Symbol 30 MovieClip [__Packages.mx.transitions.BroadcasterMX] Frame 0 (1.25 KiB) ●
class mx.transitions.BroadcasterMX
{
var _listeners;
function BroadcasterMX () {
}
static function initialize(o, dontCreateArray) {
if (o.broadcastMessage != undefined) {
delete o.broadcastMessage;
}
o.addListener = mx.transitions.BroadcasterMX.prototype.addListener;
o.removeListener = mx.transitions.BroadcasterMX.prototype.removeListener;
if (!dontCreateArray) {
o._listeners = new Array();
}
}
function addListener(o) {
removeListener(o);
if (broadcastMessage == undefined) {
broadcastMessage = mx.transitions.BroadcasterMX.prototype.broadcastMessage;
}
return(_listeners.push(o));
}
function removeListener(o) {
var _local2 = _listeners;
var _local3 = _local2.length;
while (_local3--) {
if (_local2[_local3] == o) {
_local2.splice(_local3, 1);
if (!_local2.length) {
broadcastMessage = undefined;
}
return(true);
}
}
return(false);
}
function broadcastMessage() {
var _local5 = String(arguments.shift());
var _local4 = _listeners.concat();
var _local6 = _local4.length;
var _local3 = 0;
while (_local3 < _local6) {
_local4[_local3][_local5].apply(_local4[_local3], arguments);
_local3++;
}
}
static var version = "1.1.0.52";
}
Symbol 31 MovieClip [__Packages.mx.transitions.Tween] Frame 0 (3.83 KiB) ●
class mx.transitions.Tween
{
var obj, prop, begin, useSeconds, _listeners, addListener, prevTime, _time, looping, _duration, broadcastMessage, isPlaying, _fps, prevPos, _pos, change, _intervalID, _startTime;
function Tween (obj, prop, func, begin, finish, duration, useSeconds) {
mx.transitions.OnEnterFrameBeacon.init();
if (!arguments.length) {
return;
}
this.obj = obj;
this.prop = prop;
this.begin = begin;
position = (begin);
this.duration = (duration);
this.useSeconds = useSeconds;
if (func) {
this.func = func;
}
this.finish = (finish);
_listeners = [];
addListener(this);
start();
}
function set time(t) {
prevTime = _time;
if (t > duration) {
if (looping) {
rewind(t - _duration);
update();
broadcastMessage("onMotionLooped", this);
} else {
if (useSeconds) {
_time = _duration;
update();
}
stop();
broadcastMessage("onMotionFinished", this);
}
} else if (t < 0) {
rewind();
update();
} else {
_time = t;
update();
}
//return(time);
}
function get time() {
return(_time);
}
function set duration(d) {
_duration = (((d == null) || (d <= 0)) ? (_global.Infinity) : (d));
//return(duration);
}
function get duration() {
return(_duration);
}
function set FPS(fps) {
var _local2 = isPlaying;
stopEnterFrame();
_fps = fps;
if (_local2) {
startEnterFrame();
}
//return(FPS);
}
function get FPS() {
return(_fps);
}
function set position(p) {
setPosition(p);
//return(position);
}
function setPosition(p) {
prevPos = _pos;
obj[prop] = (_pos = p);
broadcastMessage("onMotionChanged", this, _pos);
updateAfterEvent();
}
function get position() {
return(getPosition());
}
function getPosition(t) {
if (t == undefined) {
t = _time;
}
return(func(t, begin, change, _duration));
}
function set finish(f) {
change = f - begin;
//return(finish);
}
function get finish() {
return(begin + change);
}
function continueTo(finish, duration) {
begin = position;
this.finish = (finish);
if (duration != undefined) {
this.duration = (duration);
}
start();
}
function yoyo() {
continueTo(begin, time);
}
function startEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.addListener(this);
} else {
_intervalID = setInterval(this, "onEnterFrame", 1000 / _fps);
}
isPlaying = true;
}
function stopEnterFrame() {
if (_fps == undefined) {
_global.MovieClip.removeListener(this);
} else {
clearInterval(_intervalID);
}
isPlaying = false;
}
function start() {
rewind();
startEnterFrame();
broadcastMessage("onMotionStarted", this);
}
function stop() {
stopEnterFrame();
broadcastMessage("onMotionStopped", this);
}
function resume() {
fixTime();
startEnterFrame();
broadcastMessage("onMotionResumed", this);
}
function rewind(t) {
_time = ((t == undefined) ? 0 : (t));
fixTime();
update();
}
function fforward() {
time = (_duration);
fixTime();
}
function nextFrame() {
if (useSeconds) {
time = ((getTimer() - _startTime) / 1000);
} else {
time = (_time + 1);
}
}
function onEnterFrame() {
nextFrame();
}
function prevFrame() {
if (!useSeconds) {
time = (_time - 1);
}
}
function toString() {
return("[Tween]");
}
function fixTime() {
if (useSeconds) {
_startTime = getTimer() - (_time * 1000);
}
}
function update() {
position = (getPosition(_time));
}
static var version = "1.1.0.52";
static var __initBeacon = mx.transitions.OnEnterFrameBeacon.init();
static var __initBroadcaster = mx.transitions.BroadcasterMX.initialize(mx.transitions.Tween.prototype, true);
function func(t, b, c, d) {
return(((c * t) / d) + b);
}
}
Symbol 32 MovieClip [__Packages.mx.transitions.easing.Elastic] Frame 0 (1.54 KiB) ●
class mx.transitions.easing.Elastic
{
function Elastic () {
}
static function easeIn(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
t = t - 1;
return((-((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
static function easeOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / d;
if (t == 1) {
return(b + c);
}
if (!p) {
p = d * 0.3;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
return((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) + c) + b);
}
static function easeInOut(t, b, c, d, a, p) {
if (t == 0) {
return(b);
}
t = t / (d / 2);
if (t == 2) {
return(b + c);
}
if (!p) {
p = d * 0.45;
}
if ((!a) || (a < Math.abs(c))) {
a = c;
var _local7 = p / 4;
} else {
var _local7 = (p / (Math.PI*2)) * Math.asin(c / a);
}
if (t < 1) {
t = t - 1;
return((-0.5 * ((a * Math.pow(2, 10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p))) + b);
}
t = t - 1;
return(((((a * Math.pow(2, -10 * t)) * Math.sin((((t * d) - _local7) * (Math.PI*2)) / p)) * 0.5) + c) + b);
}
static var version = "1.1.0.52";
}
Symbol 33 MovieClip [__Packages.mx.transitions.easing.Strong] Frame 0 (545 B)
class mx.transitions.easing.Strong
{
function Strong () {
}
static function easeIn(t, b, c, d) {
t = t / d;
return((((((c * t) * t) * t) * t) * t) + b);
}
static function easeOut(t, b, c, d) {
t = (t / d) - 1;
return((c * (((((t * t) * t) * t) * t) + 1)) + b);
}
static function easeInOut(t, b, c, d) {
t = t / (d / 2);
if (t < 1) {
return(((((((c / 2) * t) * t) * t) * t) * t) + b);
}
t = t - 2;
return(((c / 2) * (((((t * t) * t) * t) * t) + 2)) + b);
}
static var version = "1.1.0.52";
}