Frame 1
mochi.MochiServices.connect("b0500ae3f4a4b206");
if (_root.addedscore) {
_root.gotoAndStop(4);
}
if (_root.scored) {
_root.gotoAndStop(4);
}
Frame 2
stop();
Instance of Symbol 121 MovieClip in Frame 2
on (release) {
getURL ("http://www.yougame.com/", "_top");
}
Frame 3
function nothing() {
}
stop();
MochiAd.showPreGameAd({id:"b0500ae3f4a4b206", res:"600x400"});
Frame 4
function nothing() {
}
com.novelgames.flashgames.commonAS2.MainDevelopment.initialize(this);
stop();
Symbol 9 MovieClip [MusicButton ] Frame 1
#initclip 56
Object.registerClass("MusicButton ", com.novelgames.flashgames.commonAS2.MusicButton);
#endinitclip
Symbol 11 MovieClip [InstructionsButton] Frame 1
#initclip 38
Object.registerClass("InstructionsButton", com.novelgames.flashgames.commonAS2.InstructionsButton);
#endinitclip
Symbol 14 MovieClip [MuteButton] Frame 1
#initclip 39
Object.registerClass("MuteButton", com.novelgames.flashgames.commonAS2.MuteButton);
#endinitclip
Symbol 17 MovieClip [Marks] Frame 1
#initclip 40
Object.registerClass("Marks", com.novelgames.flashgames.taxiAS2.Marks);
#endinitclip
Symbol 20 MovieClip [RoadObject] Frame 1
#initclip 41
Object.registerClass("RoadObject", com.novelgames.flashgames.taxiAS2.RoadObject);
#endinitclip
Symbol 21 MovieClip [Things] Frame 1
#initclip 42
Object.registerClass("Things", com.novelgames.flashgames.taxiAS2.Things);
#endinitclip
Symbol 22 MovieClip [empty] Frame 1
#initclip 43
Object.registerClass("empty", com.novelgames.flashgames.commonAS2.NewMovieClip);
#endinitclip
Symbol 35 MovieClip [Message] Frame 1
#initclip 44
Object.registerClass("Message", com.novelgames.flashgames.taxiAS2.Message);
#endinitclip
Symbol 36 MovieClip [Game] Frame 1
#initclip 45
Object.registerClass("Game", com.novelgames.flashgames.taxiAS2.Game);
#endinitclip
Symbol 38 MovieClip [Taxi] Frame 1
#initclip 46
Object.registerClass("Taxi", com.novelgames.flashgames.taxiAS2.Taxi);
#endinitclip
Symbol 40 MovieClip [spark] Frame 1
#initclip 47
Object.registerClass("spark", com.novelgames.flashgames.commonAS2.NewMovieClip);
#endinitclip
Symbol 42 MovieClip [carColour] Frame 1
#initclip 48
Object.registerClass("carColour", com.novelgames.flashgames.commonAS2.NewMovieClip);
#endinitclip
Symbol 44 MovieClip [Car] Frame 1
#initclip 49
Object.registerClass("Car", com.novelgames.flashgames.taxiAS2.Car);
#endinitclip
Symbol 46 MovieClip [Thing] Frame 1
#initclip 50
Object.registerClass("Thing", com.novelgames.flashgames.taxiAS2.Thing);
#endinitclip
Symbol 48 MovieClip [Flag] Frame 1
#initclip 51
Object.registerClass("Flag", com.novelgames.flashgames.taxiAS2.Flag);
#endinitclip
Symbol 63 MovieClip [Instructions] Frame 1
#initclip 52
Object.registerClass("Instructions", com.novelgames.flashgames.commonAS2.Instructions);
#endinitclip
Symbol 70 MovieClip [MessageLevel] Frame 1
#initclip 53
Object.registerClass("MessageLevel", com.novelgames.flashgames.taxiAS2.MessageLevel);
#endinitclip
Symbol 76 MovieClip [MessagePlayAgain] Frame 1
#initclip 54
Object.registerClass("MessagePlayAgain", com.novelgames.flashgames.taxiAS2.MessagePlayAgain);
#endinitclip
function nothing() {
trace("wow");
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip [MessagePlayAgain] Frame 1
on (release) {
_root.scored = true;
mochi.MochiScores.showLeaderboard({boardID:"1fd41cbfde4fdf97", score:_root.highscore, name:playername, onClose:_root.gotoAndStop(4)});
}
Symbol 79 Button
on (release) {
mochi.MochiScores.showLeaderboard({boardID:"1fd41cbfde4fdf97", onClose:closed});
}
Symbol 82 Button
on (release) {
getURL ("http://www.yougame.com/", "_top");
}
Symbol 90 Button
on (release) {
getURL ("http://www.yougame.com/", "_top");
}
Symbol 100 MovieClip [Title] Frame 1
#initclip 55
Object.registerClass("Title", com.novelgames.flashgames.commonAS2.Title);
#endinitclip
function closed() {
}
Symbol 124 MovieClip [__Packages.mochi.MochiScores] Frame 0
class mochi.MochiScores
{
static var boardID, onClose, onError;
function MochiScores () {
}
static function setBoardID(boardID) {
mochi.MochiScores.boardID = boardID;
mochi.MochiServices.send("scores_setBoardID", {boardID:boardID});
}
static function showLeaderboard(options) {
if (options.clip != null) {
if (options.clip != mochi.MochiServices.__get__clip()) {
mochi.MochiServices.disconnect();
mochi.MochiServices.connect(mochi.MochiServices.__get__id(), options.clip);
}
delete options.clip;
}
if (options.name != null) {
if (typeof(options.name) == "object") {
if (options.name.text != undefined) {
options.name = options.name.text;
}
}
}
if (options.score != null) {
if (typeof(options.score) == "object") {
if (options.score.text != undefined) {
options.score = options.score.text;
}
}
}
if (options.onDisplay != null) {
options.onDisplay();
} else {
mochi.MochiServices.__get__clip().stop();
}
if (options.onClose != null) {
onClose = options.onClose;
} else {
onClose = function () {
mochi.MochiServices.__get__clip().play();
};
}
if (options.onError != null) {
onError = options.onError;
} else {
onError = onClose;
}
if (options.boardID == null) {
if (boardID != null) {
options.boardID = boardID;
}
}
mochi.MochiServices.send("scores_showLeaderboard", {options:options}, null, doClose);
}
static function closeLeaderboard() {
mochi.MochiServices.send("scores_closeLeaderboard");
}
static function getPlayerInfo(callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_getPlayerInfo", null, callbackObj, callbackMethod);
}
static function submit(score, name, callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_submit", {score:score, name:name}, callbackObj, callbackMethod);
}
static function requestList(callbackObj, callbackMethod) {
mochi.MochiServices.send("scores_requestList", null, callbackObj, callbackMethod);
}
static function scoresArrayToObjects(scores) {
var _local5 = {};
var _local1;
var _local4;
var _local2;
var _local6;
for (var _local8 in scores) {
if (typeof(scores[_local8]) == "object") {
if ((scores[_local8].cols != null) && (scores[_local8].rows != null)) {
_local5[_local8] = [];
_local2 = scores[_local8];
_local4 = 0;
while (_local4 < _local2.rows.length) {
_local6 = {};
_local1 = 0;
while (_local1 < _local2.cols.length) {
_local6[_local2.cols[_local1]] = _local2.rows[_local4][_local1];
_local1++;
}
_local5[_local8].push(_local6);
_local4++;
}
} else {
_local5[_local8] = {};
for (var _local7 in scores[_local8]) {
_local5[_local8][_local7] = scores[_local8][_local7];
}
}
} else {
_local5[_local8] = scores[_local8];
}
}
return(_local5);
}
static function doClose(args) {
if (args.error == true) {
if (args.errorCode == undefined) {
args.errorCode = "IOError";
}
onError.apply(null, [args.errorCode]);
} else {
onClose.apply();
}
}
}
Symbol 125 MovieClip [__Packages.mochi.MochiServices] Frame 0
class mochi.MochiServices
{
static var _id, _container, _clip, _sendChannelName, _rcvChannelName, __get__comChannelName, onError, _listenChannel, _rcvChannel, _loader, _loaderListener, _sendChannel;
function MochiServices () {
}
static function get id() {
return(_id);
}
static function get clip() {
return(_container);
}
static function get childClip() {
return(_clip);
}
static function getVersion() {
return("1.2");
}
static function allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function get isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function set comChannelName(val) {
if (val != undefined) {
if (val.length > 3) {
_sendChannelName = val + "_fromgame";
_rcvChannelName = val;
initComChannels();
}
}
//return(__get__comChannelName());
}
static function get connected() {
return(_connected);
}
static function connect(id, clip, onError) {
if ((!_connected) && (_clip == undefined)) {
trace("MochiServices Connecting...");
_connecting = true;
init(id, clip);
}
if (onError != undefined) {
mochi.MochiServices.onError = onError;
} else if (mochi.MochiServices.onError == undefined) {
mochi.MochiServices.onError = function (errorCode) {
trace(errorCode);
};
}
}
static function disconnect() {
if (_connected || (_connecting)) {
_connecting = (_connected = false);
flush(true);
if (_clip != undefined) {
_clip.removeMovieClip();
delete _clip;
}
_listenChannel.close();
_rcvChannel.close();
}
}
static function init(id, clip) {
_id = id;
if (clip != undefined) {
_container = clip;
} else {
_container = _root;
}
loadCommunicator(id, _container);
}
static function loadCommunicator(id, clip) {
var _local2 = "_mochiservices_com_" + id;
if (_clip != null) {
return(_clip);
}
if (!isNetworkAvailable) {
return(null);
}
allowDomains(_gatewayURL);
_clip = clip.createEmptyMovieClip(_local2, 10336, false);
_loader = new MovieClipLoader();
if (_loaderListener.waitInterval != null) {
clearInterval(_loaderListener.waitInterval);
}
_loaderListener = {};
_loaderListener.onLoadError = function (target_mc, errorCode, httpStatus) {
trace("MochiServices could not load.");
mochi.MochiServices.disconnect();
mochi.MochiServices.onError.apply(null, [errorCode]);
};
_loaderListener.onLoadStart = function (target_mc) {
this.isLoading = true;
};
_loaderListener.startTime = getTimer();
_loaderListener.wait = function () {
if ((getTimer() - this.startTime) > 10000) {
if (!this.isLoading) {
mochi.MochiServices.disconnect();
mochi.MochiServices.onError.apply(null, ["IOError"]);
}
clearInterval(this.waitInterval);
}
};
_loaderListener.waitInterval = setInterval(_loaderListener, "wait", 1000);
_loader.addListener(_loaderListener);
_loader.loadClip(_gatewayURL, _clip);
_sendChannel = new LocalConnection();
_sendChannel._queue = [];
_rcvChannel = new LocalConnection();
_rcvChannel.allowDomain = function (d) {
return(true);
};
_rcvChannel.allowInsecureDomain = _rcvChannel.allowDomain;
_rcvChannel._nextcallbackID = 0;
_rcvChannel._callbacks = {};
listen();
return(_clip);
}
static function onStatus(infoObject) {
if (!(infoObject.level === "error")) {
} else {
_connected = false;
_listenChannel.connect(_listenChannelName);
}
}
static function listen() {
_listenChannel = new LocalConnection();
_listenChannel.handshake = function (args) {
mochi.MochiServices.__set__comChannelName(args.newChannel);
};
_listenChannel.allowDomain = function (d) {
return(true);
};
_listenChannel.allowInsecureDomain = _listenChannel.allowDomain;
_listenChannel.connect(_listenChannelName);
trace("Waiting for MochiAds services to connect...");
}
static function initComChannels() {
if (!_connected) {
_sendChannel.onStatus = function (infoObject) {
mochi.MochiServices.onStatus(infoObject);
};
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"handshakeDone"});
_sendChannel.send(_sendChannelName, "onReceive", {methodName:"registerGame", id:_id, clip:_clip, version:getVersion()});
_rcvChannel.onStatus = function (infoObject) {
mochi.MochiServices.onStatus(infoObject);
};
_rcvChannel.onReceive = function (pkg) {
var _local5 = pkg.callbackID;
var _local4 = this._callbacks[_local5];
if (!_local4) {
return(undefined);
}
var _local2 = _local4.callbackMethod;
var _local3 = _local4.callbackObject;
if (_local3 && (typeof(_local2) == "string")) {
_local2 = _local3[_local2];
}
if (_local2 != undefined) {
_local2.apply(_local3, pkg.args);
}
delete this._callbacks[_local5];
};
_rcvChannel.onError = function () {
mochi.MochiServices.onError.apply(null, ["IOError"]);
};
_rcvChannel.connect(_rcvChannelName);
trace("connected!");
_connecting = false;
_connected = true;
_listenChannel.close();
while (_sendChannel._queue.length > 0) {
_sendChannel.send(_sendChannelName, "onReceive", _sendChannel._queue.shift());
}
}
}
static function flush(error) {
var _local1;
var _local2;
while (_sendChannel._queue.length > 0) {
_local1 = _sendChannel._queue.shift();
if (_local1.callbackID != null) {
_local2 = _rcvChannel._callbacks[_local1.callbackID];
}
delete _rcvChannel._callbacks[_local1.callbackID];
if (error) {
handleError(_local1.args, _local2.callbackObject, _local2.callbackMethod);
}
}
}
static function handleError(args, callbackObject, callbackMethod) {
if (args != null) {
if (args.onError != null) {
args.onError.apply(null, ["NotConnected"]);
}
}
if (callbackMethod != null) {
args = {};
args.error = true;
args.errorCode = "NotConnected";
if ((callbackObject != null) && (typeof(callbackMethod) == "string")) {
callbackObject[callbackMethod](args);
} else if (callbackMethod != null) {
callbackMethod.apply(args);
}
}
}
static function send(methodName, args, callbackObject, callbackMethod) {
if (_connected) {
_sendChannel.send(_sendChannelName, "onReceive", {methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID});
} else {
if ((_clip == undefined) || (!_connecting)) {
onError.apply(null, ["NotConnected"]);
handleError(args, callbackObject, callbackMethod);
flush(true);
return(undefined);
}
_sendChannel._queue.push({methodName:methodName, args:args, callbackID:_rcvChannel._nextcallbackID});
}
_rcvChannel._callbacks[_rcvChannel._nextcallbackID] = {callbackObject:callbackObject, callbackMethod:callbackMethod};
_rcvChannel._nextcallbackID++;
}
static var _gatewayURL = "http://www.mochiads.com/static/lib/services/services.swf";
static var _listenChannelName = "__mochiservices";
static var _connecting = false;
static var _connected = false;
}
Symbol 126 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewMovieClip] Frame 0
class com.novelgames.flashgames.commonAS2.NewMovieClip extends MovieClip
{
var _parent, _x, _y, _rotation, _visible, _alpha, _width, _height, _xscale, _yscale, _xmouse, _ymouse, _totalframes, _currentframe, _name, __mask, useHandCursor, __mouseEnabled, __mouseChildren, __numChildren, getInstanceAtDepth, getNextHighestDepth, onRelease, onRollOver, onRollOut, onPress, onReleaseOutside, onMouseMove, onEnterFrame, getURL, createMovieCount, attachMovie, createEmptyMovieClip;
function NewMovieClip () {
super();
}
function get parent() {
return(_parent);
}
function set x(x) {
_x = x;
//return(this.x);
}
function get x() {
return(_x);
}
function set y(y) {
_y = y;
//return(this.y);
}
function get y() {
return(_y);
}
function set rotation(rotation) {
_rotation = rotation;
//return(this.rotation);
}
function get rotation() {
return(_rotation);
}
function set visible(visible) {
_visible = visible;
//return(this.visible);
}
function get visible() {
return(_visible);
}
function set alpha(alpha) {
_alpha = alpha * 100;
//return(this.alpha);
}
function get alpha() {
return(_alpha / 100);
}
function get width() {
return(_width);
}
function set width(width) {
_width = width;
//return(this.width);
}
function get height() {
return(_height);
}
function set height(height) {
_height = height;
//return(this.height);
}
function set scaleX(scaleX) {
_xscale = scaleX * 100;
//return(this.scaleX);
}
function get scaleX() {
return(_xscale / 100);
}
function set scaleY(scaleY) {
_yscale = scaleY * 100;
//return(this.scaleY);
}
function get scaleY() {
return(_yscale / 100);
}
function set mouseX(mouseX) {
_xmouse = mouseX;
//return(this.mouseX);
}
function get mouseX() {
return(_xmouse);
}
function set mouseY(mouseY) {
_ymouse = mouseY;
//return(this.mouseY);
}
function get mouseY() {
return(_ymouse);
}
function get totalFrames() {
return(_totalframes);
}
function get currentFrame() {
return(_currentframe);
}
function get name() {
return(_name);
}
function set mask(mask) {
__mask = mask;
super.setMask(mask);
//return(this.mask);
}
function get mask() {
return(__mask);
}
function set buttonMode(buttonMode) {
useHandCursor = buttonMode;
//return(this.buttonMode);
}
function get buttonMode() {
return(useHandCursor);
}
function set mouseEnabled(mouseEnabled) {
__mouseEnabled = mouseEnabled;
//return(this.mouseEnabled);
}
function get mouseEnabled() {
return(__mouseEnabled);
}
function set mouseChildren(mouseChildren) {
__mouseChildren = mouseChildren;
//return(this.mouseChildren);
}
function get mouseChildren() {
return(__mouseChildren);
}
function get stage() {
return(com.novelgames.flashgames.commonAS2.NewStage.getNewStage());
}
function set numChildren(numChildren) {
__numChildren = numChildren;
//return(this.numChildren);
}
function get numChildren() {
if (__numChildren == undefined) {
__numChildren = 0;
}
return(__numChildren);
}
function get graphics() {
return(this);
}
function startDrag(lockCenter, bounds) {
if (lockCenter == undefined) {
super.startDrag();
} else if (bounds == undefined) {
super.startDrag(lockCenter);
} else {
super.startDrag(lockCenter, bounds.__get__left(), bounds.__get__top(), bounds.__get__right(), bounds.__get__bottom());
}
}
function beginFill(colour, alpha) {
if (alpha == undefined) {
alpha = 1;
}
super.beginFill(colour, alpha * 100);
}
function getBounds(target) {
var _local2 = super.getBounds(target);
return(new com.novelgames.flashgames.commonAS2.Rectangle(_local2.xMin, _local2.yMin, _local2.xMax - _local2.xMin, _local2.yMax - _local2.yMin));
}
function localToGlobal(point) {
var _local2 = {x:point.x, y:point.y};
super.localToGlobal(_local2);
return(_local2);
}
function globalToLocal(point) {
var _local2 = {x:point.x, y:point.y};
super.globalToLocal(_local2);
return(_local2);
}
function hitTestPoint(x, y, shapeFlag) {
if (shapeFlag == undefined) {
return(super.hitTest(x, y));
}
return(super.hitTest(x, y, shapeFlag));
}
function hitTestObject(obj) {
return(super.hitTest(obj));
}
function addChild(movieClip) {
if (movieClip.addedToParent) {
return(undefined);
}
if (movieClip._parent != this) {
trace("wrong addChild: " + [this, movieClip]);
}
if (movieClip == null) {
return(undefined);
}
addChildAt(movieClip, numChildren);
}
function addChildAt(movieClip, index) {
if (movieClip.addedToParent) {
return(undefined);
}
if (movieClip._parent != this) {
trace("wrong addChildAt: " + [this, movieClip]);
}
if (movieClip == null) {
return(undefined);
}
movieClip.addedToParent = true;
numChildren = ((numChildren+1));
setChildIndex(movieClip, index);
}
function removeChild(movieClip) {
if (!movieClip.addedToParent) {
return(undefined);
}
removeChildAt(movieClip.getDepth());
}
function removeChildAt(index) {
var _local5 = getInstanceAtDepth(index);
var _local3;
var _local2;
if (!_local5.addedToParent) {
return(undefined);
}
_local5.removeMovieClip();
_local3 = getNextHighestDepth();
_local2 = index + 1;
while (_local2 < _local3) {
getInstanceAtDepth(_local2).swapDepths(_local2 - 1);
_local2++;
}
numChildren = ((numChildren-1));
}
function setChildIndex(child, index) {
var _local3 = child.getDepth();
var _local2;
var _local1;
if (_local3 == index) {
return(undefined);
}
_local2 = ((_local3 < index) ? 1 : -1);
_local1 = _local3;
while (_local1 != index) {
child.swapDepths(_local1 + _local2);
_local1 = _local1 + _local2;
}
}
function getChildIndex(child) {
return(child.getDepth());
}
function getChildAt(index) {
return(com.novelgames.flashgames.commonAS2.NewMovieClip(getInstanceAtDepth(index)));
}
function addEventListener(type, listenerObject, listenerFunctionName) {
switch (type) {
case com.novelgames.flashgames.commonAS2.MouseEvent.CLICK :
onRelease = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this));
};
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.ROLL_OVER :
onRollOver = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this));
};
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.ROLL_OUT :
onRollOut = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this));
};
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN :
onPress = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this));
};
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_UP :
onRelease = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this));
};
onReleaseOutside = onRelease;
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_MOVE :
onMouseMove = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this));
};
break;
case com.novelgames.flashgames.commonAS2.Event.ENTER_FRAME :
onEnterFrame = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.MouseEvent(this));
};
}
}
function removeEventListener(type) {
switch (type) {
case com.novelgames.flashgames.commonAS2.MouseEvent.CLICK :
onRelease = null;
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.ROLL_OVER :
onRollOver = null;
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.ROLL_OUT :
onRollOut = null;
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_DOWN :
onPress = null;
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_UP :
onRelease = null;
onReleaseOutside = null;
break;
case com.novelgames.flashgames.commonAS2.MouseEvent.MOUSE_MOVE :
onMouseMove = null;
break;
case com.novelgames.flashgames.commonAS2.Event.ENTER_FRAME :
onEnterFrame = null;
}
}
function navigateToURL(urlRequest, window) {
getURL(urlRequest.url, window);
}
function createMovie(name) {
var _local4 = getNextHighestDepth();
var _local2;
if (createMovieCount == undefined) {
createMovieCount = 0;
}
if (name) {
_local2 = attachMovie(name, (name + "_") + createMovieCount, _local4);
} else {
_local2 = createEmptyMovieClip((name + "_") + createMovieCount, _local4);
_local2.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype;
}
_local2.addedToParent = false;
createMovieCount++;
return(_local2);
}
function createSound(name) {
return(new com.novelgames.flashgames.commonAS2.NewSound(this, name));
}
}
Symbol 127 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewStage] Frame 0
class com.novelgames.flashgames.commonAS2.NewStage
{
var addedListener, onKeyDown, onKeyUp;
function NewStage () {
addedListener = false;
onKeyDown = null;
onKeyUp = null;
}
static function getNewStage() {
if (newStage == null) {
newStage = new com.novelgames.flashgames.commonAS2.NewStage();
}
return(newStage);
}
function get stageWidth() {
return(Stage.width);
}
function get stageHeight() {
return(Stage.height);
}
function set focus(object) {
Selection.setFocus(object);
//return(focus);
}
function get focus() {
return(Selection.getFocus());
}
function addEventListener(type, listenerObject, listenerFunctionName) {
if (!addedListener) {
Key.addListener(this);
addedListener = true;
}
switch (type) {
case com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_DOWN :
onKeyDown = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.KeyboardEvent(this));
};
break;
case com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_UP :
onKeyUp = function () {
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.KeyboardEvent(this));
};
}
}
function removeEventListener(type) {
switch (type) {
case com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_DOWN :
onKeyDown = null;
break;
case com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_UP :
onKeyUp = null;
}
}
static var newStage = null;
}
Symbol 128 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.KeyboardEvent] Frame 0
class com.novelgames.flashgames.commonAS2.KeyboardEvent
{
function KeyboardEvent () {
}
function get charCode() {
return(Key.getAscii());
}
function get keyCode() {
return(Key.getCode());
}
function updateAfterEvent() {
_global.updateAfterEvent();
}
static var KEY_DOWN = "keyDown";
static var KEY_UP = "keyUp";
}
Symbol 129 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Rectangle] Frame 0
class com.novelgames.flashgames.commonAS2.Rectangle
{
var x, y, width, height;
function Rectangle (x, y, width, height) {
this.x = x;
this.y = y;
this.width = width;
this.height = height;
}
function get left() {
return(x);
}
function set left(left) {
x = left;
//return(this.left);
}
function get top() {
return(y);
}
function set top(top) {
y = top;
//return(this.top);
}
function get right() {
return(x + width);
}
function set right(right) {
width = right - x;
//return(this.right);
}
function get bottom() {
return(y + height);
}
function set bottom(bottom) {
height = bottom - y;
//return(this.bottom);
}
function get size() {
return({x:width, y:height});
}
function set size(size) {
width = size.x;
height = size.y;
//return(this.size);
}
function get topLeft() {
return({x:x, y:y});
}
function set topLeft(topLeft) {
x = topLeft.x;
y = topLeft.y;
//return(this.topLeft);
}
function get bottomRight() {
return({x:x + width, y:y + height});
}
function set bottomRight(bottomRight) {
width = x - bottomRight.x;
height = y - bottomRight.y;
//return(this.bottomRight);
}
}
Symbol 130 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MouseEvent] Frame 0
class com.novelgames.flashgames.commonAS2.MouseEvent
{
var target, currentTarget;
function MouseEvent (target) {
this.target = target;
currentTarget = target;
}
function updateAfterEvent() {
_global.updateAfterEvent();
}
static var CLICK = "click";
static var DOUBLE_CLICK = "doubleClick";
static var MOUSE_DOWN = "mouseDown";
static var MOUSE_MOVE = "mouseMove";
static var MOUSE_OUT = "mouseOut";
static var MOUSE_OVER = "mouseOver";
static var MOUSE_UP = "mouseUp";
static var MOUSE_WHEEL = "mouseWheel";
static var ROLL_OUT = "rollOut";
static var ROLL_OVER = "rollOver";
}
Symbol 131 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Event] Frame 0
class com.novelgames.flashgames.commonAS2.Event
{
function Event () {
}
static var ENTER_FRAME = "enterFrame";
}
Symbol 132 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.URLRequest] Frame 0
class com.novelgames.flashgames.commonAS2.URLRequest
{
var url;
function URLRequest (url) {
this.url = url;
}
}
Symbol 133 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewSound] Frame 0
class com.novelgames.flashgames.commonAS2.NewSound extends Sound
{
var attachSound, start;
function NewSound (target, symbolName) {
super(target);
attachSound(symbolName);
}
function play() {
start();
}
}
Symbol 134 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.InstructionsButton] Frame 0
class com.novelgames.flashgames.commonAS2.InstructionsButton extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var onRelease;
function InstructionsButton () {
super();
onRelease = function () {
this._parent._parent.showInstructionsFromGame();
};
}
}
Symbol 135 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MuteButton] Frame 0
class com.novelgames.flashgames.commonAS2.MuteButton extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var gotoAndStop;
function MuteButton () {
super();
if (new Sound().getVolume() == 0) {
showOff();
} else {
showOn();
}
}
function onPress() {
if (new Sound().getVolume() == 0) {
new Sound().setVolume(100);
showOn();
} else {
new Sound().setVolume(0);
showOff();
}
}
function showOff() {
gotoAndStop("off");
}
function showOn() {
gotoAndStop("on");
}
}
Symbol 136 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Marks] Frame 0
class com.novelgames.flashgames.taxiAS2.Marks extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var realY, __get__parent, __get__graphics;
function Marks () {
super();
realY = 0;
updateMarks();
}
function move(seconds) {
realY = (realY + (Object(__get__parent()).taxiSpeed * seconds)) % (com.novelgames.flashgames.taxiAS2.Config.MARK_HEIGHT + com.novelgames.flashgames.taxiAS2.Config.MARK_SPACING);
updateMarks();
}
function setY(y) {
realY = y % (com.novelgames.flashgames.taxiAS2.Config.MARK_HEIGHT + com.novelgames.flashgames.taxiAS2.Config.MARK_SPACING);
if (realY < 0) {
realY = realY + (com.novelgames.flashgames.taxiAS2.Config.MARK_HEIGHT + com.novelgames.flashgames.taxiAS2.Config.MARK_SPACING);
}
updateMarks();
}
function updateMarks() {
var _local2;
var _local3;
var _local4;
var _local7;
var _local8;
var _local6;
var _local5;
__get__graphics().clear();
__get__graphics().beginFill(com.novelgames.flashgames.taxiAS2.Config.MARK_COLOUR);
_local6 = realY;
while (_local6 < com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_HEIGHT) {
_local5 = 1;
while (_local5 < com.novelgames.flashgames.taxiAS2.Config.NOOFLANES) {
_local8 = (_local5 * com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_WIDTH) / com.novelgames.flashgames.taxiAS2.Config.NOOFLANES;
_local2 = com.novelgames.flashgames.taxiAS2.RoadObject.getXYScale(_local8, _local6, 0);
_local3 = com.novelgames.flashgames.taxiAS2.RoadObject.getXYScale(_local8, Math.min(_local6 + com.novelgames.flashgames.taxiAS2.Config.MARK_HEIGHT, com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_HEIGHT), 0);
_local4 = _local2.scale * com.novelgames.flashgames.taxiAS2.Config.MARK_WIDTH;
_local7 = _local3.scale * com.novelgames.flashgames.taxiAS2.Config.MARK_WIDTH;
__get__graphics().moveTo(_local2.x - (_local4 / 2), _local2.y);
__get__graphics().lineTo(_local2.x + (_local4 / 2), _local2.y);
__get__graphics().lineTo(_local3.x + (_local7 / 2), _local3.y);
__get__graphics().lineTo(_local3.x - (_local7 / 2), _local3.y);
__get__graphics().lineTo(_local2.x - (_local4 / 2), _local2.y);
_local5++;
}
_local6 = _local6 + (com.novelgames.flashgames.taxiAS2.Config.MARK_HEIGHT + com.novelgames.flashgames.taxiAS2.Config.MARK_SPACING);
}
__get__graphics().endFill();
}
}
Symbol 137 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Config] Frame 0
class com.novelgames.flashgames.taxiAS2.Config
{
function Config () {
}
static var ROAD_X00 = 290;
static var ROAD_X01 = 310;
static var ROAD_X10 = 0;
static var ROAD_X11 = 600;
static var ROAD_WIDTH0 = ROAD_X01 - ROAD_X00;
static var ROAD_WIDTH1 = ROAD_X11 - ROAD_X10;
static var ROAD_1OVERWIDTH0 = 1 / ROAD_WIDTH0;
static var ROAD_1OVERWIDTH1 = 1 / ROAD_WIDTH1;
static var ROAD_WIDTHSCALE = (ROAD_X01 - ROAD_X00) / (ROAD_X11 - ROAD_X10);
static var ROAD_Y0 = 110;
static var ROAD_Y1 = 400;
static var ROADVIRTUAL_WIDTH = 600;
static var ROADVIRTUAL_HEIGHT = 1000;
static var ROADVIRTUAL_MAXY = (ROAD_WIDTH1 * ROADVIRTUAL_HEIGHT) / (ROAD_WIDTH1 - ROAD_WIDTH0);
static var NOOFLANES = 3;
static var MARK_COLOUR = 16777215;
static var MARK_WIDTH = 10;
static var MARK_HEIGHT = 20;
static var MARK_SPACING = 20;
static var TAXI_INITIALLANE = 1;
static var TAXI_Y = ROADVIRTUAL_HEIGHT - 10;
static var TAXI_INITIALSPEED = 0;
static var TAXI_MINSPEED = 0;
static var TAXI_MAXSPEED = 300;
static var TAXI_ACCELERATION = 100;
static var TAXI_CHANGELANESPEED = 2000;
static var TAXI_JUMPHEIGHT = 150;
static var TAXI_JUMPTIME = 500;
static var TAXI_WIDTH = 150;
static var TAXI_LENGTH = 5;
static var TAXI_CRASHBOUNCE = 10;
static var TAXI_CRASHSPEEDLOST = 50;
static var CAR_COLOURS = [16711680, 65280, 255, 16750848, 10027161];
static var CAR_SPEED = 50;
static var CAR_WIDTH = 150;
static var CAR_LENGTH = 5;
static var CAR_HEIGHT = 50;
static var CAR_MINSPACING = 100;
static var CAR_MINGROUPSPACING = 400;
static var CAR_SPARKLEFT = -55;
static var CAR_SPARKRIGHT = 55;
static var CAR_SPARKSHOWTIME = 500;
static var THING_LEFTMINX = -100;
static var THING_LEFTMAXX = -50;
static var THING_RIGHTMINX = 650;
static var THING_RIGHTMAXX = 700;
static var THING_MINSPACING = 300;
static var THING_MAXSPACING = 800;
static var THING_FLAGONLEFT = false;
static var THING_FLAGONRIGHT = true;
static var THING_FLAGLEFTX = -30;
static var THING_FLAGRIGHTX = 630;
static var LEVEL_LENGTH = 5000;
static var LEVEL_INITIALTIME = 30;
static var LEVEL_MINTIME = 18;
static var LEVEL_TIMEDECREASE = 1;
static var LEVEL_INITIALGROUPSIZE = 2;
static var LEVEL_GROUPSIZEINCREASE = 1;
static var SCORE_TIME = 0.5;
static var SCORE_LEVEL = 2000;
static var MESSAGE_LEVELTIME = 1000;
static var MESSAGE_TIMEUPTIME = 1000;
}
Symbol 138 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.RoadObject] Frame 0
class com.novelgames.flashgames.taxiAS2.RoadObject extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var realX, realY, realZ, __set__x, __set__y, __set__scaleX, __set__scaleY;
function RoadObject () {
super();
realX = (realY = (realZ = 0));
}
function setPosition(x, y, z) {
realX = x;
realY = y;
realZ = z;
updatePosition();
}
function updatePosition() {
var _local2 = getXYScale(realX, realY, realZ);
__set__x(_local2.x);
__set__y(_local2.y);
__set__scaleX(_local2.scale);
__set__scaleY(_local2.scale);
}
static function getXYScale(x, y, z) {
var _local1 = new Object();
_local1.scale = (com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_HEIGHT / (((com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_HEIGHT - y) * com.novelgames.flashgames.taxiAS2.Config.ROAD_1OVERWIDTH0) + (y * com.novelgames.flashgames.taxiAS2.Config.ROAD_1OVERWIDTH1))) * com.novelgames.flashgames.taxiAS2.Config.ROAD_1OVERWIDTH1;
_local1.x = ((com.novelgames.flashgames.taxiAS2.Config.ROAD_X10 + com.novelgames.flashgames.taxiAS2.Config.ROAD_X11) / 2) + ((((x - (com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_WIDTH / 2)) * com.novelgames.flashgames.taxiAS2.Config.ROAD_WIDTH1) / com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_WIDTH) * _local1.scale);
_local1.y = (((((com.novelgames.flashgames.taxiAS2.Config.ROAD_Y1 - com.novelgames.flashgames.taxiAS2.Config.ROAD_Y0) * _local1.scale) + com.novelgames.flashgames.taxiAS2.Config.ROAD_Y0) - (com.novelgames.flashgames.taxiAS2.Config.ROAD_WIDTHSCALE * com.novelgames.flashgames.taxiAS2.Config.ROAD_Y1)) / (1 - com.novelgames.flashgames.taxiAS2.Config.ROAD_WIDTHSCALE)) - (z * _local1.scale);
return(_local1);
}
}
Symbol 139 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Things] Frame 0
class com.novelgames.flashgames.taxiAS2.Things extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var realY, leftThingPositions, rightThingPositions, leftThings, rightThings, __get__parent, removeChild, createMovie, addChild;
function Things () {
super();
realY = com.novelgames.flashgames.taxiAS2.Config.TAXI_Y - com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH;
leftThingPositions = new Array();
rightThingPositions = new Array();
generateThingPositions(com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH);
generateThingPositions(0);
leftThings = new Array();
rightThings = new Array();
createThings();
}
function move(seconds) {
moveOffset(seconds * Object(__get__parent()).taxiSpeed);
}
function moveOffset(offset) {
var _local2;
realY = realY + offset;
_local2 = 0;
while (_local2 < leftThings.length) {
leftThings[_local2].realY = leftThings[_local2].realY + offset;
leftThings[_local2].updatePosition();
if (leftThings[_local2].realY >= com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_MAXY) {
removeChild(leftThings[_local2]);
leftThings.splice(_local2, 1);
leftThingPositions.splice(_local2, 1);
_local2--;
}
_local2++;
}
_local2 = 0;
while (_local2 < rightThings.length) {
rightThings[_local2].realY = rightThings[_local2].realY + offset;
rightThings[_local2].updatePosition();
if (rightThings[_local2].realY >= com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_MAXY) {
removeChild(rightThings[_local2]);
rightThings.splice(_local2, 1);
rightThingPositions.splice(_local2, 1);
_local2--;
}
_local2++;
}
if (realY >= com.novelgames.flashgames.taxiAS2.Config.TAXI_Y) {
realY = realY - com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH;
_local2 = 0;
while (_local2 < leftThingPositions.length) {
leftThingPositions[_local2] = leftThingPositions[_local2] + com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH;
_local2++;
}
_local2 = 0;
while (_local2 < rightThingPositions.length) {
rightThingPositions[_local2] = rightThingPositions[_local2] + com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH;
_local2++;
}
generateThingPositions(0);
}
createThings();
}
function generateThingPositions(y) {
var _local2;
var _local3;
var _local4;
if (com.novelgames.flashgames.taxiAS2.Config.THING_FLAGONLEFT) {
leftThingPositions.push(y);
}
_local2 = y;
while (_local2 >= ((y - com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH) + com.novelgames.flashgames.taxiAS2.Config.THING_MAXSPACING)) {
_local3 = _local2 - com.novelgames.flashgames.taxiAS2.Config.THING_MAXSPACING;
_local4 = _local2 - com.novelgames.flashgames.taxiAS2.Config.THING_MINSPACING;
_local2 = _local3 + (Math.random() * (_local4 - _local3));
leftThingPositions.push(_local2);
}
if (com.novelgames.flashgames.taxiAS2.Config.THING_FLAGONRIGHT) {
rightThingPositions.push(y);
}
_local2 = y;
while (_local2 >= ((y - com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH) + com.novelgames.flashgames.taxiAS2.Config.THING_MAXSPACING)) {
_local3 = _local2 - com.novelgames.flashgames.taxiAS2.Config.THING_MAXSPACING;
_local4 = _local2 - com.novelgames.flashgames.taxiAS2.Config.THING_MINSPACING;
_local2 = _local3 + (Math.random() * (_local4 - _local3));
rightThingPositions.push(_local2);
}
}
function createThings() {
var _local6;
var _local5;
var _local7;
var _local8;
var _local4;
var _local2;
var _local3;
_local3 = leftThings.length;
while (_local3 < leftThingPositions.length) {
if ((realY + leftThingPositions[_local3]) < 0) {
break;
}
if ((leftThingPositions[_local3] % com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH) == 0) {
_local6 = com.novelgames.flashgames.taxiAS2.Config.THING_FLAGLEFTX;
_local5 = realY + leftThingPositions[_local3];
_local4 = createMovie("Flag");
_local2 = _local4;
} else {
_local6 = com.novelgames.flashgames.taxiAS2.Config.THING_LEFTMINX + (Math.random() * (com.novelgames.flashgames.taxiAS2.Config.THING_LEFTMAXX - com.novelgames.flashgames.taxiAS2.Config.THING_LEFTMINX));
_local5 = realY + leftThingPositions[_local3];
_local4 = createMovie("Thing");
_local2 = _local4;
}
_local2.realX = _local6;
_local2.realY = _local5;
_local2.updatePosition();
addChild(_local2);
leftThings.push(_local2);
_local3++;
}
_local3 = rightThings.length;
while (_local3 < rightThingPositions.length) {
if ((realY + rightThingPositions[_local3]) < 0) {
break;
}
if ((rightThingPositions[_local3] % com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH) == 0) {
_local6 = com.novelgames.flashgames.taxiAS2.Config.THING_FLAGRIGHTX;
_local5 = realY + rightThingPositions[_local3];
_local4 = createMovie("Flag");
_local2 = _local4;
} else {
_local6 = com.novelgames.flashgames.taxiAS2.Config.THING_RIGHTMINX + (Math.random() * (com.novelgames.flashgames.taxiAS2.Config.THING_RIGHTMAXX - com.novelgames.flashgames.taxiAS2.Config.THING_RIGHTMINX));
_local5 = realY + rightThingPositions[_local3];
_local4 = createMovie("Thing");
_local2 = _local4;
}
_local2.realX = _local6;
_local2.realY = _local5;
_local2.updatePosition();
addChild(_local2);
rightThings.push(_local2);
_local3++;
}
}
}
Symbol 140 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Message] Frame 0
class com.novelgames.flashgames.taxiAS2.Message extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var level, time, gotoAndStop, createMovie, messageLevel, addChild, timer, messagePlayAgain, removeChild, __get__parent;
function Message () {
super();
}
function showLevel(level, time) {
var _local2;
this.level = level;
this.time = time;
gotoAndStop("hide");
_local2 = createMovie("MessageLevel");
messageLevel = _local2;
messageLevel.levelText.text = level.toString();
messageLevel.timeText.text = time.toString();
addChild(messageLevel);
timer = new com.novelgames.flashgames.commonAS2.NewTimer(com.novelgames.flashgames.taxiAS2.Config.MESSAGE_LEVELTIME, 1);
timer.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "levelFinished");
timer.start();
}
function showTimeUp() {
gotoAndStop("timeUp");
timer = new com.novelgames.flashgames.commonAS2.NewTimer(com.novelgames.flashgames.taxiAS2.Config.MESSAGE_TIMEUPTIME, 1);
timer.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "timeUpFinished");
timer.start();
}
function showPlayAgain() {
var _local2;
gotoAndStop("timeUp");
_local2 = createMovie("MessagePlayAgain");
messagePlayAgain = _local2;
messagePlayAgain.playAgainButton.addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.CLICK, this, "playAgainButtonClicked");
messagePlayAgain.homeButton.addEventListener(com.novelgames.flashgames.commonAS2.MouseEvent.CLICK, this, "homeButtonClicked");
addChild(messagePlayAgain);
}
function hide() {
if (messageLevel) {
removeChild(messageLevel);
messageLevel = null;
}
gotoAndStop("hide");
}
function levelFinished(timerEvent) {
hide();
}
function timeUpFinished(timerEvent) {
Object(__get__parent()).showEnterHighScore();
showPlayAgain();
}
function playAgainButtonClicked(mouseEvent) {
Object(__get__parent().parent).gotoGamePage();
}
function homeButtonClicked(mouseEvent) {
Object(__get__parent().parent).gotoTitlePage();
}
}
Symbol 141 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.MessageLevel] Frame 0
class com.novelgames.flashgames.taxiAS2.MessageLevel extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var timeText, levelText;
function MessageLevel () {
super();
timeText.__proto__ = com.novelgames.flashgames.commonAS2.NewTextField.prototype;
levelText.__proto__ = com.novelgames.flashgames.commonAS2.NewTextField.prototype;
}
}
Symbol 142 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewTextField] Frame 0
class com.novelgames.flashgames.commonAS2.NewTextField extends TextField
{
var _x, _y, _rotation, _visible, _alpha, _width, _height, scroll, maxscroll;
function NewTextField () {
super();
}
function set x(x) {
_x = x;
//return(this.x);
}
function get x() {
return(_x);
}
function set y(y) {
_y = y;
//return(this.y);
}
function get y() {
return(_y);
}
function set rotation(rotation) {
_rotation = rotation;
//return(this.rotation);
}
function get rotation() {
return(_rotation);
}
function set visible(visible) {
_visible = visible;
//return(this.visible);
}
function get visible() {
return(_visible);
}
function set alpha(alpha) {
_alpha = alpha * 100;
//return(this.alpha);
}
function get alpha() {
return(_alpha / 100);
}
function get width() {
return(_width);
}
function set width(width) {
_width = width;
//return(this.width);
}
function get height() {
return(_height);
}
function set height(height) {
_height = height;
//return(this.height);
}
function set scrollV(scrollV) {
scroll = scrollV;
//return(this.scrollV);
}
function get scrollV() {
return(scroll);
}
function set maxScrollV(maxScrollV) {
maxscroll = maxScrollV;
//return(this.maxScrollV);
}
function get maxScrollV() {
return(maxscroll);
}
function setTextFormat(textFormat, beginIndex, endIndex) {
if ((beginIndex == undefined) || (endIndex == undefined)) {
super.setTextFormat(textFormat);
} else {
super.setTextFormat(beginIndex, endIndex, textFormat);
}
}
}
Symbol 143 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.MessagePlayAgain] Frame 0
class com.novelgames.flashgames.taxiAS2.MessagePlayAgain extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var playAgainButton, homeButton;
function MessagePlayAgain () {
super();
playAgainButton.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype;
homeButton.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype;
}
}
Symbol 144 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Timer] Frame 0
interface com.novelgames.flashgames.commonAS2.Timer
{
}
Symbol 145 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewTimer] Frame 0
class com.novelgames.flashgames.commonAS2.NewTimer implements com.novelgames.flashgames.commonAS2.Timer
{
static var pauseTime;
var delay, repeatCount, currentCount, listenerObject, listenerFunctionName, adjustedStartTime, usingDelay, intervalID;
function NewTimer (delay, repeatCount) {
if (repeatCount == undefined) {
repeatCount = 0;
}
this.delay = delay;
this.repeatCount = repeatCount;
currentCount = 0;
}
static function getTimer() {
if (paused) {
return(pauseTime - totalPausedTime);
}
return(getTimer() - totalPausedTime);
}
static function pause() {
if (paused) {
return(undefined);
}
paused = true;
pauseTime = getTimer();
}
static function unpause() {
if (!paused) {
return(undefined);
}
paused = false;
totalPausedTime = totalPausedTime + (getTimer() - pauseTime);
}
function addEventListener(type, listenerObject, listenerFunctionName) {
if (type != com.novelgames.flashgames.commonAS2.TimerEvent.TIMER) {
return(undefined);
}
this.listenerObject = listenerObject;
this.listenerFunctionName = listenerFunctionName;
}
function removeEventListener(type) {
if (type != com.novelgames.flashgames.commonAS2.TimerEvent.TIMER) {
return(undefined);
}
listenerObject = null;
listenerFunctionName = null;
}
function start() {
adjustedStartTime = getTimer();
usingDelay = delay;
clearInterval(intervalID);
intervalID = setInterval(this, "timerEventListener", delay);
}
function stop() {
clearInterval(intervalID);
}
function timerEventListener() {
currentCount++;
if (paused) {
clearInterval(intervalID);
usingDelay = Math.max(delay - (getTimer() - adjustedStartTime), 1);
currentCount--;
intervalID = setInterval(this, "timerEventListener", usingDelay);
return(undefined);
}
if ((getTimer() - adjustedStartTime) >= delay) {
adjustedStartTime = getTimer();
if (usingDelay != delay) {
clearInterval(intervalID);
usingDelay = delay;
intervalID = setInterval(this, "timerEventListener", usingDelay);
}
listenerObject[listenerFunctionName](new com.novelgames.flashgames.commonAS2.TimerEvent());
if ((repeatCount != 0) && (currentCount >= repeatCount)) {
clearInterval(intervalID);
}
} else {
clearInterval(intervalID);
usingDelay = Math.max(delay - (getTimer() - adjustedStartTime), 1);
currentCount--;
intervalID = setInterval(this, "timerEventListener", usingDelay);
}
}
static var paused = false;
static var totalPausedTime = 0;
}
Symbol 146 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.TimerEvent] Frame 0
class com.novelgames.flashgames.commonAS2.TimerEvent
{
function TimerEvent () {
}
function updateAfterEvent() {
_global.updateAfterEvent();
}
static var TIMER = "timer";
}
Symbol 147 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.CommonGame] Frame 0
class com.novelgames.flashgames.commonAS2.CommonGame extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
function CommonGame () {
super();
}
static function get gameStage() {
return(com.novelgames.flashgames.commonAS2.NewStage.getNewStage());
}
function pause() {
com.novelgames.flashgames.commonAS2.NewTimer.pause();
}
function unpause() {
com.novelgames.flashgames.commonAS2.NewTimer.unpause();
}
}
Symbol 148 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Game] Frame 0
class com.novelgames.flashgames.taxiAS2.Game extends com.novelgames.flashgames.commonAS2.CommonGame
{
var message, distanceText, timeText, scoreText, carsHolder, things, taxiShadow, marks, taxiSpeed, cars, soundSteer, createSound, soundJump, soundCrash, soundCheckPoint, soundGameOver, lastMoveTime, intervalID, __score, __time, __distance, __get__stage, stage, taxi, keyUpIsDown, keyDownIsDown, maxGroupSize, currentGroupSize, checkPointY, level, levelTime, levelStartTime;
function Game () {
super();
message.__proto__ = com.novelgames.flashgames.taxiAS2.Message.prototype;
distanceText.__proto__ = com.novelgames.flashgames.commonAS2.NewTextField.prototype;
timeText.__proto__ = com.novelgames.flashgames.commonAS2.NewTextField.prototype;
scoreText.__proto__ = com.novelgames.flashgames.commonAS2.NewTextField.prototype;
carsHolder.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype;
things.__proto__ = com.novelgames.flashgames.taxiAS2.Things.prototype;
taxiShadow.__proto__ = com.novelgames.flashgames.taxiAS2.RoadObject.prototype;
marks.__proto__ = com.novelgames.flashgames.taxiAS2.Marks.prototype;
taxiSpeed = com.novelgames.flashgames.taxiAS2.Config.TAXI_INITIALSPEED;
score = (0);
cars = new Array();
createTaxi();
startLevel(1);
soundSteer = createSound("SoundSteer");
soundJump = createSound("SoundJump");
soundCrash = createSound("SoundCrash");
soundCheckPoint = createSound("SoundCheckPoint");
soundGameOver = createSound("SoundGameOver");
com.novelgames.flashgames.commonAS2.CommonGame.__get__gameStage().__set__focus(com.novelgames.flashgames.commonAS2.CommonGame.gameStage);
com.novelgames.flashgames.commonAS2.CommonGame.__get__gameStage().addEventListener(com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_DOWN, this, "onKeyDownEvent");
com.novelgames.flashgames.commonAS2.CommonGame.__get__gameStage().addEventListener(com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_UP, this, "onKeyUpEvent");
lastMoveTime = com.novelgames.flashgames.commonAS2.NewTimer.getTimer();
intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(1, 0);
intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "onTime");
intervalID.start();
}
function set score(score) {
__score = score;
scoreText.text = score.toString();
//return(this.score);
}
function get score() {
return(__score);
}
function set time(time) {
__time = time;
timeText.text = time.toString();
//return(this.time);
}
function get time() {
return(__time);
}
function set distance(distance) {
__distance = distance;
distanceText.text = distance.toString();
//return(this.distance);
}
function get distance() {
return(__distance);
}
function unpause() {
super.unpause();
__get__stage().__set__focus(stage);
}
function showEnterHighScore() {
_root.highscore = score;
}
function onKeyDownEvent(keyboardEvent) {
var _local2 = keyboardEvent.__get__keyCode();
switch (_local2) {
case com.novelgames.flashgames.commonAS2.Keyboard.LEFT :
taxi.moveLeft();
break;
case com.novelgames.flashgames.commonAS2.Keyboard.RIGHT :
taxi.moveRight();
break;
case com.novelgames.flashgames.commonAS2.Keyboard.SPACE :
taxi.jump();
break;
case com.novelgames.flashgames.commonAS2.Keyboard.UP :
keyUpIsDown = true;
break;
case com.novelgames.flashgames.commonAS2.Keyboard.DOWN :
keyDownIsDown = true;
}
}
function onKeyUpEvent(keyboardEvent) {
var _local2 = keyboardEvent.__get__keyCode();
switch (_local2) {
case com.novelgames.flashgames.commonAS2.Keyboard.UP :
keyUpIsDown = false;
break;
case com.novelgames.flashgames.commonAS2.Keyboard.DOWN :
keyDownIsDown = false;
}
}
function onTime(timerEvent) {
generateCars();
moveThings();
timerEvent.updateAfterEvent();
}
function createTaxi() {
var _local2;
_local2 = carsHolder.createMovie("Taxi");
taxi = _local2;
taxi.setPosition(com.novelgames.flashgames.taxiAS2.Util.getXFromLane(com.novelgames.flashgames.taxiAS2.Config.TAXI_INITIALLANE), com.novelgames.flashgames.taxiAS2.Config.TAXI_Y, 0);
taxi.setLane(com.novelgames.flashgames.taxiAS2.Config.TAXI_INITIALLANE);
taxiShadow.setPosition(taxi.realX, taxi.realY, 0);
taxi.shadow = taxiShadow;
carsHolder.addChild(taxi);
}
function generateCars() {
var _local6;
var _local3;
var _local7;
var _local5;
var _local4;
var _local2;
if ((cars.length > 0) && (cars[0].realY <= com.novelgames.flashgames.taxiAS2.Config.CAR_MINSPACING)) {
return(undefined);
}
if (((currentGroupSize >= maxGroupSize) && (cars.length > 0)) && (cars[0].realY <= com.novelgames.flashgames.taxiAS2.Config.CAR_MINGROUPSPACING)) {
return(undefined);
}
if ((cars.length == 0) || (currentGroupSize >= maxGroupSize)) {
currentGroupSize = 1;
} else {
currentGroupSize++;
}
_local6 = Math.floor(Math.random() * com.novelgames.flashgames.taxiAS2.Config.NOOFLANES) + 1;
_local3 = new Array(com.novelgames.flashgames.taxiAS2.Config.NOOFLANES);
_local2 = 0;
while (_local2 < _local6) {
_local3[_local2] = true;
_local2++;
}
while (_local2 < _local3.length) {
_local3[_local2] = false;
_local2++;
}
com.novelgames.flashgames.taxiAS2.Util.shuffleArray(_local3);
_local2 = 0;
while (_local2 < _local3.length) {
if (!_local3[_local2]) {
} else {
_local5 = carsHolder.createMovie("Car");
_local4 = _local5;
_local4.setPosition(com.novelgames.flashgames.taxiAS2.Util.getXFromLane(_local2), 0, 0);
carsHolder.addChild(_local4);
cars.unshift(_local4);
}
_local2++;
}
updateCarDepths();
}
function moveThings() {
var _local4 = com.novelgames.flashgames.commonAS2.NewTimer.getTimer();
var _local3 = (_local4 - lastMoveTime) / 1000;
var _local2;
updateTaxiSpeed(_local3);
marks.move(_local3);
things.move(_local3);
taxi.move(_local3);
_local2 = 0;
while (_local2 < cars.length) {
cars[_local2].move(_local3);
if ((cars[_local2].realY < 0) || (cars[_local2].realY > com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_MAXY)) {
cars[_local2].visible = false;
cars.splice(_local2, 1);
_local2--;
}
_local2++;
}
updateCheckPoint(_local3);
checkCrash(_local3);
updateTaxiDepth();
updateTime();
lastMoveTime = _local4;
}
function updateTaxiSpeed(seconds) {
if (!taxi.getCanChangeSpeed()) {
return(undefined);
}
if (keyUpIsDown) {
taxiSpeed = taxiSpeed + (seconds * com.novelgames.flashgames.taxiAS2.Config.TAXI_ACCELERATION);
if (taxiSpeed >= com.novelgames.flashgames.taxiAS2.Config.TAXI_MAXSPEED) {
taxiSpeed = com.novelgames.flashgames.taxiAS2.Config.TAXI_MAXSPEED;
}
} else if (keyDownIsDown) {
taxiSpeed = taxiSpeed - (seconds * com.novelgames.flashgames.taxiAS2.Config.TAXI_ACCELERATION);
if (taxiSpeed <= com.novelgames.flashgames.taxiAS2.Config.TAXI_MINSPEED) {
taxiSpeed = com.novelgames.flashgames.taxiAS2.Config.TAXI_MINSPEED;
}
}
}
function updateCarDepths() {
var _local2;
_local2 = 0;
while (_local2 < cars.length) {
carsHolder.setChildIndex(cars[_local2], _local2);
_local2++;
}
updateTaxiDepth();
}
function updateTaxiDepth() {
var _local4;
var _local3;
var _local2;
_local2 = cars.length - 1;
while (_local2 >= 0) {
if (taxi.realY >= cars[_local2].realY) {
break;
}
_local2--;
}
if (_local2 < 0) {
carsHolder.setChildIndex(taxi, 0);
} else {
_local4 = carsHolder.getChildIndex(taxi);
_local3 = carsHolder.getChildIndex(cars[_local2]);
if (_local4 < _local3) {
carsHolder.setChildIndex(taxi, _local3);
} else {
carsHolder.setChildIndex(taxi, _local3 + 1);
}
}
}
function checkCrash(seconds) {
var _local2 = getCrashCar(seconds);
var _local3;
if (_local2 == null) {
return(undefined);
}
_local3 = (((_local2.realY - (taxiSpeed - com.novelgames.flashgames.taxiAS2.Config.CAR_SPEED)) < taxi.realY) ? (-com.novelgames.flashgames.taxiAS2.Config.TAXI_CRASHBOUNCE) : (com.novelgames.flashgames.taxiAS2.Config.TAXI_CRASHBOUNCE));
offsetYs(_local3);
taxiSpeed = taxiSpeed * (1 - (com.novelgames.flashgames.taxiAS2.Config.TAXI_CRASHSPEEDLOST / 100));
_local2.showSpark(taxi.realX - _local2.realX, _local3 > 0);
soundCrash.play();
}
function getCrashCar(seconds) {
var _local2;
_local2 = cars.length - 1;
while (_local2 >= 0) {
if (cars[_local2].realY < (taxi.realY - com.novelgames.flashgames.taxiAS2.Config.TAXI_LENGTH)) {
return(null);
}
if (Math.abs(cars[_local2].realX - taxi.realX) > ((com.novelgames.flashgames.taxiAS2.Config.TAXI_WIDTH + com.novelgames.flashgames.taxiAS2.Config.CAR_WIDTH) / 2)) {
} else if (((cars[_local2].realY - com.novelgames.flashgames.taxiAS2.Config.CAR_LENGTH) - ((taxiSpeed - com.novelgames.flashgames.taxiAS2.Config.CAR_SPEED) * seconds)) > taxi.realY) {
} else if (taxi.realZ < com.novelgames.flashgames.taxiAS2.Config.CAR_HEIGHT) {
return(cars[_local2]);
}
_local2--;
}
return(null);
}
function offsetYs(offset) {
var _local2;
_local2 = 0;
while (_local2 < cars.length) {
cars[_local2].setPosition(cars[_local2].realX, cars[_local2].realY + offset, 0);
_local2++;
}
marks.setY(marks.realY + offset);
things.moveOffset(offset);
checkPointY = checkPointY + offset;
}
function startLevel(level) {
this.level = level;
maxGroupSize = com.novelgames.flashgames.taxiAS2.Config.LEVEL_INITIALGROUPSIZE + ((level - 1) * com.novelgames.flashgames.taxiAS2.Config.LEVEL_GROUPSIZEINCREASE);
checkPointY = taxi.realY - com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH;
levelTime = com.novelgames.flashgames.taxiAS2.Config.LEVEL_INITIALTIME - ((level - 1) * com.novelgames.flashgames.taxiAS2.Config.LEVEL_TIMEDECREASE);
if (levelTime < com.novelgames.flashgames.taxiAS2.Config.LEVEL_MINTIME) {
levelTime = com.novelgames.flashgames.taxiAS2.Config.LEVEL_MINTIME;
}
levelStartTime = com.novelgames.flashgames.commonAS2.NewTimer.getTimer();
distance = (com.novelgames.flashgames.taxiAS2.Config.LEVEL_LENGTH);
time = (levelTime);
message.showLevel(level, levelTime);
}
function updateCheckPoint(seconds) {
checkPointY = checkPointY + (taxiSpeed * seconds);
distance = (Math.floor(taxi.realY - checkPointY));
if (checkPointY > taxi.realY) {
score = score + (com.novelgames.flashgames.taxiAS2.Config.SCORE_LEVEL + Math.floor(((levelTime * 1000) - (com.novelgames.flashgames.commonAS2.NewTimer.getTimer() - levelStartTime)) * com.novelgames.flashgames.taxiAS2.Config.SCORE_TIME));
startLevel(level + 1);
soundCheckPoint.play();
}
}
function updateTime() {
time = (levelTime - Math.floor((com.novelgames.flashgames.commonAS2.NewTimer.getTimer() - levelStartTime) / 1000));
if (time <= 0) {
gameOver();
}
}
function gameOver() {
__get__stage().removeEventListener(com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_DOWN);
__get__stage().removeEventListener(com.novelgames.flashgames.commonAS2.KeyboardEvent.KEY_UP);
intervalID.stop();
message.showTimeUp();
soundGameOver.play();
}
function nothing() {
}
}
Symbol 149 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Taxi] Frame 0
class com.novelgames.flashgames.taxiAS2.Taxi extends com.novelgames.flashgames.taxiAS2.RoadObject
{
var jumping, changingLane, currentLane, changingToLane, jumpAcceleration, jumpInitialSpeed, stop, realX, changingToLaneX, gotoAndStop, updatePosition, shadow, realY, jumpSpeed, realZ, __get__parent;
function Taxi () {
super();
jumping = false;
changingLane = false;
currentLane = 0;
changingToLane = 0;
jumpAcceleration = (((8 * com.novelgames.flashgames.taxiAS2.Config.TAXI_JUMPHEIGHT) * 1000) * 1000) / (com.novelgames.flashgames.taxiAS2.Config.TAXI_JUMPTIME * com.novelgames.flashgames.taxiAS2.Config.TAXI_JUMPTIME);
jumpInitialSpeed = ((jumpAcceleration * com.novelgames.flashgames.taxiAS2.Config.TAXI_JUMPTIME) / 1000) / 2;
stop();
}
function setLane(lane) {
currentLane = lane;
}
function move(seconds) {
if (changingLane) {
if (changingToLane < currentLane) {
realX = realX - (com.novelgames.flashgames.taxiAS2.Config.TAXI_CHANGELANESPEED * seconds);
if (realX <= changingToLaneX) {
realX = changingToLaneX;
changingLane = false;
currentLane = changingToLane;
gotoAndStop("normal");
}
} else {
realX = realX + (com.novelgames.flashgames.taxiAS2.Config.TAXI_CHANGELANESPEED * seconds);
if (realX >= changingToLaneX) {
realX = changingToLaneX;
changingLane = false;
currentLane = changingToLane;
gotoAndStop("normal");
}
}
updatePosition();
shadow.setPosition(realX, realY, 0);
} else if (jumping) {
jumpSpeed = jumpSpeed - (jumpAcceleration * seconds);
realZ = realZ + (jumpSpeed * seconds);
if (realZ <= 0) {
realZ = 0;
jumping = false;
}
updatePosition();
}
}
function getCanChangeSpeed() {
return(!jumping);
}
function moveLeft() {
if (jumping) {
return(undefined);
}
if (changingLane) {
return(undefined);
}
if (currentLane <= 0) {
return(undefined);
}
changingLane = true;
changingToLane = currentLane - 1;
changingToLaneX = com.novelgames.flashgames.taxiAS2.Util.getXFromLane(changingToLane);
gotoAndStop("left");
Object(__get__parent().parent).soundSteer.play();
}
function moveRight() {
if (jumping) {
return(undefined);
}
if (changingLane) {
return(undefined);
}
if (currentLane >= (com.novelgames.flashgames.taxiAS2.Config.NOOFLANES - 1)) {
return(undefined);
}
changingLane = true;
changingToLane = currentLane + 1;
changingToLaneX = com.novelgames.flashgames.taxiAS2.Util.getXFromLane(changingToLane);
gotoAndStop("right");
Object(__get__parent().parent).soundSteer.play();
}
function jump() {
if (jumping) {
return(undefined);
}
if (changingLane) {
return(undefined);
}
jumping = true;
jumpSpeed = jumpInitialSpeed;
Object(__get__parent().parent).soundJump.play();
}
}
Symbol 150 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Util] Frame 0
class com.novelgames.flashgames.taxiAS2.Util
{
function Util () {
}
static function getXFromLane(laneIndex) {
return(((com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_WIDTH / com.novelgames.flashgames.taxiAS2.Config.NOOFLANES) / 2) + (laneIndex * (com.novelgames.flashgames.taxiAS2.Config.ROADVIRTUAL_WIDTH / com.novelgames.flashgames.taxiAS2.Config.NOOFLANES)));
}
static function shuffleArray(theArray) {
var _local4;
var _local2;
var _local3;
_local2 = 0;
while (_local2 < theArray.length) {
_local3 = Math.floor(Math.random() * theArray.length);
_local4 = theArray[_local2];
theArray[_local2] = theArray[_local3];
theArray[_local3] = _local4;
_local2++;
}
}
}
Symbol 151 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Keyboard] Frame 0
class com.novelgames.flashgames.commonAS2.Keyboard
{
function Keyboard () {
}
static var LEFT = 37;
static var RIGHT = 39;
static var UP = 38;
static var DOWN = 40;
static var SPACE = 32;
static var BACKSPACE = 8;
static var SHIFT = 16;
static var ENTER = 13;
static var DELETE = 46;
static var NUMPAD_DECIMAL = 110;
static var NUMPAD_ENTER = 13;
}
Symbol 152 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Car] Frame 0
class com.novelgames.flashgames.taxiAS2.Car extends com.novelgames.flashgames.taxiAS2.RoadObject
{
var sparkBack, colour, sparkFront, realY, __get__parent, updatePosition, intervalID;
function Car () {
super();
sparkBack.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype;
colour.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype;
sparkFront.__proto__ = com.novelgames.flashgames.commonAS2.NewMovieClip.prototype;
var _local3 = new com.novelgames.flashgames.commonAS2.NewColorTransform();
_local3.__set__color(com.novelgames.flashgames.taxiAS2.Config.CAR_COLOURS[Math.floor(Math.random() * com.novelgames.flashgames.taxiAS2.Config.CAR_COLOURS.length)]);
colour.transform.colorTransform = _local3;
sparkFront.gotoAndStop(1);
sparkBack.gotoAndStop(1);
}
function move(seconds) {
realY = realY + ((Object(__get__parent().parent).taxiSpeed - com.novelgames.flashgames.taxiAS2.Config.CAR_SPEED) * seconds);
updatePosition();
}
function showSpark(direction, atFront) {
var _local2 = (atFront ? (sparkFront) : (sparkBack));
hideSparks(null);
if (direction < 0) {
_local2.x = com.novelgames.flashgames.taxiAS2.Config.CAR_SPARKLEFT;
} else if (direction > 0) {
_local2.x = com.novelgames.flashgames.taxiAS2.Config.CAR_SPARKRIGHT;
} else {
_local2.x = 0;
}
_local2.gotoAndStop(2);
intervalID = new com.novelgames.flashgames.commonAS2.NewTimer(com.novelgames.flashgames.taxiAS2.Config.CAR_SPARKSHOWTIME, 0);
intervalID.addEventListener(com.novelgames.flashgames.commonAS2.TimerEvent.TIMER, this, "hideSparks");
intervalID.start();
}
function hideSparks(timerEvent) {
sparkFront.gotoAndStop(1);
sparkBack.gotoAndStop(1);
if (intervalID) {
intervalID.stop();
}
}
}
Symbol 153 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.NewColorTransform] Frame 0
class com.novelgames.flashgames.commonAS2.NewColorTransform extends flash.geom.ColorTransform
{
var redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, redOffset, greenOffset, blueOffset, alphaOffset, rgb;
function NewColorTransform (redMultiplier, greenMultiplier, blueMultiplier, alphaMultiplier, redOffset, greenOffset, blueOffset, alphaOffset) {
super();
if (redMultiplier != undefined) {
this.redMultiplier = redMultiplier;
}
if (greenMultiplier != undefined) {
this.greenMultiplier = greenMultiplier;
}
if (blueMultiplier != undefined) {
this.blueMultiplier = blueMultiplier;
}
if (alphaMultiplier != undefined) {
this.alphaMultiplier = alphaMultiplier;
}
if (redOffset != undefined) {
this.redOffset = redOffset;
}
if (greenOffset != undefined) {
this.greenOffset = greenOffset;
}
if (blueOffset != undefined) {
this.blueOffset = blueOffset;
}
if (alphaOffset != undefined) {
this.alphaOffset = alphaOffset;
}
}
function set color(color) {
rgb = color;
//return(this.color);
}
function get color() {
return(rgb);
}
}
Symbol 154 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Thing] Frame 0
class com.novelgames.flashgames.taxiAS2.Thing extends com.novelgames.flashgames.taxiAS2.RoadObject
{
function Thing () {
super();
}
}
Symbol 155 MovieClip [__Packages.com.novelgames.flashgames.taxiAS2.Flag] Frame 0
class com.novelgames.flashgames.taxiAS2.Flag extends com.novelgames.flashgames.taxiAS2.RoadObject
{
function Flag () {
super();
}
}
Symbol 156 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Instructions] Frame 0
class com.novelgames.flashgames.commonAS2.Instructions extends MovieClip
{
var startButton, shownFromGame, _parent;
function Instructions () {
super();
startButton.onRelease = function () {
this._parent.startButtonClicked();
};
}
function initialize(shownFromGame) {
if (shownFromGame == undefined) {
shownFromGame = false;
}
this.shownFromGame = shownFromGame;
}
function startButtonClicked() {
if (!shownFromGame) {
_parent.gotoGamePage();
} else {
_parent.hideInstructionsFromGame();
}
}
}
Symbol 157 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.Title] Frame 0
class com.novelgames.flashgames.commonAS2.Title extends MovieClip
{
var startButton, highScoresButton, moreGamesButton, _parent, getURL;
function Title () {
super();
startButton.onRelease = function () {
this._parent.startButtonClicked();
};
highScoresButton.onRelease = function () {
this._parent.highScoresButtonClicked();
};
moreGamesButton.onRelease = function () {
this._parent.moreGamesButtonClicked();
};
}
function startButtonClicked() {
_parent.gotoInstructionsPage();
}
function highScoresButtonClicked() {
_parent.showHighScores();
}
function moreGamesButtonClicked() {
getURL("http://www.novelgames.com", "_blank");
}
}
Symbol 158 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MusicButton] Frame 0
class com.novelgames.flashgames.commonAS2.MusicButton extends com.novelgames.flashgames.commonAS2.NewMovieClip
{
var gotoAndStop;
function MusicButton () {
super();
showOn();
}
function onPress() {
if (_root.music_mc._currentframe == 1) {
showOn();
} else {
showOff();
}
}
function showOff() {
trace("off");
_root.music_mc.gotoAndStop("off");
gotoAndStop("off");
}
function showOn() {
trace("on");
_root.music_mc.gotoAndStop("on");
gotoAndStop("on");
}
}
Symbol 159 MovieClip [__Packages.MochiAd] Frame 0
class MochiAd
{
function MochiAd () {
}
static function getVersion() {
return("2.1");
}
static function showPreGameAd(options) {
var _local27 = {clip:_root, ad_timeout:3000, fadeout_time:250, regpt:"o", method:"showPreloaderAd", color:16747008, background:16777161, outline:13994812, ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local27);
var clip = options.clip;
var _local23 = 11000;
var _local26 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local14 = _getRes(options);
var _local4 = _local14[0];
var _local13 = _local14[1];
mc._x = _local4 * 0.5;
mc._y = _local13 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk._x = _local4 * -0.5;
chk._y = _local13 * -0.5;
var _local7 = chk.createEmptyMovieClip("_mochiad_bar", 4);
_local7._x = 10;
_local7._y = _local13 - 20;
var _local22 = options.color;
delete options.color;
var _local19 = options.background;
delete options.background;
var _local24 = options.outline;
delete options.outline;
var _local5 = _local7.createEmptyMovieClip("_outline", 1);
_local5.beginFill(_local19);
_local5.moveTo(0, 0);
_local5.lineTo(_local4 - 20, 0);
_local5.lineTo(_local4 - 20, 10);
_local5.lineTo(0, 10);
_local5.lineTo(0, 0);
_local5.endFill();
var _local3 = _local7.createEmptyMovieClip("_inside", 2);
_local3.beginFill(_local22);
_local3.moveTo(0, 0);
_local3.lineTo(_local4 - 20, 0);
_local3.lineTo(_local4 - 20, 10);
_local3.lineTo(0, 10);
_local3.lineTo(0, 0);
_local3.endFill();
_local3._xscale = 0;
var _local6 = _local7.createEmptyMovieClip("_outline", 3);
_local6.lineStyle(0, _local24, 100);
_local6.moveTo(0, 0);
_local6.lineTo(_local4 - 20, 0);
_local6.lineTo(_local4 - 20, 10);
_local6.lineTo(0, 10);
_local6.lineTo(0, 0);
chk.ad_msec = _local23;
chk.ad_timeout = _local26;
chk.started = getTimer();
chk.showing = false;
chk.last_pcnt = 0;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec;
};
chk.onEnterFrame = function () {
var _local6 = this._parent._parent;
var _local12 = this._parent._mochiad_ctr;
var _local5 = getTimer() - this.started;
var _local3 = false;
var _local4 = _local6.getBytesTotal();
var _local8 = _local6.getBytesLoaded();
var _local10 = (100 * _local8) / _local4;
var _local11 = (100 * _local5) / chk.ad_msec;
var _local9 = this._mochiad_bar._inside;
var _local2 = Math.min(100, Math.min(_local10 || 0, _local11));
_local2 = Math.max(this.last_pcnt, _local2);
this.last_pcnt = _local2;
_local9._xscale = _local2;
if (!chk.showing) {
var _local7 = _local12.getBytesTotal();
if ((_local7 > 0) || (typeof(_local7) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local5 > chk.ad_timeout) {
_local3 = true;
}
}
if (_local5 > chk.ad_msec) {
_local3 = true;
}
if (((_local4 > 0) && (_local8 >= _local4)) && (_local3)) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = chk.fadeFunction;
}
}
};
}
static function showInterLevelAd(options) {
var _local13 = {clip:_root, ad_timeout:2000, fadeout_time:250, regpt:"o", method:"showTimedAd", ad_started:function () {
this.clip.stop();
}, ad_finished:function () {
this.clip.play();
}};
options = _parseOptions(options, _local13);
var clip = options.clip;
var _local10 = 11000;
var _local12 = options.ad_timeout;
delete options.ad_timeout;
var fadeout_time = options.fadeout_time;
delete options.fadeout_time;
if (!load(options)) {
options.ad_finished();
return(undefined);
}
options.ad_started();
var mc = clip._mochiad;
mc.onUnload = function () {
options.ad_finished();
};
var _local5 = _getRes(options);
var _local14 = _local5[0];
var _local11 = _local5[1];
mc._x = _local14 * 0.5;
mc._y = _local11 * 0.5;
var chk = mc.createEmptyMovieClip("_mochiad_wait", 3);
chk.ad_msec = _local10;
chk.ad_timeout = _local12;
chk.started = getTimer();
chk.showing = false;
chk.fadeout_time = fadeout_time;
chk.fadeFunction = function () {
var _local2 = 100 * (1 - ((getTimer() - this.fadeout_start) / this.fadeout_time));
if (_local2 > 0) {
this._parent._alpha = _local2;
} else {
var _local3 = this._parent._parent;
MochiAd.unload(_local3);
delete this.onEnterFrame;
}
};
mc.lc.adLoaded = function (width, height) {
};
mc.lc.adjustProgress = function (msec) {
var _local2 = this.mc._mochiad_wait;
_local2.server_control = true;
_local2.started = getTimer();
_local2.ad_msec = msec - 250;
};
chk.onEnterFrame = function () {
var _local5 = this._parent._mochiad_ctr;
var _local4 = getTimer() - this.started;
var _local2 = false;
if (!chk.showing) {
var _local3 = _local5.getBytesTotal();
if ((_local3 > 0) || (typeof(_local3) == "undefined")) {
chk.showing = true;
chk.started = getTimer();
} else if (_local4 > chk.ad_timeout) {
_local2 = true;
}
}
if (_local4 > chk.ad_msec) {
_local2 = true;
}
if (_local2) {
if (this.server_control) {
delete this.onEnterFrame;
} else {
this.fadeout_start = getTimer();
this.onEnterFrame = this.fadeFunction;
}
}
};
}
static function showTimedAd(options) {
showInterLevelAd(options);
}
static function showPreloaderAd(options) {
showPreGameAd(options);
}
static function _allowDomains(server) {
var _local1 = server.split("/")[2].split(":")[0];
if (System.security) {
if (System.security.allowDomain) {
System.security.allowDomain("*");
System.security.allowDomain(_local1);
}
if (System.security.allowInsecureDomain) {
System.security.allowInsecureDomain("*");
System.security.allowInsecureDomain(_local1);
}
}
return(_local1);
}
static function _loadCommunicator(options) {
var _local26 = {clip:_root, com_server:"http://x.mochiads.com/com/1/", method:"loadCommunicator", depth:10337, id:"_UNKNOWN_"};
options = _parseOptions(options, _local26);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local18 = options.clip;
var _local20 = "_mochiad_com_" + options.id;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local18[_local20]) {
return(_local18[_local20].lc);
}
var _local21 = options.com_server + options.id;
_allowDomains(_local21);
delete options.id;
delete options.com_server;
var _local25 = options.depth;
delete options.depth;
var _local17 = _local18.createEmptyMovieClip(_local20, _local25);
var _local11 = _local17.createEmptyMovieClip("_mochiad_com", 1);
for (var _local15 in options) {
_local11[_local15] = options[_local15];
}
var _local6 = new LocalConnection();
var _local16 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local6.mc = _local17;
_local6.name = _local16;
_local6.allowDomain = function (d) {
return(true);
};
_local6.allowInsecureDomain = _local6.allowDomain;
_local6.connect(_local16);
_local17.lc = _local6;
_local11.lc = _local16;
_local6._id = 0;
_local6._queue = [];
_local6.rpcResult = function (cb_arg) {
var _local8 = parseInt(cb_arg);
var _local4 = this._callbacks[_local8];
if (!_local4) {
return(undefined);
}
delete this._callbacks[_local8];
var _local5 = [];
var _local3 = 2;
while (_local3 < _local4.length) {
_local5.push(_local4[_local3]);
_local3++;
}
_local3 = 1;
while (_local3 < arguments.length) {
_local5.push(arguments[_local3]);
_local3++;
}
var _local6 = _local4[1];
var _local7 = _local4[0];
if (_local7 && (typeof(_local6) == "string")) {
_local6 = _local7[_local6];
}
if (_local6) {
_local6.apply(_local7, _local5);
}
};
_local6._didConnect = function (endpoint) {
this._endpoint = endpoint;
var _local4 = this._queue;
delete this._queue;
var _local5 = this.doSend;
var _local2 = 0;
while (_local2 < _local4.length) {
var _local3 = _local4[_local2];
_local5.apply(this, _local3);
_local2++;
}
};
_local6.doSend = function (args, cbobj, cbfn) {
if (this._endpoint == null) {
var _local4 = [];
var _local3 = 0;
while (_local3 < arguments.length) {
_local4.push(arguments[_local3]);
_local3++;
}
this._queue.push(_local4);
return(undefined);
}
this._id = this._id + 1;
var _local5 = this._id;
if ((cbfn === undefined) || (cbfn === null)) {
cbfn = cbobj;
}
this._callbacks[_local5] = [cbobj, cbfn];
var _local7 = new LocalConnection();
var _local9 = _local7.send(this._endpoint, "rpc", _local5, args);
};
_local6._callbacks = {};
_local6._callbacks[0] = [_local6, "_didConnect"];
_local11.st = getTimer();
_local11.loadMovie(_local21 + ".swf", "POST");
return(_local6);
}
static function fetchHighScores(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["fetchHighScores", options];
_local1.doSend(["fetchHighScores", options], callbackObj, callbackMethod);
return(true);
}
static function sendHighScore(options, callbackObj, callbackMethod) {
var _local1 = _loadCommunicator({id:options.id});
if (!_local1) {
return(false);
}
var _local4 = ["sendHighScore", options];
_local1.doSend(["sendHighScore", options], callbackObj, callbackMethod);
return(true);
}
static function load(options) {
var _local13 = {clip:_root, server:"http://x.mochiads.com/srv/1/", method:"load", depth:10333, id:"_UNKNOWN_"};
options = _parseOptions(options, _local13);
options.swfv = options.clip.getSWFVersion() || 6;
options.mav = getVersion();
var _local9 = options.clip;
if (!_isNetworkAvailable()) {
return(null);
}
if (_local9._mochiad_loaded) {
return(null);
}
var _local12 = options.depth;
delete options.depth;
var _local6 = _local9.createEmptyMovieClip("_mochiad", _local12);
var _local11 = _getRes(options);
options.res = (_local11[0] + "x") + _local11[1];
options.server = options.server + options.id;
delete options.id;
_local9._mochiad_loaded = true;
var _local4 = _local6.createEmptyMovieClip("_mochiad_ctr", 1);
for (var _local7 in options) {
_local4[_local7] = options[_local7];
}
var _local10 = _local4.server;
delete _local4.server;
var _local14 = _allowDomains(_local10);
_local6.onEnterFrame = function () {
if (this._mochiad_ctr._url != this._url) {
this.onEnterFrame = function () {
if (!this._mochiad_ctr) {
delete this.onEnterFrame;
MochiAd.unload(this._parent);
}
};
}
};
var _local5 = new LocalConnection();
var _local8 = ["", Math.floor(new Date().getTime()), random(999999)].join("_");
_local5.mc = _local6;
_local5.name = _local8;
_local5.hostname = _local14;
_local5.allowDomain = function (d) {
return(true);
};
_local5.allowInsecureDomain = _local5.allowDomain;
_local5.connect(_local8);
_local6.lc = _local5;
_local4.lc = _local8;
_local4.st = getTimer();
_local4.loadMovie(_local10 + ".swf", "POST");
return(_local6);
}
static function unload(clip) {
if (typeof(clip) == "undefined") {
clip = _root;
}
if (clip.clip && (clip.clip._mochiad)) {
clip = clip.clip;
}
if (!clip._mochiad) {
return(false);
}
clip._mochiad.removeMovieClip();
delete clip._mochiad_loaded;
delete clip._mochiad;
return(true);
}
static function _isNetworkAvailable() {
if (System.security) {
var _local1 = System.security;
if (_local1.sandboxType == "localWithFile") {
return(false);
}
}
return(true);
}
static function _getRes(options) {
var _local3 = options.clip.getBounds();
var _local2 = 0;
var _local1 = 0;
if (typeof(options.res) != "undefined") {
var _local4 = options.res.split("x");
_local2 = parseFloat(_local4[0]);
_local1 = parseFloat(_local4[1]);
} else {
_local2 = _local3.xMax - _local3.xMin;
_local1 = _local3.yMax - _local3.yMin;
}
if ((_local2 == 0) || (_local1 == 0)) {
_local2 = Stage.width;
_local1 = Stage.height;
}
return([_local2, _local1]);
}
static function _parseOptions(options, defaults) {
var _local4 = {};
for (var _local8 in defaults) {
_local4[_local8] = defaults[_local8];
}
if (options) {
for (var _local8 in options) {
_local4[_local8] = options[_local8];
}
}
if (_root.mochiad_options) {
var _local5 = _root.mochiad_options.split("&");
var _local2 = 0;
while (_local2 < _local5.length) {
var _local3 = _local5[_local2].split("=");
_local4[unescape(_local3[0])] = unescape(_local3[1]);
_local2++;
}
}
return(_local4);
}
}
Symbol 160 MovieClip [__Packages.com.novelgames.flashgames.commonAS2.MainDevelopment] Frame 0
class com.novelgames.flashgames.commonAS2.MainDevelopment extends MovieClip
{
var title, attachMovie, titleDepth, instructions, game, getNextHighestDepth, onEnterFrame, stop;
function MainDevelopment () {
super();
}
static function initialize(movieClip) {
movieClip.__proto__ = com.novelgames.flashgames.commonAS2.MainDevelopment.prototype;
movieClip.onEnterFrame = movieClip.checkTitle;
}
function gotoTitlePage() {
removePage();
title = com.novelgames.flashgames.commonAS2.Title(attachMovie("Title", "title", titleDepth));
}
function gotoInstructionsPage() {
removePage();
instructions = com.novelgames.flashgames.commonAS2.Instructions(attachMovie("Instructions", "instructions", titleDepth));
instructions.initialize();
}
function gotoGamePage() {
removePage();
game = attachMovie("Game", "game", titleDepth);
}
function showInstructionsFromGame() {
game.pause();
game._visible = false;
instructions = com.novelgames.flashgames.commonAS2.Instructions(attachMovie("Instructions", "instructions", getNextHighestDepth()));
instructions.swapDepths(titleDepth);
instructions.initialize(true);
}
function hideInstructionsFromGame() {
instructions.swapDepths(game.getDepth());
instructions.removeMovieClip();
instructions = null;
game._visible = true;
game.unpause();
}
function showHighScores() {
trace("showHighScores()");
}
function showEnterHighScore(score) {
trace(("showEnterHighScore(" + score) + ")");
}
function checkTitle() {
if (!title) {
return(undefined);
}
onEnterFrame = null;
stop();
titleDepth = title.getDepth();
}
function removePage() {
if (title) {
title.removeMovieClip();
title = null;
}
if (instructions) {
instructions.removeMovieClip();
instructions = null;
}
if (game) {
game.removeMovieClip();
game = null;
}
}
}
Symbol 121 MovieClip Frame 1
Symbol 121 MovieClip Frame 99
stop();
_root.gotoAndPlay(3);
Symbol 123 MovieClip Frame 1
stopAllSounds();
stop();