CombinedText
stringlengths
4
3.42M
/* * Copyright (c) 2006-2007 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,...
package base { import map.model.MapInfo; import flash.geom.Point; import flash.utils.getTimer; import com.tencent.morefun.naruto.model.event.ModelEvent; import map.def.MapModelKeyDef; public class AStarPathFinder { private const COST_HORIZONTAL:int = 10; private const...
package com.greensock.plugins { import com.greensock.TweenLite; public class BezierPlugin extends TweenPlugin { public static const API:Number = 1; protected static const _RAD2DEG:Number = 180 / Math.PI; protected var _target:Object; protected var...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * VERSION: 1.83 * DATE: 2011-02-14 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading { import flash.events.Event; import flash.text.StyleSheet; /** Dispatched when the loader's <code>httpStatus</code> value changes. **/ [Event(name="httpStatus", type="com....
package model { import flash.net.SharedObject; import model.modules.ModCollections; import mx.collections.ArrayCollection; [Bindable] public class AppModel { public static const SPLASH_SCREEN:int = 0; public static const MAIN_SCREEN:int = 1; public static const HELP_SCREEN:int = 2; private static ...
package { import starling.core.Starling; import starling.display.Sprite; import starling.events.Touch; import starling.events.TouchEvent; import starling.events.TouchPhase; import treefortress.spriter.SpriterClip; import treefortress.spriter.SpriterLoader; public class ExampleBasic extends Sprite { pr...
/* ***** 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/ * ...
// 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/. package TestInheritance { public class BaseClass { private var testVariable; public function BaseClass() { t...
/* Copyright (C) 2007 Apple 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 follow...
// Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php package mvcexpress.extensions.workers.core.traceObjects.command { import mvcexpress.core.namespace.pureLegsCore; import mvcexpress.core.traceObjects.MvcTraceActions; import mvcexpress.core.traceObjects.TraceObj_SendMessage; import mvc...
package org.fatlib.interfaces { /** * Objects that implement this interface are iterable */ public interface IIterable { /** * Get an iterator for this object * @return An iterator for this object */ function getIterator():IIterator; } }
//////////////////////////////////////////////////////////////////////////////// // // 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.leui.errors { /** *@author swellee */ public class LError extends Error { public function LError(message:*="", id:*=0) { super("LexUI_Error_"+message, id); } } }
package com.playfab.ServerModels { public class StoreItem { public var CustomData:Object; public var DisplayPosition:*; public var ItemId:String; public var RealCurrencyPrices:Object; public var VirtualCurrencyPrices:Object; public function StoreItem(data:Object...
import gfx.events.EventDispatcher; import gfx.ui.InputDetails; import gfx.ui.NavigationCode; import gfx.managers.FocusHandler; import Shared.GlobalFunc; import skyui.components.ButtonPanel; import skyui.util.GlobalFunctions; import skyui.defines.Input; import skyui.components.list.BasicEnumeration; import skyui.com...
package serverProto.battleRoyale { public final class ProtoBattleRoyaleFieldCampState { public static const PROTO_BATTLE_ROYALE_FIELD_CAMP_STATE_FIGHTTING:int = 0; public static const PROTO_BATTLE_ROYALE_FIELD_CAMP_STATE_WIN:int = 1; public static const PROTO_BATTLE_ROYALE_F...
package Ankama_Storage.ui { import Ankama_Storage.ui.behavior.CraftBehavior; import com.ankamagames.berilia.components.Label; import com.ankamagames.berilia.components.ProgressBar; import com.ankamagames.berilia.components.Texture; import com.ankamagames.berilia.enums.UIEnum; import com.ankamag...
/* * Copyright 2010 Swiz Framework Contributors * * 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. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.stage3D.Renderer package kabam.rotmg.stage3D { import kabam.rotmg.stage3D.proxies.Context3DProxy; import kabam.rotmg.stage3D.graphic3D.TextureFactory; import org.swiftsuspenders.Injector; import flash.display3D.Program3D; ...
package com.hurlant.eval.ast { public class Less implements IAstBinOp {} }
package test { public class Issue2701_1 {} } class A { public function get foo():Number { return 0; } public function set foo(value:Number):void { return 0; } } class B extends A { override $(EntryPoint) }
//////////////////////////////////////////////////////////////////////////////// // // 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 net.nobien.net { import flash.events.Event; import flash.events.IEventDispatcher; import flash.net.URLLoader; import flash.net.URLRequest; public class TextLoadItem extends LoadItem { public function TextLoadItem( id:String, request:URLRequest, weight:Number = 1 ) {...
package { import as3isolib.display.scene.IsoGrid; import com.utilities.EmbedSecure; import flash.display.Bitmap; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import masputih.isometric.Tile; /** * ... * @author i...
package org.apache.thrift.protocol { public class TMessage { public var name:String; public var type:int; public var seqid:int; public function TMessage(param1:String = "", param2:int = 0, param3:int = 0) { super(); ...
package feathers.examples.componentsExplorer.screens { import feathers.controls.Header; import feathers.controls.List; import feathers.controls.Screen; import feathers.data.ListCollection; import feathers.skins.StandardIcons; import feathers.system.DeviceCapabilities; import starling.core.Starling; import sta...
package org.ranapat.bundles.examples { import flash.display.Sprite; import flash.events.Event; import org.ranapat.bundles.Mesh; /** * ... * @author ranapat */ public class Main extends Sprite { public function Main():void { if (stage) init(); else addEventListener(Event.ADDE...
/* 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.fl.controls.containerClasses { import com.yahoo.astra.fl.controls.containerClasses.AutoSizeButton; import fl.events.Compone...
/* * Copyright 2007-2011 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 requi...
/** * The MIT License * * Copyright (c) 2011 Patrick Mowrer * * 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, ...
package Shared.AS3 { import Shared.AS3.COMPANIONAPP.CompanionAppMode; import Shared.AS3.COMPANIONAPP.MobileButtonHint; import flash.display.Graphics; import flash.display.MovieClip; import flash.events.Event; import flash.geom.Rectangle; public dynamic class BSButtonHintBar extends BSUIComponent { pu...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 view { import flash.display.Graphics; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.text.TextField; import flash.text.TextFieldType; import model.Cell; /** * ... * @author hongjie */ public class ShuXing extends Sprite { protected var _typ...
package io.swagger.exception { public class ApiError extends Error { public function ApiError(id:*=0, message:*="") { super(message,id); } } }
package com.sammyjoeosborne.spriter.shapes { import com.sammyjoeosborne.primitives.IrregularPolygon; import flash.geom.Point; import starling.display.DisplayObject; import starling.display.DisplayObjectContainer; /** * ... * @author Sammy Joe Osborne */ public class BonePoly extends DisplayObjectContainer ...
package citrus.input { import citrus.core.CitrusEngine; /** * InputController is the parent of all the controllers classes. It provides the same helper that CitrusObject class : * it can be initialized with a params object, which can be created via an object parser/factory. */ public class InputCo...
// ================================================================================================= // // 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. //...
//////////////////////////////////////////////////////////////////////////////// // // 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...
int a = 1; bool correct = false; if( a ) correct = true; assert( correct ); correct = false; if( bool(a) ) correct = true; assert( correct ); correct = false; if( a && true ) correct = true; assert( correct ); correct = false; if( !a == false ) correct = true; assert( correct )...
package com.hp.asi.hpic4vc.ui.views.converged.views { import assets.components.Hpic4vc_BaseMediator; import com.hp.asi.hpic4vc.ui.Hpic4vc_storage_providerProxy; import com.hp.asi.hpic4vc.ui.model.DataGridWrapper; import com.hp.asi.hpic4vc.ui.model.HierarchialData; import com.hp.asi.hpic4vc.ui.model.Hier...
/* Downloadify: Client Side File Creation JavaScript + Flash Library Version: 0.2 Copyright (c) 2009 Douglas C. Neiner 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 restr...
/* * Copyright 2018 Tallence AG * * 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 ...
/** * */ package mochi.as3 { import flash.events.EventDispatcher; import flash.events.Event; import flash.events.TimerEvent; import flash.utils.flash_proxy; import flash.utils.Proxy; import flash.utils.Timer; dynamic public class MochiInventory extends Proxy { private sta...
package flash.display { import flash.events.Event; import flash.geom.Rectangle; import flash.media.Video; public class ConstrainedSprite extends Sprite { private var _width:Number; private var _height:Number; public function ConstrainedSprite() { addEventListener(Event.ADDED, addedHandler); } ...
package away3d.animators.data { import away3d.animators.nodes.AnimationNodeBase; import away3d.materials.compilation.ShaderRegisterCache; import away3d.materials.compilation.ShaderRegisterElement; import flash.geom.Matrix3D; import flash.utils.Dictionary; /** * ... */ public class AnimationRegisterCache ex...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2009 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 com.pblabs.engine.tests { import com.pblabs.engine.PBE; import com.pblabs.engine.entity.IEntity; import flexunit.framework.Assert; public class InstantiateTemplateWithEntityNameTests { public var templateXML:XML = <template name="testTemplate" />; public var ...
/* * VERSION:3.0 * DATE:2014-10-15 * ACTIONSCRIPT VERSION: 3.0 * UPDATES AND DOCUMENTATION AT: http://www.wdmir.net * MAIL:mir3@163.com */ package com.greensock.plugins { import com.greensock.*; import com.greensock.core.*; import flash.display.*; import flash.filters.*; /** * Base class for all filter pl...
/** * Copyright (C) 2009 Philipp Heim, Sebastian Hellmann, Jens Lehmann, Steffen Lohmann and Timo Stegemann * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or...
package demos { import As3Math.geo2d.amPoint2d; import As3Math.geo2d.amVector2d; import QuickB2.effects.qb2PlanetaryGravityField; import QuickB2.events.qb2ContainerEvent; import QuickB2.stock.qb2Stock; /** * This demo just looks cool :) * @author Doug Koellmer */ public class Planets extends...
package { import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.Socket; public class NodeSocket { private var _socket:Socket; priva...
// ================================================================================================= // // Syrinx - Sound Manager // Copyright (c) 2019 Aurelien Da Campo (Adolio), All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accom...
/* Feathers Copyright 2012-2015 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.data { /** * A hierarchical data descriptor where children are defined as arrays in a * ...
/* Feathers Copyright 2012-2016 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.motion { import starling.animation.Transitions; import starling.display.DisplayObject; imp...
/* 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 = "15.5.4.19"; // var VERSION = "ECMA_1"; // var TITLE ...
package com.doitflash.mobileProject.commonFcms.pages.help { import com.doitflash.mobileProject.commonFcms.myapperaLogin.Starter; import flash.events.Event; import com.luaye.console.C; /** * ... * @author Hadi Tavakoli - 8/5/2012 11:44 AM */ public class PageHelp extends Starter { public function ...
package com.adobe.nativeExtensions.maps { import flash.events.Event; public class MapEvent extends Event { public static var TILES_LOADED_PENDING:String="mapevent_tilesloadedpending"; public static var TILES_LOADED:String="mapevent_tilesloaded"; public static var MAP_LOAD_ERROR:String="mapevent_maploaderror"...
//////////////////////////////////////////////////////////////////////////////// // // 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 away3d.loaders.parsers.particleSubParsers.geometries.shapes { import away3d.core.base.Geometry; import away3d.loaders.parsers.particleSubParsers.AllIdentifiers; import away3d.primitives.CylinderGeometry; public class CylinderShapeSubParser extends ShapeSubParserBase { private var _geometry:CylinderGeom...
package classes.soundwave { import com.thread.BaseRunnable; import flash.events.Event; public class SoundWaveUpdater extends BaseRunnable { private var _data : ISoundWaveGraphic; public function SoundWaveUpdater( data : ISoundWaveGraphic ) { super( -1 ); _name = 'SoundWaveUpdater'; data.startUp...
//////////////////////////////////////////////////////////////////////////////// // // 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.alivepdf.layout { public final class Position { /** * Positiones the image on the left of the page. */ public static const LEFT:String = "left"; /** * Positiones the image on the center of the page. */ public static const CENTERED:String = "centered"; /** * Positiones the ima...
package com.axiomalaska.timeline.charts.axes { public class TimeLineItem extends AxisItem { public var date:Date; } }
/** * Created with IntelliJ IDEA. * User: mobitile * Date: 10/24/13 * Time: 4:51 PM * To change this template use File | Settings | File Templates. */ package skein.binding.operators.other { import skein.binding.core.OperatorBase; public class IsOperator extends OperatorBase { public function IsOperator(oper...
package org.tuio.debug { import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.Sprite; import flash.display.Stage; import flash.geom.Matrix; import flash.geom.Point; import flash.text.TextField; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; import org...
package com.playata.application.data.constants { import com.playata.framework.core.TypedObject; import com.playata.framework.data.constants.ConstantsData; public class CBooster extends ConstantsData { public static const CONSTANTS_KEY:String = "boosters"; public static const ID...
package com.adobe.cep{ /** * @author harbs */ public class VulcanMessage { public static function fromObject(obj:Object):VulcanMessage { var message:VulcanMessage = new VulcanMessage(); message.type = obj.type ? obj.type : ""; message.scope = obj.scope ? obj.scope : ""; message.appId = obj.appId...
/* Copyright (c) 2006. Adobe Systems Incorporated. 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 above copyright notice, this list of conditions...
/** * (c) VARIANTE <http://variante.io> * * This software is released under the MIT License: * http://www.opensource.org/licenses/mit-license.php */ package io.variante.transitions.easing { import com.greensock.easing.Ease; import com.greensock.easing.Power0; /** * Wrapper class fo...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.plaf.ComponentUI; /** * Pluggable look and feel interface for JColorMixer. * * @author iiley */ class GUI.fox.aswing.plaf.ColorMixerUI extends ComponentUI { }
package kabam.rotmg.chat.control { import org.osflash.signals.Signal; public class ShowChatInputSignal extends Signal { public function ShowChatInputSignal() { super(Boolean,String); } } }
// Generated from frameworks/libs/player/16.0/playerglobal.swc // Breakpoints are not supported package flash.events { import flash.net.drm.DRMContentData; [API("661", "667")] public class DRMErrorEvent extends ErrorEvent { public static const DRM_ERROR:String = "drmError"; public static const DRM_LOAD_DEVICEID_ERR...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////// var str:String = "Adobe"; trace(str.length); // output: 5 var str1:String = new String(); trace(str1.length); // output: 0 var str2:String = ''; trace(str2.length); // output: 0 ///////////////////////////////////////...
package pl.asria.tools.display.buttons { import flash.display.MovieClip; import flash.text.TextField; /** * ... * @author Piotr Paczkowski - kontakt@trzeci.eu */ public class BlockButtonView extends MovieClip { public var label:TextField; public function BlockButtonView() { } } }
package fl.video { public class CuePointType { public static const ALL : String; public static const EVENT : String; public static const NAVIGATION : String; public static const FLV : String; public static const ACTIONSCRIPT : String; } }
//////////////////////////////////////////////////////////////////////////////// // // 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 { public class UIRoutines { /** * Функция форматирования масштаба * @param value * @return * */ public static function scaleDataFormatFunction( value : Number ) : String { var scaleInPercents : Number = Math.round( value * 100.0 ); return scaleInPercents.toString() + '%'; } ...
class Shared.GlobalFunc { static var RegisteredTextFields: Object = new Object(); static var RegisteredMovieClips: Object = new Object(); function GlobalFunc() { } static function Lerp(aTargetMin: Number, aTargetMax: Number, aSourceMin: Number, aSourceMax: Number, aSource: Number, abClamp: Boolean): Number { ...
package store.view.strength { import bagAndInfo.cell.BagCell; import bagAndInfo.cell.DragEffect; import com.pickgliss.events.FrameEvent; import com.pickgliss.loader.BaseLoader; import com.pickgliss.loader.LoaderEvent; import com.pickgliss.loader.LoaderManager; import com.pickgliss.ui.AlertManager; ...
import System.Objects. * ; import mx.events.EventDispatcher; import mx.utils.Delegate; import flash.filters.GlowFilter; import mx.transitions.easing. * ; import com.mosesSupposes.fuse. * ; import com.segonquart. * ; //------------------------------- //Security an...
/* * _________ __ __ * _/ / / /____ / /________ ____ ____ ___ * _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \ * _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/ * /___/ * * Tetragon : Game Engine for multi-platform ActionScript projects. * http://w...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2010 ESRI // // All rights reserved under the copyright laws of the United States. // You may freely redistribute and use this software, with or // without modification, provided you include the original copyright // an...
package game.view.achievement { import com.sound.SoundManager; import com.utils.Constants; import com.view.Clickable; import game.data.Attain; import game.data.Goods; import game.data.HeroData; import game.data.RoleShow; import game.data.WidgetData; import game.hero.An...
package org.ffilmation.engine.renderEngines.flash9RenderEngine { // Imports import flash.events.* import flash.display.* import flash.geom.* import org.ffilmation.engine.core.* import org.ffilmation.engine.elements.* /** * This stores a render message * @private */ public class f...
/* The MIT License Copyright (c) 2010 Mike Chambers 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,...
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com // All rights reserved. package cadetEditor3D.events { import cadet.core.IRenderer; import flash.events.Event; public class RendererChangeEvent extends Event { public static const RENDERER_CHANGE :String = "rendererChange"; private var _oldRen...
/** * Slider.as * Keith Peters * version 0.9.10 * * Abstract base slider class for HSlider and VSlider. * * 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 "Software"), to deal * in ...
/***************************************************** * * 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...
package kabam.rotmg.news.view { import flash.display.Sprite; public class NewsView extends Sprite { public function NewsView() { super(); this.tabChildren = false; } } }
/* 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 ExtractMethPackage.*; import com.adobe.test.Assert; // var SECTION = "Method Closures"; ...
package throughTheBeast.utils { import throughTheBeast.data.BeastData; import throughTheBeast.data.BeastCommonData; import cfgData.dataStruct.SummonMonsterCFG; import cfgData.dataStruct.SkillCFG; import base.ApplicationData; import skill.config.SkillConfig; public class BeastUtils { ...
package com.game.framework.display { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.LoaderInfo; import flash.geom.Point; import flash.text.TextSnapshot; /** * *@author sixf */ public class LayerContainer extends BaseLayer { pri...
package { import flash.display.Sprite; import flash.system.Security; import flash.net.NetConnection; import flash.net.Responder; import flash.external.ExternalInterface; import flash.events.Event; import flash.events.AsyncErrorEvent import flash.events.NetStatusEvent; import flash.ev...
/** * Morn UI Version 3.0 http://www.mornui.com/ * Feedback yungvip@163.com weixin:yungzhu */ package morn.editor.core { /**容器接口,实现了编辑器容器类型*/ public interface IBox extends IComponent { } }
/****************************************************************************** * Spine Runtimes License Agreement * Last updated May 1, 2019. Replaces all prior versions. * * Copyright (c) 2013-2019, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivat...
package flash.events { import flash.utils.*; public class AVDictionaryDataEvent extends Event { private var m_dictionary:Dictionary; private var m_dataTime:Number; public static const AV_DICTIONARY_DATA:String = "avDictionaryData"; public function AVDictionaryDat...