text
stringlengths
4
1.04M
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedAssets_lightShaftEmbed_ package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="EmbeddedAssets_lightShaft.dat", mimeType="application/octet-stream")] public class EmbeddedAssets_lightShaftEmbed_ extends...
package org.osflash.signals.natives.sets { import org.osflash.signals.natives.NativeSignal; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.Socket; /** * @author Jon Adams */ public class SocketSignalS...
package citrus.physics.awayphysics { import away3d.containers.ObjectContainer3D; import awayphysics.debug.AWPDebugDraw; import citrus.core.CitrusEngine; import citrus.core.away3d.Away3DCitrusEngine; import citrus.physics.IDebugView; import citrus.view.away3dview.Away3DArt; /** * This displays A...
package com.rokannon.math.geom { import com.rokannon.core.pool.IPoolObject; import com.rokannon.display.render.IRenderable; import flash.geom.Matrix; import flash.geom.Point; public interface IShape extends IGeometricObject, IRenderable, IPoolObject { function getBounds():AABBox; ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2008 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 feathers.skins { public interface IFeathersTheme { function get originalDPI():int; function get scaleToDPI():Boolean; } }
//////////////////////////////////////////////////////////////////////////////// // // 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.stardustextended.easing { /** * Easing Equations * <p>(c) 2003 Robert Penner, all rights reserved.</p> * <p>This work is subject to the terms in http://www.robertpenner.com/easing_terms_of_use.html.</p> */ public class Linear { [Inline] public static function easeNone(t : Number, b : ...
/* Feathers Copyright 2012-2021 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.core { import flash.utils.Dictionary; import starling.display.DisplayObjectContainer; imp...
package serverProto.mail { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.WireType; import serverProto.inc.ProtoRetInfo; impor...
package net.sfxworks.firebaseREST { import flash.events.ProgressEvent; import flash.events.TimerEvent; import flash.net.URLStream; import flash.utils.Timer; import net.sfxworks.firebaseREST.events.DatabaseEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; ...
package jp.coremind.utility.process { import flash.events.Event; public class FramePreProcessLoop extends FrameLoop { public function FramePreProcessLoop() { super(); _sprite.addEventListener(Event.ENTER_FRAME, _update); } overri...
/* ***** 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 serverProto.universeFuzionPre { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.WireType; import serverProto.inc.ProtoPlayerKey; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.Wr...
package idv.cjcat.stardust.twoD.actions { import idv.cjcat.stardust.common.emitters.Emitter; import idv.cjcat.stardust.common.particles.Particle; import idv.cjcat.stardust.common.xml.XMLBuilder; import idv.cjcat.stardust.sd; import idv.cjcat.stardust.twoD.fields.Field; import idv.cjcat.stardust.twoD.geom.MotionD...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2013-2014 Andras Csizmadia * http://www.vpmedia.eu * * For information about the licensing and copyright please * contact Andras Csizmadia at andras@vpmedia.eu * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT N...
package kabam.rotmg.core.signals { import com.company.assembleegameclient.ui.tooltip.ToolTip; import org.osflash.signals.Signal; public class ShowTooltipSignal extends Signal { public function ShowTooltipSignal() { super(ToolTip); } } }
package org.spicefactory.parsley.coretag.inject.model { [InjectConstructor] /** * @author Jens Halm */ public class RequiredConstructorInjection { private var _dependency:InjectedDependency; function RequiredConstructorInjection (dep:InjectedDependency) { _dependency = dep; } public function get depe...
//------------------------------------------------------------------------------ // 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 static.chplayer.source.chaction.player { /* 软件名称:chplayer 软件作者:http://www.chplayer.com 开源软件协议:Mozilla Public License, version 2.0(MPL 2.0) MPL 2.0协议英文(原文,正本)查看地址:https://www.mozilla.org/en-US/MPL/2.0/ MPL 2.0协议中文(翻译)查看地址:http://www.chplayer.com/res/Mozilla_Public_License_2.0_Simplified_Chinese_Refer...
//////////////////////////////////////////////////////////////////////////////// // // 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.likya.pinara.containers { import mx.collections.ArrayList; import mx.resources.ResourceManager; public class ToolTipContainer { private static var toolTipList:ArrayList; public function ToolTipContainer() {} public static function getToolTip(data:Object):String { var statu:int = dat...
package com.ankamagames.dofus.network.messages.game.actions { 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...
class Flicker : ScriptObject{ float range; void update(float timestep){ node.GetComponent("Light").SetRange(0); } }
package com.ankamagames.atouin.resources.adapters { import com.ankamagames.atouin.data.map.TacticalModeTemplate; import com.ankamagames.atouin.resources.AtouinResourceType; import com.ankamagames.jerakine.resources.ResourceErrorCode; import com.ankamagames.jerakine.resources.adapters.AbstractUrlLoaderA...
/**Created by the LayaAirIDE,do not modify.*/ package ui.hall.item { import laya.ui.*; import laya.display.*; public class GiveLogViewUI extends View { public var titleTf:Label; public var beginTimeTf:TextInput; public var endTimeTf:TextInput; public var searchBtn:Button; public var logList:List; publi...
package kabam.rotmg.packages { import kabam.rotmg.account.core.control.IsAccountRegisteredGuard; public class IsAccountRegisteredToBuyPackageGuard extends IsAccountRegisteredGuard { public function IsAccountRegisteredToBuyPackageGuard() { super(); } override pr...
package com.tinyspeck.engine.port { import com.tinyspeck.tstweener.TSTweener; import com.tinyspeck.debug.Console; import com.tinyspeck.engine.control.TSFrontController; import com.tinyspeck.engine.data.client.ConfirmationDialogVO; import com.tinyspeck.engine.data.item.Item; import com.tinyspeck.engine.data.item...
package cmodule.lua_wrapper { const __2E_str159:int = gstaticInitter.alloc(9,1); }
package kabam.rotmg.account.kabam.view { import com.company.assembleegameclient.ui.dialogs.DebugDialog; import org.osflash.signals.Signal; import org.osflash.signals.natives.NativeMappedSignal; public class AccountLoadErrorDialog extends DebugDialog { private static const MESSAGE:String = "Failed to retrieve va...
/* 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.controls.supportClasses { import feathers.controls.IScreen; import feathers.core.FeathersCo...
/** * Plugin.IO - http://www.plugin.io * Copyright (c) 2011-2013 * * Geometric Tools, LLC * Copyright (c) 1998-2012 * * Distributed under the Boost Software License, Version 1.0. * http://www.boost.org/LICENSE_1_0.txt */ package io.plugin.math.base { /** * ... * @author Gary Paluk */ public class Bit...
/* * 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...
/* * SPL; AS3 Spelling library for Flash and the Flex SDK. * * Copyright (c) 2013 gskinner.com, inc. * * 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 wit...
table bigPsl "bigPsl pairwise alignment" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name; "Name or ID of item, ideally both human readable and unique" uint sco...
/* ***** 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 Ankama_Web.ui { import com.ankamagames.berilia.api.UiApi; import com.ankamagames.berilia.components.Label; import com.ankamagames.berilia.components.TextArea; import com.ankamagames.berilia.components.Texture; import com.ankamagames.berilia.enums.StrataEnum; import com.ankamagames.beril...
package com.gestureworks.cml.away3d.geometries { import away3d.primitives.CubeGeometry; import com.gestureworks.cml.away3d.interfaces.IGeometry; import com.gestureworks.cml.core.CMLParser; import com.gestureworks.cml.elements.State; import com.gestureworks.cml.interfaces.ICSS; import com.gestureworks.cml.interfac...
package pl.brun.lib.test.actions { import pl.brun.lib.actions.Action; import pl.brun.lib.actions.ActionsQueue; import pl.brun.lib.actions.tools.MultiActions; import pl.brun.lib.test.TestBase; import pl.brun.lib.util.KeyCode; import flash.display.Sprite; /** * @author Jaros�aw �o�nowski */ public class Act...
/** * TLSPRF * * An ActionScript 3 implementation of a pseudo-random generator * that follows the TLS specification * Copyright (c) 2007 Henri Torgemane * * See LICENSE.txt for full license information. */ package com.hurlant.crypto.prng { import flash.utils.ByteArray; import com.hurlant.crypto.hash.HMAC; ...
// ================================================================================================= // // Starling Framework // Copyright 2011 Gamua OG. 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....
// ================================================================================================= // // 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. //...
/* 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.controls.text { import feathers.core.FocusManager; import feathers.core.INativeFocusOwner; ...
// Action script... // [Initial MovieClip Action of sprite 20790] #initclip 55 if (!dofus.datacenter.Craft) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.datacenter) { _global.dofus.datacenter = new Object(); } // end if var _loc1 = (_global.dofus.data...
package bunnymark{ import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Loader; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Point; import flash.net.URLRequest; import flash.text.TextField; /** * @author Joshua Grani...
package com.doitflash.mobileProject.commonFcms.install { import com.doitflash.text.TextArea; import flash.display.Sprite; import flash.events.Event; import flash.text.AntiAliasType; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; import com.doitflash.text.modules.MySprite; //import com.lu...
// Ragdoll example. // This sample demonstrates: // - Detecting physics collisions // - Moving an AnimatedModel's bones with physics and connecting them with constraints // - Using rolling friction to stop rolling objects from moving infinitely #include "Scripts/Utilities/Sample.as" void Start() { // ...
package net { import flash.events.*; import flash.net.URLLoader; import util.ObjectWrapper; public class FlashURLLoader extends ObjectWrapper { private var loader:URLLoader; private var _responseURL:String; private var _responseHeaders:Array; private var _status = 0; public function FlashURLLoader...
/* 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 DynamicClass { interface DefaultInt { function iGetBoolean() : Boolean // public function iGetP...
package cmodule.lua_wrapper { const __2E_str10260:int = gstaticInitter.alloc(9,1); }
/* * Copyright 2019 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 ...
package com.codeazur.as3swf.tags { import com.codeazur.as3swf.SWFData; import flash.utils.ByteArray; public class TagDefineFont4 implements IDefinitionTag { public static const TYPE:uint = 91; public var hasFontData:Boolean; public var italic:Boolean; public var bold:Boolean; public v...
package org.openapitools.client.model { [XmlRootNode(name="ValidationError")] public class ValidationError { // This declaration below of _loc_obj_class is to force flash compiler to include this class private var _loc_obj_class: Array = null; [XmlElementWrapper(name="loc")] ...
/* ***** 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 com.amanitadesign.steam { /** * Result of Enumerate Workshop Files */ public class EnumerateWorkshopFilesResult { public var resultsReturned:uint; public var totalResultCount:uint; public var publishedFileId:Array; public var score:Array; public function EnumerateWorkshopFilesResult( va...
; word relational operation - returns flags correctly for ; comparision of words in hl and de psect text global wrelop wrelop: ld a,h xor d ;compare signs jp m,1f ;if different, return sign of lhs sbc hl,de ;just set flags as normal ret 1: ld a,h ;get sign of lhs and 80h ;mask out sign fla...
package cmodule.lua_wrapper { public const _adjust_assign397:int = regFunc(FSM_adjust_assign397.start); }
/** * BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ * * Copyright (c) 2014 BigBlueButton Inc. and by respective authors (see below). * * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License as published ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* * hexagonlib - Multi-Purpose ActionScript 3 Library. * __ __ * __/ \__/ \__ __ * / \__/HEXAGON \__/ \ * \__/ \__/ LIBRARY _/ * \__/ \__/ * * Licensed under the MIT License * * Copyright (c) 2007-2008 Sascha Balkau / Hexagon Star Softworks * * Permission is hereby gr...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* 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; imp...
package ssen.mvc.helpers { import de.polygonal.ds.HashMap; import de.polygonal.ds.Itr; import ssen.common.IDisposable; import ssen.mvc.IEvtUnit; public class EvtGatherer implements IDisposable { private var map:HashMap; public function add(unit:IEvtUnit):void { if (map === null) { map=new HashMap; } 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 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 li...
/* * Copyright (c) 2009-2010 the original author or authors * * Permission is hereby granted to use, modify, and distribute this file * in accordance with the terms of the license agreement accompanying it. */ package flight.net { /** * The ResponseStatus class provides constant values to use for t...
/* 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 DefClassImpInternalIntIntname.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; // prov...
package gs.easing { public class Sine { private static const _HALF_PI:Number = Math.PI / 2; public static function easeIn (t:Number, b:Number, c:Number, d:Number):Number { return -c * Math.cos(t/d * _HALF_PI) + c + b; } public static function easeOut (t:Number, b:Number, c:Number, d:Number):Number...
package com.ankamagames.dofus.network.messages.game.context.roleplay.fight.arena { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INet...
package io.decagames.rotmg.dailyQuests.signal { import org.osflash.signals.Signal; public class ShowQuestInfoSignal extends Signal { public function ShowQuestInfoSignal() { super(String, int, String); } } }
package SJ.Game.jewel { import SJ.Common.Constants.ConstResource; import SJ.Game.CJModulePopupBase; import SJ.Game.data.CJDataManager; import SJ.Game.event.CJEvent; import SJ.Game.event.CJEventDispatcher; import SJ.Game.layer.CJLayerManager; import SJ.Game.layer.CJLoadingLayer; import engine_starling.utils.As...
package kabam.rotmg.pets.data { public class PetFamilyKeys { private static const keys:Object = { "Humanoid": "Pets.humanoid", "Feline": "Pets.feline", "Canine": "Pets.canine", "Avian": "Pets.avian", "Exotic": "Pets.exotic", "Farm":"Pets.farm", "Woodland":"Pets.woodland...
package components.sequencer.timeline { import com.audioengine.core.AudioData; import com.audioengine.core.TimeConversion; import com.utils.TimeUtils; import flash.display.Shape; import flash.display.Sprite; import flash.geom.Rectangle; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; imp...
package code { /***************************************** * based on textmate actionscript bundle ****************************************/ import fl.events.SliderEvent; public class Foo extends MovieClip { //************************* // Properties: public var activeSwatch:MovieClip; // Co...
package org.osflash.dom.path { import asunit.asserts.assertEqualsArraysIgnoringOrder; import asunit.asserts.assertEquals; import org.osflash.dom.element.DOMDocument; import org.osflash.dom.element.DOMNode; import org.osflash.dom.element.IDOMDocument; import org.osflash.dom.element.IDOMNode; /** * @author Simo...
package ten_seconds_to_live.com.five_ants.ten_secs.object_actions { import ten_seconds_to_live.com.five_ants.ten_secs.realities.AlternativeReality; /** * ... * @author Miguel Santirso */ public class ObjectToggleInteraction extends ObjectActionBase { private var _objName:String; private var _valueToSe...
/** * User: booster * Date: 10/05/17 * Time: 12:02 */ package medkit.math { public class MathUtil { public static function between(val:Number, min:Number, max:Number):Number { if(min > max) throw new ArgumentError("min must be greater or equal to max"); return val < max ...
package complexbox2dobject{ import Box2D.Common.Math.b2Vec2; import Box2D.Dynamics.Joints.b2RevoluteJointDef; import citrus.objects.Box2DPhysicsObject; /** * @author Aymeric */ public class Chain extends Box2DPhysicsObject { public var hangTo:Box2DPhysicsObject; public var distance:uint; ...
package tl.types { public class StringUtils extends Object { public function StringUtils(): void {} static public function isEmail(str: String): Boolean { var posAt: int = str.indexOf("@"); var countAt: uint = 0; while (posAt != -1) { posAt = str.indexOf("@", posAt + 1); countAt++; } ...
/** * 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 starling.animation.easing { /** * Circ * Easing equations (sqrt) for the KTween class * @author Yusuke Kawasaki * @version 1.0 */ public class Circ { /** * Easing equation function for circ tween * @param t Current time (0.0: begin, 1.0:end) * @return Current ratio (0.0: begin, 1.0...
package layout.general { import layout.common.box.Box; import org.as3commons.ui.layout.HGroup; import org.as3commons.ui.layout.shortcut.hgroup; import flash.display.Sprite; public class ShortcutAPI extends Sprite { public function ShortcutAPI() { var layout : HGroup = hgroup( new Box(), new Box(), ...
package sabelas.components { import flash.geom.Point; /** * Component for entity which can shoot * * @author Abiyasa */ public class Gun { protected var _shootTriggered:Boolean = false; protected var _timeSinceLastShot:Number = 0; protected var _minimumShotInterval:Number = 0; public var offsetFro...
package serverProto.huntlife { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer...
// 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 TestPackage { function testMethodReturn():void { print(methodReturn()); } function metho...
/** * Label.as * Keith Peters * version 0.93 * * A Text component for displaying multiple lines of text. * * Copyright (c) 2008 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...
package com.andywoods.multitrialapp.events { import flash.events.Event; public class AppEvent extends Event { private var _data:*; public static const INITIALIZE:String = "AppEvent.init"; public static const INITIALIZE_COMPLETE:String = "AppEvent.initComplete"; public static const SELECTED_CARD_L...
/** * 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 applic...
/** * VERSION: 12.0 * DATE: 2012-01-12 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com **/ package com.greensock.plugins { import com.greensock.TweenLite; import __AS3__.vec.Vector; //due to a bug in Flex Builder, this must be included in order to correctly compile a swc /** * [AS3 only] Tweens numbers...
/* * 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...
/** * Created by nodrock on 28/09/15. */ package sk.bpositive.bcommon { import flash.events.Event; /** * @deprecated */ public class BCommonAAIDEvent extends Event{ public var aaid:BCommonAAID; public var error:BCommonErrorObject; public static const AAID_COMPLETED:String = "BCommonEvent.AAID_COMPLET...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //io.decagames.rotmg.tos.popups.ToSPopup package io.decagames.rotmg.tos.popups { import io.decagames.rotmg.ui.popups.modal.TextModal; import io.decagames.rotmg.ui.buttons.BaseButton; import io.decagames.rotmg.tos.popups.buttons.RefuseButton; ...
package org.bigbluebutton.air.main.views.ui.recordingstatus { import spark.components.Button; public class RecordingStatus extends Button implements IRecordingStatus { public function RecordingStatus() { super(); } public function setVisibility(val:Boolean):void { super.visible = super.includeInLay...
/* * The MIT License * * Copyright (c) 2007 The SixDegrees Project Team * (Jason Bellone, Juan Rodriguez, Segolene de Basquiat, Daniel Lang). * * 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 th...
package { import flash.net.*; import flash.geom.*; import flash.utils.*; import flash.events.*; import flash.display.*; import flash.display3D.*; import flash.display3D.textures.*; import com.adobe.utils.*; import com.bit101.components.*; import org.libspark.betweenas3.*; imp...
package kabam.lib.loopedprocs { import flash.utils.Dictionary; import flash.utils.getTimer; public class LoopedProcess { private static var maxId:uint; private static var loopProcs:Dictionary = new Dictionary(); public static function addProcess(proc:LoopedProcess):uint { if (loopProcs[proc.id] ...
/* 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 FinalInternalClassPackage.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; /...
package net.psykosoft.psykopaint2.core.models { import net.psykosoft.photos.UserPhotosExtension; public class ANESourceImageProxy implements SourceImageProxy { public var id : int; private var _ane : UserPhotosExtension; public function ANESourceImageProxy(ane : UserPhotosExtension) { _ane = ane; } ...
package LS_Classes { import flash.display.DisplayObject; import flash.display.MovieClip; import flash.events.Event; import flash.events.TimerEvent; import flash.external.ExternalInterface; import flash.utils.Timer; public class larTween extends IggyTween { public var m_F...