text
stringlengths
4
1.04M
import gfx.managers.FocusHandler; import gfx.ui.InputDetails; import gfx.ui.NavigationCode; class CreditsMenu extends MovieClip { static var EndY: Number = -100; static var TextYRate: Number = 1; var CreditsText_tf: TextField; var iUpTimerID: Number; var textField: TextField; function CreditsMenu() { super...
package DDLS.iterators { import DDLS.data.DDLSFace; import DDLS.data.DDLSMesh; import DDLS.data.DDLSVertex; public class IteratorFromMeshToFaces { private var _fromMesh:DDLSMesh; private var _currIndex:int; public function IteratorFromMeshToFaces() { } public function se...
package fr.manashield.flex.thex.userInterface { import fr.manashield.flex.thex.events.ThexEventDispatcher; import fr.manashield.flex.thex.events.ForceFallEvent; import fr.manashield.flex.thex.events.PauseEvent; import fr.manashield.flex.thex.events.RotateBlockEvent; import flash.display.Stage; import flash.even...
package myriadLands.net { import com.pdsClient.client.ClientChannel; import com.pdsClient.client.PDSClientEvent; import com.pdsClient.client.SimpleClient; import com.pdsClient.util.PDSByteArray; import flash.errors.IllegalOperationError; import flash.events.EventDispatcher; import flash.system.Security; impor...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
package cmodule.lua_wrapper { public const _settzname:int = regFunc(FSM_settzname.start); }
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
package cmodule.lua_wrapper { public const _luaB_gcinfo:int = regFunc(FSM_luaB_gcinfo.start); }
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2010 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license agreement ac...
package starling.filters { import flash.errors.IllegalOperationError; import flash.geom.Matrix3D; import flash.geom.Rectangle; import starling.core.Starling; import starling.display.DisplayObject; import starling.display.Stage; import starling.events.Event; import starling.events.EventDispatcher...
/** * VERSION: 1.521 * DATE: 2011-02-15 * AS3 * UPDATES AND DOCS AT: http://www.TweenMax.com **/ package com.greensock.plugins { import com.greensock.*; import flash.display.*; import flash.geom.ColorTransform; /** * Ever wanted to tween ColorTransform properties of a DisplayObject to do advanced effects li...
package com.ankamagames.dofus.network.messages.game.character.stats { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; ...
package UI.abstract.component.control.layout { import flash.display.DisplayObject; public class MLayout extends Layout { public function MLayout ( count : int = 10 ) { super( 0 , 0 , count ); } /**不支持间距**/ override public function set verticalGap ( value : int) : void { throw new...
package assets.components { import com.hp.asi.hpic4vc.ui.Hpic4vc_storage_providerProxy; import com.hp.asi.hpic4vc.ui.model.DataGridWrapper; import com.hp.asi.hpic4vc.ui.model.PageModel; import com.hp.asi.hpic4vc.ui.model.TabModel; import com.hp.asi.hpic4vc.ui.model.TableModel; import com.hp.asi.hpic4vc.ui....
array<int> f; f.reserve(10); for( uint n = 0; n < 10; n++ ) f.insertAt(n, n); Assert( f.length() == 10 );
package visuals.ui.elements.mail { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashLabelArea; import com.playata.framework.display.lib.flash.FlashSprite; import com.playata.framewo...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF li...
package org.silexlabs.amfphp.clientgenerator.generated.service{ import flash.net.NetConnection; import flash.net.Responder; import org.silexlabs.amfphp.clientgenerator.AMFPHPServiceClient; import org.silexlabs.amfphp.clientgenerator.IResponderSignal; /** * Coupon service. Provides method for op...
/* * Copyright (c) 2009 the original author or authors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, m...
package fl.motion { /** * The RotateDirection class provides constant values for rotation behavior during a tween. * Used by the <code>rotateDirection</code> property of the fl.motion.Keyframe class. * @playerversion Flash 9.0.28.0 * @langversion 3.0 * @keyword RotateDirection, Copy Motion as ActionScript ...
package org.tuio.osc { import flash.errors.EOFError; import flash.utils.ByteArray; /** * An OSCMessage * @author Immanuel Bauer */ public class OSCMessage extends OSCPacket { private var addressPattern:String; private var pattern:String; private var action:String; private var argu...
package com.<%= file_name %>.util { public class DateUtils { public static function toASDate(s:String):Date { //String in is format YYYY-MM-DD //extract YYYY, MM, DD and make an AS date with no time if (s != "" && s != null) { return new Date(parseInt(s.substr(0,4)), parseInt(s.substr...
package net.wonderfl.editor.highlighter.model { /** * ... * @author 9re * http://wonderfl.net/user/9re */ public class AS3ColorSetting { public var defaultColor:uint = 0xffffff; public var as3Keywords:uint = 0xcf734b; public var className:uint = 0x3299f9; public var comment:uint = 0x53b055; pub...
package manager.resource { import common.Consts; import common.debug.Debug; import common.events.BooleanEvent; import common.resources.ShipResourceLoader; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.events.EventDispatcher; public class ShipSwfAttacher...
package io.decagames.rotmg.pets.windows.wardrobe { import com.company.assembleegameclient.ui.tooltip.TextToolTip; import io.decagames.rotmg.pets.data.PetsModel; import io.decagames.rotmg.ui.buttons.BaseButton; import io.decagames.rotmg.ui.buttons.SliceScalingButton; import io.decagames.rotmg.ui.defaults.DefaultLabelFo...
package flare.vis.data.render { import flare.vis.data.DataSprite; /** * Interface for DataSprite rendering modules. */ public interface IRenderer { /** * Renders drawing content for the input DataSprite. * @param d the DataSprite to draw */ function render(d:DataSprite):void; }...
package com.splunk.time { /** * The DateTime class represents date, time, and time zone information. * Unlike the native Flash Date class, which operates in the local time zone * setting on the operating system that is running Flash Player, this class * lets you perform date and time operations relative to an...
// makeswf -v 7 -s 200x150 -r 1 -o crash-0.7.5-textlayout.swf crash-0.7.5-textlayout.as createTextField ("t", 0, 0, 0, 200, 150); t.html = true; t.htmlText = "12345678901234567890\r1234567890<p align='right'>12345</p>"; trace (t.htmlText); getURL ("fscommand:quit", "");
package parse { public class TokenType { public static var ident:int = 1; public static var constant:int = 2; public static var Assign:int = 3; public static var MOP:int = 4; public static var LOP:int = 5; public static var COP:int = 6;...
package serverProto.basePvp { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; import ...
package cmodule.lua_wrapper { import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.li8; import avm2.intrinsics.memory.sf64; import avm2.intrinsics.memory.si32; import avm2.intrinsics.memory.si8; public final class FSM_f_seek extends Machine { public static c...
package com.ankamagames.jerakine.newCache.garbage { import com.ankamagames.jerakine.newCache.ICache; import flash.utils.Dictionary; import mx.utils.LinkedList; import mx.utils.LinkedListNode; public class LfruCache implements ICache { private var _unprivileged:Dicti...
package { import Array; import flash.display.Sprite; import flexUnitTests.com.pcup.utils.FrameScriptManagerTest; import flexunit.flexui.FlexUnitTestRunnerUIAS; public class FlexUnitApplication extends Sprite { public function FlexUnitApplication() { ...
/* ADOBE SYSTEMS INCORPORATED Copyright 2008 Adobe Systems Incorporated. All Rights Reserved. NOTICE: Adobe permits you to modify and distribute this file only in accordance with the terms of Adobe AIR SDK license agreement. You may have received this file from a source other than Adobe. Nonetheless, you may modi...
/* * Copyright(c) 2007 the Spark project. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
package com.ankamagames.dofus.network.messages.game.startup { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; impo...
package fl.controls.listClasses { import fl.controls.listClasses.ListData; import fl.core.UIComponent; public class TileListData extends ListData { protected var _source : Object; public function get source () : Object; public function TileListData (label:String, icon:Object, source:Object, owner:UIComponent, in...
/** * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the terms and conditio...
package models.ui.controls { // Feathers Includes import feathers.controls.IScrollBar; import feathers.controls.List; import feathers.controls.ScrollContainer; import feathers.controls.SimpleScrollBar; import feathers.data.ListCollection; import feathers.layout.VerticalLayout; // Starling Includes ...
/** * * Hungry Hero Game * http://www.hungryherogame.com * * Copyright (c) 2012 Hemanth Sharma (www.hsharma.com). All rights reserved. * * This ActionScript source code is free. * You can redistribute and/or modify it in accordance with the * terms of the accompanying Simplified BSD License Agreement. * ...
/** * <p>Original Author: toddanderson</p> * <p>Class File: ITapMediator.as</p> * <p>Version: 0.3</p> * * <p>Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, includin...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the Li...
package com.swfdiy.data.SWFTag { import com.swfdiy.data.ABC; import com.swfdiy.data.ABCStream; import com.swfdiy.data.SWFStream; import com.swfdiy.data.SWFTag; import flash.utils.ByteArray; public class TagDoABC extends SWFTag { static public var ID:int = 82; private var _Flags:int; private var _N...
// Light animation example. // This sample is base on StaticScene, and it demonstrates: // - Usage of attribute animation for light color animation #include "Scripts/Utilities/Sample.as" void Start() { // Execute the common startup for samples SampleStart(); // Create the UI content C...
package modules.game.majiangGame.view.majiangPart.hupaiTip { import modules.game.majiangGame.view.card.outputCard.RightOutputCard; import laya.ui.View; public class RightHupaiTipPart extends BaseSingleHupaiTipPart { public function RightHupaiTipPart(skin:View) { super(skin); init(); } private f...
package dragonBones.objects { public final class ZOrderTimelineData extends TimelineData { public function ZOrderTimelineData() { super(this); } } }
/** MIT License Copyright (c) 2020 Xamarin Copyright (c) 2020 Eli Aloni (https://github.com/elix22) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without ...
package com.swfwire.decompiler { import com.swfwire.decompiler.SWF8Reader; import com.swfwire.decompiler.abc.ABCByteArray; import com.swfwire.decompiler.abc.ABCFile; import com.swfwire.decompiler.abc.ABCReadResult; import com.swfwire.decompiler.abc.ABCReader; import com.swfwire.decompiler.data.swf.*; imp...
package flicker.gui { import flash.utils.Dictionary; /** * Обертка визуального класса для создания непосредственных экземпляров графики на основе ресурсов скинов * * @version 1.0.3 * @author meps */ public class CGSkinHelper implements IGSkinnable { /** Подписать обработчик на обновление клипа...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org/ * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF li...
package kabam.rotmg.messaging.impl.outgoing { import flash.utils.IDataOutput; import kabam.rotmg.messaging.impl.data.MoveRecord; import kabam.rotmg.messaging.impl.data.WorldPosData; public class Move extends OutgoingMessage { public function Move(param1:uint, param2:Function) { this.newPosition_ = new Wo...
package fl.video { import flash.display.*; /** * @private * * @langversion 3.0 * @playerversion Flash 9.0.28.0 */ public class ControlData { public var uiMgr : UIManager; public var index : int; public var ctrl : DisplayObject; public var owner : DisplayObject; public var...
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including witho...
package com.playata.application.ui.elements.herobook { import com.playata.application.data.herobook.HerobookItem; import com.playata.application.data.quest.Quest; import com.playata.application.ui.elements.citymap.ICitymapQuestButton; import com.playata.application.ui.elements.generic.button.UiButtonWrapper...
package engine.framework.debug { import engine.framework.pb_internal; import flash.utils.Dictionary; use namespace pb_internal; public class ConsoleCommandManager { pb_internal var commands:Dictionary = new Dictionary(); protected var commandList:Vector.<ConsoleCommand...
/** * Copyright (c) 2010 Johnson Center for Simulation at Pine Technical College * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ...
import templateMove.mvcFLV.*; import templateMove.mvc.*; import templateMove.util.*; import templateMove.I.* class templateMove.mvcFLV.PlayPauseCenterController extends AbstractController { /////////////////////////////////////////////////////////////////////////////////////////// public function Pl...
/* * Copyright (c) 2009 Erin Catto http://www.gphysics.com * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any purpose, * inc...
package com.company.assembleegameclient.ui.options { import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.filters.DropShadowFilter; import flash.geom.Point; import kabam.rotmg.text.view.TextFieldDisplayConcrete; import kabam.rotmg.text.view.st...
/* * BetweenAS3 * * Licensed under the MIT License * * Copyright (c) 2009 BeInteractive! (www.be-interactive.org) and * Spark project (www.libspark.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentat...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //io.decagames.rotmg.pets.windows.yard.feed.items.FeedItemMediator package io.decagames.rotmg.pets.windows.yard.feed.items { import robotlegs.bender.bundles.mvcs.Mediator; import kabam.rotmg.core.signals.ShowTooltipSignal; import kabam.rotmg.core....
package services.command.hotels { import com.adobe.cairngorm.control.CairngormEvent; import services.business.hotels.HotelsDelegate; import services.cairngorm.BaseCommand; import services.events.hotels.UpdateHotelInfoEvent; import services.vo.hotels.HotelInfoTotalVO; public class UpdateHotelInfoCommand extends...
/* Copyright (c) 2007 Walaber Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, ...
package { public dynamic class Function { public function apply(thisArg:*, argArray:*):*; public function call(thisArg:*, ... args):*; } }
package com.ek.library.debug { internal class ConsoleCommand { public var alias:String; public var desc:String; public var func:Function; public var trimArgs:Boolean; public function ConsoleCommand(alias:String, desc:String, func:Function, trimArgs:Boolean = true) { this.alias = alias; this.desc = ...
package kabam.rotmg.maploading.signals { import org.osflash.signals.Signal; public class HideMapLoadingSignal extends Signal { public function HideMapLoadingSignal() { super(); } } }
// Message void onInit(CBlob@ this) { client_AddToChat("The Horrors are coming...", SColor(255, 255, 0, 0)); this.server_Die(); }
package{ public class Const { public static const WIDTH:int = 320; public static const HEIGHT:int = 320; public static const MARGIN:int = 16; public static const RESOLUTION:int = 2; public static const LINE_SIZE:int = 48; public static const BGM_TITLE:int = 0; public static const BGM_PLA...
/** * Style.as * Keith Peters * version 0.9.10 * * A collection of style variables used by the components. * If you want to customize the colors of your components, change these values BEFORE instantiating any components. * * Copyright (c) 2011 Keith Peters * * Permission is hereby granted, free of charge,...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2007 Tink Ltd | http://www.tink.ws // // Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated // documentation files (the "Software"), to deal in the Software wit...
package com.company.util { public interface IIterator { function reset():void; function next():Object; function hasNext():Boolean; } }
package kabam.rotmg.core.model { import com.company.assembleegameclient.appengine.SavedCharacter; import com.company.assembleegameclient.appengine.SavedCharactersList; import com.company.assembleegameclient.appengine.SavedNewsItem; import com.company.assembleegameclient.parameters.Parameters; import kabam.rotmg.accoun...
/* * Copyright 2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import com.adobe.test.Assert; // var SECTION = "LexicalConventions/regexp-literals-002.js"; // var VERSION ...
package com.smbc.projectiles { import com.explodingRabbit.display.CustomMovieClip; import com.explodingRabbit.utils.CustomTimer; import com.smbc.data.AnimationTimers; import com.smbc.graphics.CoinExplosion; import com.smbc.graphics.MasterObjects; import com.smbc.graphics.StarBurst; import com.smbc.ground.*; i...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
/** @file wave.as */ /** * @addtogroup Assets * @{ **/ namespace Asset //! Namespace containing all asset related classes, enums and functions { /** * @class Asset::Wave * @brief A wrapper class for waves. Allows you to interact with engine waves. * @author Hilze Vonck **/ class Wave { ...
package feathers.examples.gallery.data { public class GalleryItem { public function GalleryItem(title:String, url:String, thumbURL:String) { this.title = title; this.url = url; this.thumbURL = thumbURL; } public var title:String; public var url:String; public var thumbURL:String; } }
package caurina.transitions { import caurina.transitions.AuxFunctions; /** * The tween list object. Stores all of the properties and information that pertain to individual tweens. * * @author Nate Chatellier, Zeh Fernando * @version 1.0.4 * @private */ public class TweenListObj { public var s...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
/* * Copyright (c) 2014 Frédéric Thomas * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License,...
package zombie { /** * ... * @author Diogo Muller */ public class Assets { /* IMAGES */ [Embed(source = "../../assets/images/background.png")] public static const IMAGE_BACKGROUND : Class; /* TILESETS */ [Embed(source = "../../assets/images/tileset.png")] public static const IMAGE_TILESET : Class;...
package SWIGExample { import com.adobe.flascc.swig.*; import avmplus.System; function ASStrFunc():String { return "here's a String"; } function ASOtherStrFunc(a:String, b:int):String { Trace("string: " + a); Trace("int: " + b); return "string from AS"; } public function ASMain() { Trace("here's w...
package { import flash.display.MovieClip public class HitButtonShape extends BaseShape { public function HitButtonShape() { } } }
package com.amanitadesign.steam { import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import flash.events.StatusEvent; import flash.external.ExtensionContext; import flash.utils.ByteArray; import flash.utils.clearInterval; import flash.utils.setInterval...
package kabam.rotmg.application.impl { import com.company.assembleegameclient.parameters.Parameters; import kabam.rotmg.application.api.ApplicationSetup; public class LocalhostSetup implements ApplicationSetup { private const SERVER:String = "http://localhost:8080"; private const ANALYTICS:String = "UA-101...
/* Feathers Copyright 2012-2015 Bowler Hat LLC. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. */ package feathers.layout { import feathers.core.IFeathersControl; import feathers.core.IValidating; import ...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
/* Copyright (C) NSiFor Holding LTD - All Rights Reserved * Unauthorized copying of this file, via any medium is strictly prohibited * Proprietary and confidential * Written by for NSiFor Holding LTD */ package storm.isometric.core { import flash.geom.Point; /** * @author */ public class IsoMath { //{ --...
///////////////////////////////////////////////////////////////////////////////////// // // Simplified BSD License // ====================== // // Copyright 2013-2014 Pascal ECHEMANN. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // ar...
/* Copyright (c) 2009 Yahoo! Inc. All rights reserved. The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license */ package com.yahoo.astra.mx.controls.colorPickerClasses { import com.yahoo.astra.animation.Animation; import com.yahoo.astra.mx.core.yahoo_mx...
package zpp_nape { public class ZPP_Const extends Object { public function ZPP_Const() { } public static function POSINF() : Number { return 1.79E308; } public static function NEGINF() : Number { return -1.79E308; } ...
package gamelobby { import assets.LobbyTexturesHelper; import assets.TutorialTexturesHelper; import flash.external.ExternalInterface; import flash.filters.GlowFilter; import flash.utils.getTimer; import network.PacketHeader; import player.PlayerInformation; import scene.Scene; import service.LobbyService; im...
package { import flash.text.TextField; /** * ... * @author UnknownGuardian */ public class Instruct { public var data:String; public function Instruct(s:String) { data = s; var t:TextField = new TextField(); } } }
//------------------------------------------------------------------------------ // Copyright (c) 2009-2013 the original author or authors. All Rights Reserved. // // NOTICE: You are permitted to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. //---...
package utils { import core.TPObjectUtil; /** * ... * @author notSafeForDev */ public class ObjectUtil { public static function hasOwnProperty(_object : Object, _propertyName : String) : Boolean { return TPObjectUtil.hasOwnProperty(_object, _propertyName); } } }
 //Created by Action Script Viewer - http://www.buraks.com/asv class mx.transitions.BroadcasterMX { var _listeners; function BroadcasterMX () { } static function initialize(_arg1, _arg2) { if (_arg1.broadcastMessage != undefined) { delete _ar...
package kabam.rotmg.dailyLogin.controller { import com.company.assembleegameclient.objects.ObjectLibrary; import com.company.assembleegameclient.parameters.Parameters; import kabam.rotmg.chat.model.ChatMessage; import kabam.rotmg.dailyLogin.message.ClaimDailyRewardResponse; import kabam.rotmg.dailyLogin.model.DailyLo...
// This class is intended to be used for embedding Go Player as a // component in other ActionScript projects. package goplayer { import flash.display.Sprite import flash.events.Event public class GoPlayer extends Component implements IApplicationListener { private var application : Application priva...