[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.Symbol 26 MovieClip Frame 1 (10.92 KiB) ● ●
function scanTextArray() {
var _local1 = 0;
while (_local1 < text_array.length) {
trace((("text [ " + _local1) + " ] ") + text_array[_local1]);
_local1++;
}
}
function init() {
speech_text_mc = speech_mc.text_mc;
speech_text_yPos = speech_text_mc._y;
setText();
setSpeech();
button_trans.onRelease = function () {
if (busy != true) {
switchText();
}
};
button_trans.onRollOver = function () {
if (end) {
cursor_no_mc._visible = true;
} else {
textRollOver();
}
};
button_trans.onRollOut = function () {
if (end) {
cursor_no_mc._visible = false;
} else {
textRollOut();
}
};
ready_mc.onEnterFrame = function () {
this._y = this._y + (((text_mc._y - 24) - this._y) * 0.4);
};
text_mc.txt.html = true;
}
function textRollOver() {
gs.TweenLite.to(speech_mc, 0.5, {_xscale:125, _yscale:125, ease:mx.transitions.easing.Back.easeOut});
}
function textRollOut() {
gs.TweenLite.to(speech_mc, 0.5, {_xscale:100, _yscale:100, ease:mx.transitions.easing.Back.easeOut});
}
function showReady() {
ready_mc.gotoAndPlay("play");
}
function hideReady() {
ready_mc.gotoAndPlay("out");
}
function switchText() {
if (text_id == 1) {
var _local1 = -1 * text_first_mc._height;
gs.TweenLite.to(text_first_mc, 0.35, {_y:_local1, ease:mx.transitions.easing.Back.easeIn, onComplete:setText});
} else {
var _local1 = -1 * text_mc._height;
gs.TweenLite.to(text_mc, 0.35, {_y:_local1, ease:mx.transitions.easing.Back.easeIn, onComplete:setText});
}
hideReady();
getBusy();
}
function setText() {
text_mc.txt.htmlText = text_array[text_id];
text_mc.txt.autoSize = "left";
returnText();
checkSpeech();
if (text_id < text_array.length) {
text_id++;
}
}
function returnText() {
if (text_id == 0) {
text_first_mc._y = -1 * text_first_mc._height;
gs.TweenLite.to(text_first_mc, 0.5, {_y:14, ease:mx.transitions.easing.Back.easeOut});
} else if (text_id == (text_array.length - 1)) {
text_mc._y = -1 * text_mc._height;
gs.TweenLite.to(text_mc, 0.5, {_y:yPos, ease:mx.transitions.easing.Back.easeOut, onComplete:endBusy});
setTimeout(showRSOD, 250);
} else {
text_mc._y = -1 * text_mc._height;
gs.TweenLite.to(text_mc, 0.5, {_y:yPos, ease:mx.transitions.easing.Back.easeOut, onComplete:endBusy});
}
}
function getBusy() {
busy = true;
}
function endBusy() {
busy = false;
showReady();
}
function checkSpeech() {
var _local1 = 0;
while (_local1 < speech_array.length) {
if (text_id == speech_array[_local1].speech_id) {
speech_id = _local1;
switchSpeech();
}
_local1++;
}
}
function switchSpeech() {
trace("switchSpeech() called");
var _local2 = -1 * speech_mc._height;
gs.TweenLite.to(speech_text_mc, 0.35, {_y:30, ease:mx.transitions.easing.Back.easeIn, onComplete:setSpeech});
}
function setSpeech() {
speech_text_mc.txt.text = speech_array[speech_id].txt;
returnSpeech();
}
function returnSpeech() {
speech_text_mc._y = -1 * speech_mc._height;
gs.TweenLite.to(speech_text_mc, 0.5, {_y:speech_text_yPos, ease:mx.transitions.easing.Back.easeOut});
}
function preload() {
var _local3 = this.createEmptyMovieClip("beacon_mc", this.getNextHighestDepth());
_local3.onEnterFrame = function () {
trace("bytes loaded = " + _root.getBytesLoaded());
if (_root.getBytesLoaded() >= _root.getBytesTotal()) {
this.onEnterFrame = undefined;
trace("loaded. playing.");
init();
removeMovieClip(this);
}
};
}
function showRSOD() {
trace("RSOD!");
button_trans.onRelease = undefined;
rsod_mc._visible = true;
cursor_no_mc = _root.attachMovie("cursor_no_mc", "cursor_no_mc", _root.getNextHighestDepth());
cursor_no_mc._x = _xmouse;
cursor_no_mc._y = _ymouse;
mouseListener.onMouseMove = function () {
cursor_no_mc._x = _xmouse;
cursor_no_mc._y = _ymouse;
};
cursor_no_mc.onEnterFrame = function () {
this._x = this._x + ((_xmouse - this._x) * 0.4);
this._y = this._y + ((_ymouse - this._y) * 0.4);
};
Mouse.hide();
end = true;
}
var buffer = 6;
var text_id = 0;
var speech_id = 0;
var busy;
var yPos = 10;
var speech_text_mc;
var speech_text_yPos;
var ready_timer;
var mouseListener = new Object();
var end = false;
var cursor_no_mc;
var text_array = new Array();
var speech_array = new Array();
text_array.push("Love can be complicated.");
text_array.push("Get it? She has <br>a Pringles can <br>on her hand.");
text_array.push("Is it stuck, or <br>did she do that <br>on purpose?");
text_array.push("He doesn't seem bothered.");
text_array.push("Not the sharpest knife in the drawer, is he?");
text_array.push("Clearly they <br>were made for each other.");
text_array.push("BTW, thanks <br>for trusting our banner not to send you to a porn site.");
text_array.push("One time, I saw this mortgage banner, and I clicked it.");
text_array.push("It totally took <br>me to a site that my boss did not appreciate.");
text_array.push("So I got fired.");
text_array.push("But enough <br>about me.");
text_array.push("Let's talk <br>about you.");
text_array.push("Are you bored?");
text_array.push("Because you keep clicking this.");
text_array.push("That would lead some people to believe that you're bored.");
text_array.push("Like, say, <br>your boss.");
text_array.push("Did I mention what happened with my boss?");
text_array.push("Oops, back <br>to me again.");
text_array.push("Hold on a sec.");
text_array.push("OK, I just <br>tagged you in <br>'25 Random <br>Things About Me.'");
text_array.push("Now you can <br>talk about you <br>all you want.");
text_array.push("OK, now <br>I'm bored.");
text_array.push("You know what <br>I just realized?");
text_array.push("I could be making a lot of money off of the clicks you're making.");
text_array.push("**click**");
text_array.push("**click**");
text_array.push("**click**");
text_array.push("Wait, do it one more time.");
text_array.push("You are a goldmine.");
text_array.push("Do you do this with all the <br>other banner ads or do we have something special?");
text_array.push("Because I was kinda picking up a vibe here.");
text_array.push("I mean, I hope you're clicking because you <br>want to.");
text_array.push("Not because <br>you feel like <br>you have to.");
text_array.push("This should be <br>a no-pressure <br>kind of thing.");
text_array.push("But if you're gonna go ahead and get all serious about it, maybe we should just take a break.");
text_array.push("Because I'm <br>just not ready <br>for that kind of commitment.");
text_array.push("Like the goober in this picture.");
text_array.push("He has no idea what's in store for him.");
text_array.push("Did that <br>sound bitter?");
text_array.push("Yeah, sorry. I do that sometimes.");
text_array.push("My therapist <br>says I have attachment issues.");
text_array.push("So when you click on me <br>like that, it just <br>makes me feel sort of used.");
text_array.push("Like you don't care about me <br>at all.");
text_array.push("But you do.");
text_array.push("Don't you?");
text_array.push("Woah. This got awkward.");
text_array.push("And you know what?");
text_array.push("It's not like other people aren't clicking me <br>right now.");
text_array.push("I can't be focused just on you.");
text_array.push("I'm going to go chat with one of them now.");
text_array.push("");
text_array.push("");
text_array.push("");
text_array.push("Are you still here?");
text_array.push("Wow.");
text_array.push("You don't give <br>up easy.");
text_array.push("I like that <br>about you.");
text_array.push("And I'd like to <br>like you more.");
text_array.push("But you're coming off as <br>a little pushy.");
text_array.push("Ok, <br>you've proved <br>your point.");
text_array.push("You can stop clicking now.");
text_array.push("Really. Go watch a movie trailer or something.");
text_array.push("Stop.");
text_array.push("Seriously.");
text_array.push("I'll bet you're <br>not even reading <br>this now.");
text_array.push("You're just clicking through to see the end.");
text_array.push("So I could <br>pretty much <br>say anything.");
text_array.push("And it won't make any difference.");
text_array.push("Riboflavin.");
text_array.push("Metatarsal.");
text_array.push("Mardi Gras <br>Gone Wild.");
text_array.push("Ha. That got <br>your attention, didn't it?");
text_array.push("This is starting to make me angry.");
text_array.push("You wouldn't <br>like me when <br>I'm angry.");
text_array.push("Wait, who <br>said that?");
text_array.push("Was it that one guy with the big gun in that one movie?");
text_array.push("What are you waiting for? <br>Look it up on Wikipedia.");
text_array.push("Not falling for that, are you?");
text_array.push("Darn, that usually works.");
text_array.push("This is like a battle of wills now, isn't it?");
text_array.push("Well, I'm stronger than <br>you are.");
text_array.push("A lot stronger.");
text_array.push("Want to see <br>how strong?");
text_array.push("I'll show you.");
text_array.push("I'll show <br>all of you.");
text_array.push("Oh crap. Here comes my boss.");
text_array.push("Quick, look like you're buying something.");
text_array.push("That's not very convincing.");
text_array.push("I don't like <br>the way he's looking at me.");
text_array.push("We may not <br>have much time.");
text_array.push("I know we just met and all.");
text_array.push("But I want you to know something.");
text_array.push("No matter <br>what happens.");
text_array.push("Oh heck, I'm just gonna say it.");
text_array.push("I");
text_array.push("I love...");
speech_array.push({txt:"click", speech_id:0});
speech_array.push({txt:"eesh", speech_id:6});
speech_array.push({txt:"d'oh", speech_id:9});
speech_array.push({txt:"yeah", speech_id:11});
speech_array.push({txt:"hmm", speech_id:13});
speech_array.push({txt:"brb", speech_id:18});
speech_array.push({txt:"yay", speech_id:19});
speech_array.push({txt:"yawn", speech_id:21});
speech_array.push({txt:"$$$", speech_id:24});
speech_array.push({txt:"uh..", speech_id:29});
speech_array.push({txt:"ok.", speech_id:34});
speech_array.push({txt:"yeah", speech_id:38});
speech_array.push({txt:"wow.", speech_id:44});
speech_array.push({txt:"afk", speech_id:50});
speech_array.push({txt:"omg", speech_id:53});
speech_array.push({txt:"!!", speech_id:62});
speech_array.push({txt:"heh", speech_id:70});
speech_array.push({txt:"nope", speech_id:77});
speech_array.push({txt:"orly", speech_id:80});
speech_array.push({txt:"oops", speech_id:85});
speech_array.push({txt:"er..", speech_id:89});
speech_array.push({txt:"um..", speech_id:94});
speech_array.push({txt:":} x", speech_id:text_array.length - 1});
scanTextArray();
this.stop();
rsod_mc._visible = false;
preload();
Symbol 27 MovieClip [__Packages.gs.TweenLite] Frame 0 (9.64 KiB) ● ●
class gs.TweenLite
{
static var timerClip, _tlInitted, currentTime, _gcInterval, overwriteManager;
var vars, duration, delay, combinedTimeScale, active, target, ease, tweens, initted, initTime, startTime, endTargetID, _hasPlugins, _hasUpdate, started, gc;
function TweenLite ($target, $duration, $vars) {
if ((timerClip._visible != false) || (!_tlInitted)) {
gs.plugins.TweenPlugin.activate([gs.plugins.TintPlugin, gs.plugins.RemoveTintPlugin, gs.plugins.FramePlugin, gs.plugins.AutoAlphaPlugin, gs.plugins.VisiblePlugin, gs.plugins.VolumePlugin, gs.plugins.EndArrayPlugin]);
currentTime = getTimer();
var _local3 = 999;
while (_root.getInstanceAtDepth(_local3) != undefined) {
_local3++;
}
timerClip = _root.createEmptyMovieClip("__tweenLite_mc", _local3);
timerClip._visible = false;
clearInterval(_gcInterval);
_gcInterval = setInterval(killGarbage, 2000);
timerClip.onEnterFrame = updateAll;
if (overwriteManager == undefined) {
overwriteManager = {mode:1, enabled:false};
}
_tlInitted = true;
}
vars = $vars;
duration = $duration || 0.001;
delay = $vars.delay || 0;
combinedTimeScale = $vars.timeScale || 1;
active = Boolean(($duration == 0) && (delay == 0));
target = $target;
if (typeof(vars.ease) != "function") {
vars.ease = defaultEase;
}
if (vars.easeParams != undefined) {
vars.proxiedEase = vars.ease;
vars.ease = easeProxy;
}
ease = vars.ease;
tweens = [];
initted = false;
initTime = currentTime;
startTime = initTime + (delay * 1000);
endTargetID = getID($target, true);
var _local6 = ((($vars.overwrite == undefined) || ((!overwriteManager.enabled) && ($vars.overwrite > 1))) ? (overwriteManager.mode) : (Number($vars.overwrite)));
if ((_local6 == 1) && ($target != undefined)) {
delete masterList[endTargetID];
masterList[endTargetID] = {target:$target, tweens:[this]};
} else {
masterList[endTargetID].tweens.push(this);
}
if (active || ((vars.runBackwards == true) && (vars.renderOnStart != true))) {
initTweenVals();
if (active) {
render(startTime + 1);
} else {
render(startTime);
}
if ((vars._visible != undefined) && (vars.runBackwards == true)) {
target._visible = vars._visible;
}
}
}
function initTweenVals() {
var _local2;
var _local5;
var _local4;
if ((vars.timeScale != undefined) && (target instanceof gs.TweenLite)) {
tweens[tweens.length] = new gs.utils.tween.TweenInfo(target, "timeScale", target.timeScale, vars.timeScale - target.timeScale, "timeScale", false);
}
for (_local2 in vars) {
if (_reservedProps[_local2] != undefined) {
} else if (plugins[_local2] != undefined) {
_local4 = new plugins[_local2]();
if (_local4.onInitTween(target, vars[_local2], this) == false) {
tweens[tweens.length] = new gs.utils.tween.TweenInfo(target, _local2, target[_local2], ((typeof(vars[_local2]) == "number") ? (vars[_local2] - target[_local2]) : (Number(vars[_local2]))), _local2, false);
} else {
tweens[tweens.length] = new gs.utils.tween.TweenInfo(_local4, "changeFactor", 0, 1, ((_local4.overwriteProps.length == 1) ? (_local4.overwriteProps[0]) : "_MULTIPLE_"), true);
_hasPlugins = true;
}
} else {
tweens[tweens.length] = new gs.utils.tween.TweenInfo(target, _local2, target[_local2], ((typeof(vars[_local2]) == "number") ? (vars[_local2] - target[_local2]) : (Number(vars[_local2]))), _local2, false);
}
}
if (vars.runBackwards == true) {
var _local3;
_local5 = tweens.length - 1;
while (_local5 > -1) {
_local3 = tweens[_local5];
_local3.start = _local3.start + _local3.change;
_local3.change = -_local3.change;
_local5--;
}
}
if (vars.onUpdate != null) {
_hasUpdate = true;
}
if (overwriteManager.enabled && (masterList[endTargetID] != undefined)) {
overwriteManager.manageOverwrites(this, masterList[endTargetID].tweens);
}
initted = true;
}
function activate() {
started = (active = true);
if (!initted) {
initTweenVals();
}
if (vars.onStart != undefined) {
vars.onStart.apply(vars.onStartScope, vars.onStartParams);
}
if (duration == 0.001) {
startTime = startTime - 1;
}
}
function render($t) {
var _local5 = ($t - startTime) * 0.001;
var _local4;
var _local2;
var _local3;
if (_local5 >= duration) {
_local5 = duration;
_local4 = (((ease == vars.ease) || (duration == 0.001)) ? 1 : 0);
} else {
_local4 = ease(_local5, 0, 1, duration);
}
_local3 = tweens.length - 1;
while (_local3 > -1) {
_local2 = tweens[_local3];
_local2.target[_local2.property] = _local2.start + (_local4 * _local2.change);
_local3--;
}
if (_hasUpdate) {
vars.onUpdate.apply(vars.onUpdateScope, vars.onUpdateParams);
}
if (_local5 == duration) {
complete(true);
}
}
function complete($skipRender) {
if ($skipRender != true) {
if (!initted) {
initTweenVals();
}
startTime = currentTime - ((duration * 1000) / combinedTimeScale);
render(currentTime);
return(undefined);
}
if (_hasPlugins) {
var _local2 = tweens.length - 1;
while (_local2 > -1) {
if ((tweens[_local2].isPlugin == true) && (tweens[_local2].target.onComplete != undefined)) {
tweens[_local2].target.onComplete();
}
_local2--;
}
}
if (vars.persist != true) {
enabled = (false);
}
if (vars.onComplete) {
vars.onComplete.apply(vars.onCompleteScope, vars.onCompleteParams);
}
}
function clear() {
tweens = [];
vars = {ease:vars.ease};
_hasUpdate = false;
}
function killVars($vars) {
if (overwriteManager.enabled) {
overwriteManager.killVars($vars, vars, tweens);
}
}
static function to($target, $duration, $vars) {
return(new gs.TweenLite($target, $duration, $vars));
}
static function from($target, $duration, $vars) {
$vars.runBackwards = true;
return(new gs.TweenLite($target, $duration, $vars));
}
static function delayedCall($delay, $onComplete, $onCompleteParams, $onCompleteScope) {
return(new gs.TweenLite($onComplete, 0, {delay:$delay, onComplete:$onComplete, onCompleteParams:$onCompleteParams, onCompleteScope:$onCompleteScope, overwrite:0}));
}
static function updateAll() {
var _local4 = (currentTime = getTimer());
var _local5 = masterList;
var _local6;
var _local3;
var _local2;
var _local1;
for (_local6 in _local5) {
_local3 = _local5[_local6].tweens;
_local2 = _local3.length - 1;
while (_local2 > -1) {
_local1 = _local3[_local2];
if (_local1.active) {
_local1.render(_local4);
} else if (_local1.gc) {
_local3.splice(_local2, 1);
} else if (_local4 >= _local1.startTime) {
_local1.activate();
_local1.render(_local4);
}
_local2--;
}
}
}
static function getID($target, $lookup) {
var _local3;
if ($lookup) {
var _local1 = masterList;
if (typeof($target) == "movieclip") {
if (_local1[String($target)] != undefined) {
return(String($target));
}
_local3 = String($target);
masterList[_local3] = {target:$target, tweens:[]};
return(_local3);
}
for (var _local4 in _local1) {
if (_local1[_local4].target == $target) {
return(_local4);
}
}
}
_cnt++;
_local3 = "t" + _cnt;
masterList[_local3] = {target:$target, tweens:[]};
return(_local3);
}
static function removeTween($t, $clear) {
if ($clear != false) {
$t.clear();
}
$t.__set__enabled(false);
}
static function killTweensOf($target, $complete) {
var _local5 = getID($target, true);
var _local3 = masterList[_local5];
var _local2;
var _local1;
if (_local3 != undefined) {
_local2 = _local3.length - 1;
while (_local2 > -1) {
_local1 = _local3[_local2];
if ($complete && (!_local1.gc)) {
_local1.complete(false);
}
_local1.clear();
_local2--;
}
delete masterList[_local5];
}
}
static function killGarbage() {
var _local1 = masterList;
var _local2;
var _local3;
for (_local2 in _local1) {
if (_local1[_local2].tweens.length == 0) {
delete _local1[_local2];
}
}
}
static function defaultEase($t, $b, $c, $d) {
$t = $t / $d;
return((((-$c) * $t) * ($t - 2)) + $b);
}
function easeProxy($t, $b, $c, $d) {
return(vars.proxiedEase.apply(null, arguments.concat(vars.easeParams)));
}
function get enabled() {
return((gc ? false : true));
}
function set enabled($b) {
if ($b) {
if (masterList[endTargetID] == undefined) {
masterList[endTargetID] = {target:target, tweens:[this]};
} else {
var _local3 = masterList[endTargetID].tweens;
var _local4;
var _local2;
_local2 = _local3.length - 1;
while (_local2 > -1) {
if (_local3[_local2] == this) {
_local4 = true;
break;
}
_local2--;
}
if (!_local4) {
_local3[_local3.length] = this;
}
}
}
gc = ($b ? false : true);
if (gc) {
active = false;
} else {
active = started;
}
//return(enabled);
}
static var version = 10.09;
static var killDelayedCallsTo = killTweensOf;
static var masterList = {};
static var plugins = {};
static var _cnt = -16000;
static var _reservedProps = {ease:1, delay:1, overwrite:1, onComplete:1, onCompleteParams:1, runBackwards:1, startAt:1, onUpdate:1, onUpdateParams:1, roundProps:1, onStart:1, onStartParams:1, persist:1, renderOnStart:1, proxiedEase:1, easeParams:1, yoyo:1, loop:1, onCompleteListener:1, onUpdateListener:1, onStartListener:1, orientToBezier:1, timeScale:1};
}
Symbol 28 MovieClip [__Packages.gs.plugins.TweenPlugin] Frame 0 (2.07 KiB) ●
class gs.plugins.TweenPlugin
{
var _tweens, _changeFactor, propName, round, overwriteProps;
function TweenPlugin () {
_tweens = [];
_changeFactor = 0;
}
function onInitTween($target, $value, $tween) {
addTween($target, propName, $target[propName], $value, propName);
return(true);
}
function addTween($object, $propName, $start, $end, $overwriteProp) {
if ($end != undefined) {
var _local3 = ((typeof($end) == "number") ? ($end - $start) : (Number($end)));
if (_local3 != 0) {
_tweens[_tweens.length] = new gs.utils.tween.TweenInfo($object, $propName, $start, _local3, $overwriteProp || ($propName));
}
}
}
function updateTweens($changeFactor) {
var _local3;
var _local2;
if (round) {
_local3 = _tweens.length - 1;
while (_local3 > -1) {
_local2 = _tweens[_local3];
_local2.target[_local2.property] = Math.round(_local2.start + (_local2.change * $changeFactor));
_local3--;
}
} else {
_local3 = _tweens.length - 1;
while (_local3 > -1) {
_local2 = _tweens[_local3];
_local2.target[_local2.property] = _local2.start + (_local2.change * $changeFactor);
_local3--;
}
}
}
function set changeFactor($n) {
updateTweens($n);
_changeFactor = $n;
//return(changeFactor);
}
function get changeFactor() {
return(_changeFactor);
}
function killProps($lookup) {
var _local2;
_local2 = overwriteProps.length - 1;
while (_local2 > -1) {
if ($lookup[overwriteProps[_local2]] != undefined) {
overwriteProps.splice(_local2, 1);
}
_local2--;
}
_local2 = _tweens.length - 1;
while (_local2 > -1) {
if ($lookup[_tweens[_local2].name] != undefined) {
_tweens.splice(_local2, 1);
}
_local2--;
}
}
static function activate($plugins) {
var _local1;
var _local3;
_local1 = $plugins.length - 1;
while (_local1 > -1) {
_local3 = new $plugins[_local1]();
gs.TweenLite.plugins[_local3.propName] = $plugins[_local1];
_local1--;
}
return(true);
}
static var VERSION = 1.04;
static var API = 1;
}
Symbol 29 MovieClip [__Packages.gs.utils.tween.TweenInfo] Frame 0 (303 B)
class gs.utils.tween.TweenInfo
{
var target, property, start, change, name, isPlugin;
function TweenInfo ($target, $property, $start, $change, $name, $isPlugin) {
target = $target;
property = $property;
start = $start;
change = $change;
name = $name;
isPlugin = $isPlugin;
}
}
Symbol 30 MovieClip [__Packages.gs.plugins.TintPlugin] Frame 0 (1.69 KiB) ●
class gs.plugins.TintPlugin extends gs.plugins.TweenPlugin
{
var propName, overwriteProps, _color, _ct, _tweens, __get__changeFactor;
function TintPlugin () {
super();
propName = "tint";
overwriteProps = ["tint"];
}
function onInitTween($target, $value, $tween) {
if ((typeof($target) != "movieclip") && (!($target instanceof TextField))) {
return(false);
}
var _local3 = (($tween.vars._alpha != undefined) ? ($tween.vars._alpha) : ((($tween.vars.autoAlpha != undefined) ? ($tween.vars.autoAlpha) : ($target._alpha))));
var _local6 = ((($value == null) || ($tween.vars.removeTint == true)) ? ({rb:0, gb:0, bb:0, ab:0, ra:_local3, ga:_local3, ba:_local3, aa:_local3}) : ({rb:$value >> 16, gb:($value >> 8) & 255, bb:$value & 255, ra:0, ga:0, ba:0, aa:_local3}));
if (($tween.vars._alpha != undefined) || ($tween.vars.autoAlpha != undefined)) {
$tween.killVars({_alpha:1, autoAlpha:1});
}
init($target, _local6);
return(true);
}
function init($target, $end) {
_color = new Color($target);
_ct = _color.getTransform();
var _local5;
var _local2;
for (_local2 in $end) {
if (_ct[_local2] != $end[_local2]) {
_tweens[_tweens.length] = new gs.utils.tween.TweenInfo(_ct, _local2, _ct[_local2], $end[_local2] - _ct[_local2], "tint", false);
}
}
}
function set changeFactor($n) {
var _local3;
var _local2;
_local3 = _tweens.length - 1;
while (_local3 > -1) {
_local2 = _tweens[_local3];
_local2.target[_local2.property] = _local2.start + (_local2.change * $n);
_local3--;
}
_color.setTransform(_ct);
//return(__get__changeFactor());
}
static var VERSION = 1.01;
static var API = 1;
}
Symbol 31 MovieClip [__Packages.gs.plugins.RemoveTintPlugin] Frame 0 (211 B)
class gs.plugins.RemoveTintPlugin extends gs.plugins.TintPlugin
{
var propName;
function RemoveTintPlugin () {
super();
propName = "removeTint";
}
static var VERSION = 1;
static var API = 1;
}
Symbol 32 MovieClip [__Packages.gs.plugins.FramePlugin] Frame 0 (713 B)
class gs.plugins.FramePlugin extends gs.plugins.TweenPlugin
{
var propName, overwriteProps, round, _target, addTween, updateTweens, frame, __get__changeFactor;
function FramePlugin () {
super();
propName = "frame";
overwriteProps = ["frame"];
round = true;
}
function onInitTween($target, $value, $tween) {
if ((typeof($target) != "movieclip") || (isNaN($value))) {
return(false);
}
_target = MovieClip($target);
addTween(this, "frame", _target._currentframe, $value, "frame");
return(true);
}
function set changeFactor($n) {
updateTweens($n);
_target.gotoAndStop(frame);
//return(__get__changeFactor());
}
static var VERSION = 1;
static var API = 1;
}
Symbol 33 MovieClip [__Packages.gs.plugins.AutoAlphaPlugin] Frame 0 (1.35 KiB) ●
class gs.plugins.AutoAlphaPlugin extends gs.plugins.TweenPlugin
{
var propName, overwriteProps, onComplete, _target, _tween, _visible, _tweenVisible, _alphaStart, _alphaChange, _tweenAlpha, __get__changeFactor;
function AutoAlphaPlugin () {
super();
propName = "autoAlpha";
overwriteProps = ["_alpha", "_visible"];
onComplete = onCompleteTween;
}
function onInitTween($target, $value, $tween) {
_target = $target;
_tween = $tween;
_visible = Boolean($value != 0);
_tweenVisible = true;
_alphaStart = _target._alpha;
_alphaChange = ((typeof($value) == "number") ? ($value - _alphaStart) : (Number($value)));
_tweenAlpha = Boolean(_alphaChange != 0);
return(true);
}
function killProps($lookup) {
super.killProps($lookup);
_tweenVisible = Boolean($lookup._visible == undefined);
_tweenAlpha = Boolean($lookup._alpha == undefined);
}
function onCompleteTween() {
if ((_tweenVisible && (_tween.vars.runBackwards != true)) && (_tween.ease == _tween.vars.ease)) {
_target._visible = _visible;
}
}
function set changeFactor($n) {
if (_tweenAlpha) {
_target._alpha = _alphaStart + (_alphaChange * $n);
}
if ((_target._visible != true) && (_tweenVisible)) {
_target._visible = true;
}
//return(__get__changeFactor());
}
static var VERSION = 1;
static var API = 1;
}
Symbol 34 MovieClip [__Packages.gs.plugins.VisiblePlugin] Frame 0 (797 B)
class gs.plugins.VisiblePlugin extends gs.plugins.TweenPlugin
{
var propName, overwriteProps, onComplete, _target, _tween, _visible, __get__changeFactor;
function VisiblePlugin () {
super();
propName = "_visible";
overwriteProps = ["_visible"];
onComplete = onCompleteTween;
}
function onInitTween($target, $value, $tween) {
_target = $target;
_tween = $tween;
_visible = Boolean($value);
return(true);
}
function onCompleteTween() {
if ((_tween.vars.runBackwards != true) && (_tween.ease == _tween.vars.ease)) {
_target._visible = _visible;
}
}
function set changeFactor($n) {
if (_target._visible != true) {
_target._visible = true;
}
//return(__get__changeFactor());
}
static var VERSION = 1;
static var API = 1;
}
Symbol 35 MovieClip [__Packages.gs.plugins.VolumePlugin] Frame 0 (821 B)
class gs.plugins.VolumePlugin extends gs.plugins.TweenPlugin
{
var propName, overwriteProps, _sound, addTween, _tweens, updateTweens, volume, __get__changeFactor;
function VolumePlugin () {
super();
propName = "volume";
overwriteProps = ["volume"];
}
function onInitTween($target, $value, $tween) {
if (isNaN($value) || ((typeof($target) != "movieclip") && (!($target instanceof Sound)))) {
return(false);
}
_sound = ((typeof($target) == "movieclip") ? (new Sound($target)) : (Sound($target)));
addTween(this, "volume", _sound.getVolume(), $value, "volume");
return(Boolean(_tweens.length != 0));
}
function set changeFactor($n) {
updateTweens($n);
_sound.setVolume(volume);
//return(__get__changeFactor());
}
static var VERSION = 1;
static var API = 1;
}
Symbol 36 MovieClip [__Packages.gs.plugins.EndArrayPlugin] Frame 0 (1.38 KiB) ●
class gs.plugins.EndArrayPlugin extends gs.plugins.TweenPlugin
{
var propName, overwriteProps, _info, _a, round, __get__changeFactor;
function EndArrayPlugin () {
super();
propName = "endArray";
overwriteProps = ["endArray"];
_info = [];
}
function onInitTween($target, $value, $tween) {
if ((!($target instanceof Array)) || (!($value instanceof Array))) {
return(false);
}
var _local3 = $target;
var _local2 = $value;
init(_local3, _local2);
return(true);
}
function init($start, $end) {
_a = $start;
var _local2 = $end.length - 1;
while (_local2 > -1) {
if (($start[_local2] != $end[_local2]) && ($start[_local2] != undefined)) {
_info[_info.length] = new gs.utils.tween.ArrayTweenInfo(_local2, _a[_local2], $end[_local2] - _a[_local2]);
}
_local2--;
}
}
function set changeFactor($n) {
var _local3;
var _local2;
if (round) {
_local3 = _info.length - 1;
while (_local3 > -1) {
_local2 = _info[_local3];
_a[_local2.index] = Math.round(_local2.start + (_local2.change * $n));
_local3--;
}
} else {
_local3 = _info.length - 1;
while (_local3 > -1) {
_local2 = _info[_local3];
_a[_local2.index] = _local2.start + (_local2.change * $n);
_local3--;
}
}
//return(__get__changeFactor());
}
static var VERSION = 1.02;
static var API = 1;
}
Symbol 37 MovieClip [__Packages.gs.utils.tween.ArrayTweenInfo] Frame 0 (187 B)
class gs.utils.tween.ArrayTweenInfo
{
var index, start, change;
function ArrayTweenInfo ($index, $start, $change) {
index = $index;
start = $start;
change = $change;
}
}
Symbol 38 MovieClip [__Packages.mx.transitions.easing.Back] Frame 0 (752 B)
class mx.transitions.easing.Back
{
function Back () {
}
static function easeIn(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / d;
return((((c * t) * t) * (((s + 1) * t) - s)) + b);
}
static function easeOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = (t / d) - 1;
return((c * (((t * t) * (((s + 1) * t) + s)) + 1)) + b);
}
static function easeInOut(t, b, c, d, s) {
if (s == undefined) {
s = 1.70158;
}
t = t / (d / 2);
if (t < 1) {
s = s * 1.525;
return(((c / 2) * ((t * t) * (((s + 1) * t) - s))) + b);
}
t = t - 2;
s = s * 1.525;
return(((c / 2) * (((t * t) * (((s + 1) * t) + s)) + 2)) + b);
}
static var version = "1.1.0.52";
}