text
stringlengths
4
1.04M
package cmodule.lua_wrapper { public const _luaZ_openspace:int = regFunc(FSM_luaZ_openspace.start); }
package goplayer { public class BitratePolicy { private var _bitrate : Bitrate public function BitratePolicy(bitrate : Bitrate = null) { _bitrate = bitrate } public function get bitrate() : Bitrate { return _bitrate } public function toString() : String { return this == MAX ? "m...
/** * 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 com.playata.application.ui { public class BackgroundType { public static const Unknown:int = 0; public static const Character:int = 1; public static const Duel:int = 2; public static const Duel_USK18:int = 1002; public static const Shop:int ...
package fl.controls.listClasses { import fl.controls.ButtonLabelPlacement; import fl.controls.listClasses.ListData; import fl.controls.listClasses.ICellRenderer; import fl.controls.LabelButton; import fl.core.UIComponent; import flash.events.Event; import flash.events.MouseEvent; /** * @copy fl.c...
/* Copyright (c) 2007 salesforce.com, inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the fo...
package controller { import flash.events.Event; import org.asaplibrary.management.movie.LocalController; import fl.controls.NumericStepper; import ui.MyButton; public class DelayButtonController extends LocalController { public var tInDelayNS:NumericStepper; public var tOutDelayNS:NumericStepper; ...
package kabam.rotmg.servers.control { import com.company.assembleegameclient.parameters.Parameters; import kabam.rotmg.servers.api.Server; import kabam.rotmg.servers.api.ServerModel; public class ParseServerDataCommand { [Inject] public var servers:ServerModel; [Inject] public var data:XML; pu...
/* Copyright 2018 Tua Rua Ltd. 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 agreed to in writing, software ...
package serverProto.fight { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_UINT32; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; ...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //io.decagames.rotmg.seasonalEvent.SeasonalLeaderBoard.SeasonalLeaderBoardMediator package io.decagames.rotmg.seasonalEvent.SeasonalLeaderBoard { import robotlegs.bender.bundles.mvcs.Mediator; import io.decagames.rotmg.ui.popups.signals.ClosePopupSign...
package com.voxeo.phono.impl.xmpp { import com.adobe.crypto.SHA1; import mx.collaboration.xmpp.protocol.packets.PacketExtension; public class Capabilities extends PacketExtension { public static var ELEMENT_NAME:String = "c"; public static var NAMESPACE_URI:String = "http://jabber.org/protocol/caps"; publ...
// Action script... // [Initial MovieClip Action of sprite 20981] #initclip 246 if (!dofus.graphics.gapi.ui.Timeline) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // end if if (!dofus.graphics.gapi)...
package kabam.rotmg.promotions.view { import flash.display.DisplayObject; import flash.display.Sprite; import flash.events.MouseEvent; import flash.filters.DropShadowFilter; import kabam.rotmg.packages.view.BasePackageButton; import kabam.rotmg.text.view.TextFieldDisplayConcrete; import kabam.rotmg.text.view.stringBu...
// // Copyright 2012 Google Inc. All Rights Reserved. // // 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 require...
package visuals.ui.elements.bonus { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashSprite; import flash.display.MovieClip; public class SymbolDailyBonusRewardBeltGeneric exten...
/** * This is a generated class and is not intended for modification. */ package valueObjects { import com.adobe.fiber.styles.IStyle; import com.adobe.fiber.styles.Style; import com.adobe.fiber.styles.StyleValidator; import com.adobe.fiber.valueobjects.AbstractEntityMetadata; import com.adobe.fiber.value...
/* | | _) | | _) __ \ | | __| __| | __ \ _` | | | | | | | | | | ( | _.__/ _| _| \__| \__| _| _| _| \__, | |___/ Blitting, http://blitting.com Copyright (c) 2015 Jason Sturges, http://jasonsturges.com */ package blitt...
/* ***** 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 License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
package view { import model.constants.Positions; import view.components.WhiteCircle; import com.epologee.navigator.behaviors.IHasStateInitialization; import com.epologee.navigator.behaviors.IHasStateTransition; import com.greensock.TweenMax; import org.robotlegs.mvcs.Mediator; /** * @author Eric-Paul Leclu...
//////////////////////////////////////////////////////////////////////////////// // // 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...
class s { string @a; }; void TestAny() { const s a; any c; c.retrieve(@a.a); }
package org.osflash.dom.path.parser.parselets.types { import org.osflash.dom.path.DOMPathError; import org.osflash.dom.path.parser.IDOMPathParser; import org.osflash.dom.path.parser.expressions.IDOMPathExpression; import org.osflash.dom.path.parser.expressions.types.DOMPathNumberExpression; import org.osflash.dom....
import com.GameInterface.Chat; import com.GameInterface.Log; /* * ... * @author fox */ class com.fox.Utils.Debugger { static function LogText(text) { Log.Warning("AgentSwitcher", text) } static function PrintText(text) { com.GameInterface.UtilsBase.PrintChatText(string(text)); } static function Pr...
// // Consts.js - Constants used in a variety of applications. // // copyright (c) 2006-2007, Jim Armstrong. All Rights Reserved. // // This software program is supplied 'as is' without any warranty, express, implied, // or otherwise, including without limitation all warranties of merchantability or fitness // for a ...
import agung.utils.UArray; import agung.utils.UCookie; /** * This class handles the shop data * Here, the data is being placed and extracted from the cookies * In any shop or cart module, if you remove or add an item, this class will handle it and at the same * time call other function to update everything...
/** * VERSION: 1.15 * DATE: 2010-06-23 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading { import com.greensock.loading.core.DisplayObjectLoader; import flash.display.Bitmap; import flash.events.Event; /** * Loads an image file (png, jpg, or gif) and automatic...
package com.swfwire.decompiler.data.swf3.records { import com.swfwire.decompiler.data.swf.records.*; import com.swfwire.decompiler.data.swf2.records.FillStyleArrayRecord2; public class StyleChangeRecord3 implements IShapeRecord { public var stateNewStyles:Boolean; public var stateLineStyle:Boolean; ...
/** * TextArea.as * Keith Peters * version 0.9.10 * * A Text component for displaying multiple lines of text with a scrollbar. * * Copyright (c) 2011 Keith Peters * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Sof...
package { import flash.display.MovieClip; import flash.accessibility.*; import se.svt.caspar.template.CasparTemplate; public class VBCLogo extends CasparTemplate { public function VBCLogo() { // constructor code } } }
package com.dehats.fgl.analysis { import mx.collections.ArrayCollection; /** * * @author davidderaedt * * Parser for any SQL DB structure file (basically, a list of CREATE TABLE statements) * */ public class SQLStructureParser { public function analyzeCode(pSQL:String):SQLDBData { pSQL = pSQL.repl...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 idv.cjcat.stardust.common.particles { public interface ParticleCollection { function add(particle:Particle):void; function clear():void; function getIterator():ParticleIterator; function sort():void; function get size():int; } }
package it.gotoandplay.smartfoxserver.http { /** * IHttpProtocolCodec interface. * * @version 1.0.0 * * @author The gotoAndPlay() Team * {@link http://www.smartfoxserver.com} * {@link http://www.gotoandplay.it} * * @exclude */ public interface IHttpProtocolCodec { function encode(sessi...
package org.servebox.cafe.core.modularity { import flash.utils.describeType; import flash.utils.getQualifiedClassName; import mx.core.FlexGlobals; import mx.logging.ILogger; import mx.logging.Log; import org.servebox.cafe.core.Container; import org.servebox.cafe.core.layout.ILayoutArea; import org.servebox....
package net.qb9.hades.push { import flash.events.EventDispatcher; import flash.events.StatusEvent; public class PushExtension extends EventDispatcher { private static var instance:PushExtension = null; public static function getInstance():PushExtension { if ( instance == null ) instance = new PushExt...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * gen by tools! * time:Thu Oct 10 18:10:59 GMT+0800 2013 * from:神将渠道列表配置.csv * to:client_channel_setting.json **/ package SJ.Game.data.json { import engine_starling.data.SDataBaseJson; public class Json_client_channel_setting extends SDataBaseJson { public function Json_client_channel_setting() { } priva...
package kabam.rotmg.ui.view { import kabam.rotmg.account.core.signals.VerifyAgeSignal; import kabam.rotmg.dialogs.control.CloseDialogsSignal; import robotlegs.bender.bundles.mvcs.Mediator; public class AgeVerificationMediator extends Mediator { [Inject] public var view:AgeVeri...
package cc.gullinbursti.sorting { //] includes [!]> //]=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~. import cc.gullinbursti.lang.Arrays; import cc.gullinbursti.lang.Numbers; import cc.gullinbursti.lang.Objects; import flash.geom.Point; //]~=~=~=~=~=~=~=~=~=~=~=~=~=~[]~=~=~=~=~=~=~=~=~=~=~=~=~=~[ /** * * @author G...
interface intf { void test(); } class myclass : intf, intf { } interface nointf {} void test(intf &i) { intf a; intf@ b, c; b = c; myclass d; nointf@ e = d; myclass@f = b; }
//////////////////////////////////////////////////////////////////////////////// // // 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 fl.data { /** * The TileListCollectionItem class defines a single item in an inspectable * property that represents a data provider. A TileListCollectionItem object * is a collection list item that contains only <code>label</code> and * <code>source</code> properties, and is primarily used in the Ti...
/* 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; import com.adobe.test.Utils; // var SECTION = "exception-002"; // var VERSION...
package church.view.weddingRoom { import church.model.ChurchRoomModel; import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.ComponentSetting; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.ui.image.Scale9CornerImage; import com.pickgliss.ui.image.ScaleFrameImage; import...
/* 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 = "while-004"; // var VERSION = "ECMA_2"; // var TITLE =...
// // $Id$ package com.threerings.msoy.item.data.all { import com.threerings.io.ObjectInputStream; import com.threerings.io.ObjectOutputStream; import com.threerings.io.Streamable; import com.threerings.util.Comparable; import com.threerings.util.DelayUtil; import com.threerings.util.Hashable; import com.threerings....
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com // All rights reserved. package cadetEditor2DFlash.tools { import cadet.core.IComponentContainer; import cadet.util.ComponentUtil; import cadet2D.components.skins.IRenderable; import cadetEditor.assets.CadetEditorIcons; import cadetEditor....
package loaders.pageLoader { import br.com.stimuli.loading.BulkLoader; import br.com.stimuli.loading.BulkProgressEvent; import core.casalib.CasaEventDispatcherExtended; import flash.display.DisplayObject; import flash.system.ApplicationDomain; import flash.system.LoaderContext; /** * Генерируетс...
package cmodule.decry { import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.si32; public final class FSM___xordi3 extends Machine { public function FSM___xordi3() { super(); } public static function start() : void { var ...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2007 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...
/* * Copyright 2010 The Closure Compiler 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 applicable...
package com.playata.framework.display.layout { import com.playata.framework.core.enum.Enum; public class LayoutScaleMode extends Enum { public static const NONE:LayoutScaleMode = new LayoutScaleMode(); public static const FIT_WIDTH:LayoutScaleMode = new LayoutScaleMode(); ...
/* Feathers Copyright 2012-2013 Joshua Tynjala. 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.core { import feathers.utils.display.getDisplayObjectDepthFromStage; import flash.utils.Di...
/** * Created by Administrator on 2015/7/28. */ package geometry.ui.shapes { import flash.events.MouseEvent; import flash.geom.Point; import flash.text.TextFormatAlign; import org.flexlite.domUI.components.Group; import org.flexlite.domUI.components.Label; import org.flexlite.domUI.core.UIComponent; public c...
package org.osflash.html.element { /** * @author Simon Richardson - me@simonrichardson.info */ public interface IHTMLNodeRestricted { function get restricted() : Boolean; } }
package it.gotoandplay.smartfoxserver.util { public class ObjectSerializer { private static var instance:ObjectSerializer; private var debug:Boolean; private var eof:String; private var tabs:String; public function ObjectSerial...
package devoron.data.core { /** * ... * @author ... */ public class SearchAndReplace { public function SearchAndReplace() { } } }
package cn.vision.consts.state { /** * * 定义了UI状态常量。 * * @author vision * @langversion 3.0 * @playerversion Flash 9, AIR 1.1 * @productversion vision 1.0 * */ import cn.vision.consts.Consts; public final class UIStateConsts extends Consts { /** * * UI初始化状态,此时UI开始初始化。 * ...
package net.iab.vpaid.creative.ui { import flash.events.EventDispatcher; import flash.events.MouseEvent; import net.iab.vpaid.core.AdGlobal; import net.iab.vpaid.creative.player.AdVideoPlayer; import net.iab.vpaid.events.ControlEvent; import net.iab.vpaid.events.VPAIDEvent; /** * Dispatches events through mess...
/* Copyright (c) 2012 Raohmaru 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, subli...
package feathers.examples.componentsExplorer.screens { import feathers.controls.Button; import feathers.controls.Header; import feathers.controls.LayoutGroup; import feathers.controls.PanelScreen; import feathers.controls.TextInput; import feathers.controls.WebView; import feathers.events.FeathersEventType; imp...
//////////////////////////////////////////////////////////////////////////////// // // 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 org.superkaka.KLib.utils { import flash.display.Loader; import flash.display.LoaderInfo; import flash.events.Event; import flash.system.ApplicationDomain; import flash.system.LoaderContext; import flash.utils.ByteArray; import flash.utils.Dictionary; /** * ... * @author kaka */ public class Cla...
package feathers.examples.componentsExplorer.screens { import feathers.controls.Button; import feathers.controls.GroupedList; import feathers.controls.PanelScreen; import feathers.controls.PickerList; import feathers.controls.ToggleSwitch; import feathers.controls.renderers.BaseDefaultItemRenderer; import feathe...
//////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Ruben Buniatyan. All rights reserved. // // This source is subject to the license agreement accompanying it. // //////////////////////////////////////////////////////////////////////////////// package flame.crypto.a...
package com.epolyakov.mock { import flash.errors.EOFError; import flash.errors.IOError; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFalse; import org.flexunit.asserts.assertTrue; /** * @author Evgeniy Polyakov */ public class MockTests { [Before] public function Before(...
package laya.ui { /** * <code>HBox</code> 是一个水平布局容器类。 */ public class HBox extends LayoutBox { /** * 无对齐。 */ public static const NONE:String = "none"; /** * 居顶部对齐。 */ public static const TOP:String = "top"; /** * 居中对齐。 */ public static const MIDDLE:String = "middle...
/****************************************************************************** * Spine Runtimes License Agreement * Last updated January 1, 2020. Replaces all prior versions. * * Copyright (c) 2013-2020, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivative...
package game.net.data.c { import flash.utils.ByteArray; import game.net.data.DataBase; import game.net.data.vo.*; import game.net.data.IData; public class CFbNightmare extends DataBase { public var id : int; public static const CMD : int=22021; public function CFbNightmare() { ...
package cmodule.lua_wrapper { function AS3_NOP(param1:*) : * { return param1; } }
package as3lib.core.valid.string { /** * */ public function isQQ(value:String):Boolean { var pattern:RegExp = new RegExp("^[1-9]*[1-9][0-9]*$"); return value.match(pattern) != null; } }
package com.ankamagames.dofus.network.messages.game.character.spell.forgettable { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetw...
//////////////////////////////////////////////////////////////////////////////// // // 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 test { public class Issue3113_1 { private static var v:String; public static function foo():void { .$(EntryPoint) } } }
/** * CipherSuites * * An enumeration of cipher-suites available for TLS to use, along with * their properties, and some convenience methods * Copyright (c) 2007 Henri Torgemane * * See LICENSE.txt for full license information. */ /*[IF-FLASH]*/package com.hurlant.crypto.tls { import com.hurlant.cr...
/** * * Blackhole/Repulsor * * https://github.com/AbsolutRenal * * Copyright (c) 2012 AbsolutRenal (Renaud Cousin). 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. **/ ...
//////////////////////////////////////////////////////////////////////////////// // // 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 game.data { import com.data.Data; import com.data.HashMap; import flash.utils.ByteArray; /** *副本掉落和怪物 * @author Administrator * */ public class FBData extends Data { /** * 怪物 * @default */ public var monsters:Array; /** * 物品掉落 * @default */ // publ...
package utils { public class PNGFilterType { public static const NONE:int = 0; public static const SUB:int = 1; public static const UP:int = 2; public static const AVERAGE:int = 3; public static const PAETH:int = 4; } }
/***************************************************** * * Copyright 2009 Adobe Systems Incorporated. All Rights Reserved. * ***************************************************** * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except...
//////////////////////////////////////////////////////////////////////////////// // // 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 citrus.sounds { import aze.motion.eaze; import citrus.sounds.groups.UIGroup; import citrus.core.citrus_internal; import citrus.sounds.groups.BGMGroup; import citrus.sounds.groups.SFXGroup; import flash.events.EventDispatcher; import flash.media.SoundMixer; import flash.media.SoundTransform; import f...
table kgMapName "Maps kg pep names to common name" ( string kgPepId; "pep ID" string geneName; "gene name" )
package com.company.assembleegameclient.ui.menu { import com.company.assembleegameclient.map.Map; import com.company.assembleegameclient.objects.Player; import com.company.assembleegameclient.ui.GameObjectListItem; import com.company.assembleegameclient.ui.LineBreakDesign; import flash.events.Event; import flash.event...
package { import org.as3commons.collections.fx.ArrayListFx; import org.as3commons.collections.fx.events.CollectionEvent; import org.as3commons.collections.fx.events.ListEvent; import flash.display.Sprite; public class CollectionEventDowncastExample extends Sprite { public function CollectionEventDowncastExampl...
// ================================================================================================= // // Starling Framework // Copyright Gamua GmbH. 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 ten_seconds_to_live.com.five_ants.ten_secs.realities { import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.utils.Dictionary; import org.osflash.signals.OnceSignal; import ten_seconds_to_live.com.five_ants.ten_secs.Camera; import ten_seconds_to_live.com.fi...
package net.retrocade.vault{ import flash.events.EventDispatcher; import flash.utils.Proxy; /** * <p>Vault is a static class which can be used to store sensitive numeric data * in a way to prevent memory-editing programs from changing it by using * multiple obfuscation techniques.</p> ...
/** * Morn UI Version 3.0 http://www.mornui.com/ * Feedback yungvip@163.com weixin:yungzhu */ package morn.editor.core { /**render接口,实现了编辑器render类型*/ public interface IRender { function set itemRender(value:*):void; } }
package com.myflexhero.network.core.image { import com.myflexhero.network.core.IImageAsset; import com.myflexhero.network.core.util.GraphicDrawHelper; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.geom.Matrix; import flash.geom.Rectangle; import mx.core.UIComponent; publ...
/** * VERSION: 6.1 * DATE: 2010-12-20 * AS3 (AS2 is also available) * UPDATES AND DOCS AT: http://www.greensock.com/overwritemanager/ **/ package com.greensock { import com.greensock.core.SimpleTimeline; import com.greensock.core.TweenCore; /** * OverwriteManager resolves conflicts between tweens a...
package { import openfl.display.BitmapData; import openfl.display.Sprite; import openfl.display.Tile; import openfl.display.Tilemap; import openfl.display.Tileset; import openfl.geom.Rectangle; import openfl.utils.Assets; public class App extends Sprite { public function App () { super ()...
/* CASA Lib for ActionScript 3.0 Copyright (c) 2009, Aaron Clinger & Contributors of CASA Lib All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: - Redistributions of source code must retain the ab...
package kabam.rotmg.assets { import mx.core.BitmapAsset; [Embed(source="EmbeddedAssets_chars8x8rMid2Embed.png")] public class EmbeddedAssets_chars8x8rMid2Embed extends BitmapAsset { public function EmbeddedAssets_chars8x8rMid2Embed() { super(); } } }
//////////////////////////////////////////////////////////////////////////////// // // 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 com.ankamagames.dofus.datacenter.abuse { import com.ankamagames.dofus.types.IdAccessors; import com.ankamagames.jerakine.data.GameData; import com.ankamagames.jerakine.data.I18n; import com.ankamagames.jerakine.interfaces.IDataCenter; import com.ankamagames.jerakine.logger.Log; import c...
package core.base { import core.base.interfaces.IExecutable; import core.service.CoreServiceContainer; public class CoreCallback extends CoreBaseSender { public static const GROUP:String = 'group'; public static const CALLBACK:String = 'callback'; public static const CALLBACKS:String = 'callbacks'; p...
package com.company.assembleegameclient.ui.panels.itemgrids.itemtiles { import com.company.assembleegameclient.ui.panels.itemgrids.ItemGrid; import flash.display.DisplayObject; import flash.events.Event; import flash.events.MouseEvent; import flash.events.TimerEvent; import flash.geom.Point; import...