text
stringlengths
4
1.04M
package fairygui { public class GearAnimation extends GearBase { private var _storage:Object; private var _default:GearAnimationValue; public function GearAnimation(owner:GObject) { super(owner); } override protected function init():void { _default = new GearAnimationValue(IAnimationGear(_...
package com.ankamagames.dofus.network.messages.game.inventory.exchanges { import com.ankamagames.dofus.network.types.game.data.items.ObjectItem; import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.I...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.characters.reskin.view.ReskinCharacterMediator package kabam.rotmg.characters.reskin.view { import robotlegs.bender.bundles.mvcs.Mediator; import kabam.rotmg.core.model.PlayerModel; import kabam.rotmg.classes.model.ClassesModel; ...
// 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 crypto { public class BigInteger { public var s:int; public function BigInteger():void { } ...
/* Copyright (c) 2006-2013 Regents of the University of Minnesota. For licensing terms, see the file LICENSE. */ // http://cookbooks.adobe.com/post_How_to_change_datagrid_s_row_background_color_-12548.html package views.panel_util { import mx.controls.DataGrid; import mx.controls.listClasses.ListBaseContent...
/* Copyright (c) 2012 Josh Tynjala 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, su...
package kabam.rotmg.messaging.impl.incoming { import flash.utils.IDataInput; public class PlaySound extends IncomingMessage { public var ownerId_:int; public var soundId_:int; public function PlaySound(param1:uint, param2:Function) { super(param1,param2)...
package org.shypl.common.loader { internal class TextLoader extends DataLoader { private var _receiver:TextReceiver; function TextLoader(url:String, receiver:TextReceiver, failHandler:LoadingFailHandler) { super(url, failHandler, false); _receiver = receiver; } override protected function produceTe...
/* * Based on ideas used in Robert Penner's AS3-signals - https://github.com/robertpenner/as3-signals */ package com.sticksports.nativeExtensions.gameCenter.signals { import flash.utils.Dictionary; /** * The base class for all the signal classes. */ public class SignalBase { internal var head : ListenerNo...
/** * VERSION: 12.0.1 * DATE: 2013-05-21 * AS2 * UPDATES AND DOCS AT: http://www.greensock.com **/ import com.greensock.TweenLite; import com.greensock.plugins.TweenPlugin; import com.greensock.plugins.HexColorsPlugin; import flash.filters.BitmapFilter; import flash.filters.BlurFilter; /** * <p><strong>See AS3 fi...
package SJ.Game.SocketServer { import flash.events.Event; import flash.events.HTTPStatusEvent; import flash.events.IEventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLRequest; import flash...
package net.guttershark.util.collections { /** * IDestructiveIterator is a marker interface marking Iterators which are "destructive"; * meaning they act directly on the collection they are iterating removing elements along its way. */ public interface IDestructiveIterator{} }
/** * * 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. * ...
/* AS3 Copyright 2009 */ package com.neopets.games.inhouse.G1156.gameEngine { import com.neopets.games.inhouse.G1156.displayObjects.JumperObj; import com.neopets.games.inhouse.G1156.displayObjects.MapSection; import com.neopets.games.inhouse.G1156.displayObjects.MovingObstacle; import com.neopets.games.inhouse....
package fairygui { import flash.geom.Point; import fairygui.event.GTouchEvent; import fairygui.event.StateChangeEvent; [Event(name = "stateChanged", type = "fairygui.event.StateChangeEvent")] public class GSlider extends GComponent { private var _max:int; private var _value:int; private var _titleType:...
/* 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.8-1"; // var VERSION = "ECMA_2"; // var TITLE = "...
package spine { public class MathUtils { public static var radDeg:Number = 57.29577951308232; public static var degRad:Number = 0.017453292519943295; public function MathUtils() { super(); } public static function cosDeg(param1:Numbe...
package com.ankamagames.dofus.datacenter.effects { import com.ankamagames.dofus.types.IdAccessors; import com.ankamagames.jerakine.data.GameData; import com.ankamagames.jerakine.data.I18n; import com.ankamagames.jerakine.interfaces.IDataCenter; public class Effect implements IDataCenter { ...
package component { import com.foed.SteeredVehicle; import com.foed.Vector2D; /** * ... * @author Demy */ public class GameVehicle extends SteeredVehicle { public function GameVehicle() { } } }
package zpp_nape.util { import nape.constraint.ConstraintIterator; public class ZNPNode_ConstraintIterator extends Object { public function ZNPNode_ConstraintIterator() { } public static var zpp_pool:ZNPNode_ConstraintIterator; public var next:ZNPNode_Cons...
package com.ankamagames.dofus.network.types.game.guild { import com.ankamagames.dofus.network.ProtocolTypeManager; import com.ankamagames.dofus.network.types.game.character.CharacterMinimalInformations; import com.ankamagames.dofus.network.types.game.character.status.PlayerStatus; import com.ankamagame...
package we3d.loader { import we3d.loader.LWOLoader; import we3d.loader.OBJLoader; import we3d.loader._3DSLoader; import we3d.loader.MD2Loader; import we3d.loader.WE3DLoader; /** * Chooses the correct loader by the file extension. In the on load handler you actually have to cast to a SceneLoader instead of a F...
//////////////////////////////////////////////////////////////////////////////// // // 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 kabam.lib.net.impl { import kabam.lib.net.api.MessageHandlerProxy; import org.swiftsuspenders.Injector; public class ClassHandlerProxy implements MessageHandlerProxy { public function ClassHandlerProxy() { super(); } private var injector:Injector; private var handlerType:Class; p...
package visuals.ui.elements.goal { 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; import visuals.ui.elements.icons.SymbolIconCheckmarkGener...
/* * _________ __ __ * _/ / / /____ / /________ ____ ____ ___ * _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \ * _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/ * /___/ * * Tetragon : Game Engine for multi-platform ActionScript projects. * ...
package io.decagames.rotmg.shop.mysteryBox.rollModal.elements { import com.company.assembleegameclient.util.TimeUtil; import flash.display.Sprite; import flash.events.Event; import io.decagames.rotmg.utils.colors.RGB; import io.decagames.rotmg.utils.colors.RandomColorGenerator; public class Spinne...
package kemsky.sql { public class RestrictionLe implements IRestriction { private var attr_name:String; private var param_name:String; private var params:Array = []; public function RestrictionLe(attr_name:String, value:*) { this.attr_name = attr_name; ...
package vyperlogix.controls.renderers { import vyperlogix.utils.ObjectExplainer; import vyperlogix.utils.StringUtils; import flash.events.Event; import mx.controls.CheckBox; public class CheckBoxRenderer extends CheckBox { public function CheckBoxRenderer() { super(); this.addEventListener(...
// ================================================================================================= // // Flox AS3 // Copyright 2012 Gamua OG. All Rights Reserved. // // ================================================================================================= package com.gamua.flox.utils { /** Joins all a...
package com.github.asyncmc.mojang.sessions.flash.model { import org.openapitools.common.ListWrapper; import com.github.asyncmc.mojang.sessions.flash.model.PlayerSkinURL; import com.github.asyncmc.mojang.sessions.flash.model.PlayerTextureURL; public class PlayerTextureList implements ListWrapper { // This ...
package com.axiomalaska.models { [Bindable] [RemoteClass(alias="MapAssets.MetaLabel")] public class MetaLabel extends KeyedData { public var label:String; public var text:String; public var url:String; public var showLabel:Boolean; } }
package io.decagames.rotmg.utils.colors { import flash.display.DisplayObject; import flash.geom.ColorTransform; public class Tint { public static function add(_arg_1: DisplayObject, _arg_2: uint, _arg_3: Number): void { var _local6: ColorTransform = _arg_1.transfor...
//////////////////////////////////////////////////////////////////////////////// // // 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.codeazur.as3swf.data.actions.swf4 { import com.codeazur.as3swf.data.actions.*; public class ActionCharToAscii extends Action implements IAction { public function ActionCharToAscii(code:uint, length:uint) { super(code, length); } public function toString(indent:uint = 0):String { ...
package { import ngine.display.DocumentClass; import nparticles.editor.Editor; [SWF(frameRate="60", width="1024", height="900")] public class NParticlesEditor extends DocumentClass { public function NParticlesEditor() { super(Editor); }; } }
/* 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.motion { import feathers.core.IFeathersControl; import feathers.motion.effectClasses.IEffec...
package com.company.assembleegameclient.objects.particles { import com.company.assembleegameclient.objects.GameObject; import com.company.assembleegameclient.util.RandomUtil; import flash.geom.Point; import kabam.rotmg.messaging.impl.data.WorldPosData; public class LineEffect extends ParticleEffect { public va...
package com.flashblocks.logoblocks { import flash.display.BitmapData; import flash.display.BitmapData; import flash.geom.Matrix; import flash.geom.Rectangle; import mx.core.UIComponent; import mx.graphics.ImageSnapshot; import mx.graphics.ImageSnapshot; import mx.graphics.ImageSnapshot;...
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...
package kabam.rotmg.pets.view.dialogs.evolving.configuration { import com.gskinner.motion.GTween; import flash.display.DisplayObject; import kabam.rotmg.pets.view.dialogs.evolving.TweenProxy; public class ToOpaqueTween extends TweenProxy { public function ToOpaqueTween(_arg_1:DisplayObject) { super(_ar...
//////////////////////////////////////////////////////////////////////////////// // // 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.entities { import away3d.arcane; import away3d.animators.IAnimator; import away3d.bounds.BoundingSphere; import away3d.bounds.BoundingVolumeBase; import away3d.cameras.Camera3D; import away3d.core.base.IRenderable; import away3d.core.managers.Stage3DProxy; import away3d.core.partition.EntityNode...
package { import flash.display.Stage; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.*; import flash.display.Sprite; import org.flixel.FlxGame; import org.flixel.FlxG; /** * Flixel RPG Framework * @author Josh Maines * @site www.joshmaines.com */ /** This fi...
//------------------------------------------------------------------------------ // Copyright (c) 2011 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 devoron.aswing3d.plaf.basic.tabbedpane{ import org.aswing.graphics.Graphics2D; import org.aswing.lookandfeel.plaf.UIResource; import org.aswing.Component; import org.aswing.Icon; import org.aswing.ASColor; import org.aswing.graphics.Pen; import starling.display.DisplayObject; import starling.display.Shape; /*...
/* * Copyright (c) 2005 Pablo Costantini (www.luminicbox.com). All rights reserved. * * Licensed under 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/MPL-1...
import swhx.* class Gui { private static var me: Gui = undefined; private static var gui: MovieClip; private static var log: TextField; private static var btn: Button; public static function instance() : Gui { return me; } public static function main(root: MovieClip) { if (!me) { ...
package flash.display { // #if flash // @:native("flash.display.IGraphicsStroke") // #end /** * @externs */ public interface IGraphicsStroke {} }
/* ***** 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.playata.application.data.reward { import com.playata.application.data.GameUtil; import com.playata.application.data.dating.Dating; import com.playata.application.data.dating.DatingStep; import com.playata.application.data.dating.DatingUtil; import com.playata.application.data.story_dungeon.St...
package com.ankamagames.dofus.logic.game.common.actions.quest { import com.ankamagames.dofus.misc.utils.AbstractAction; import com.ankamagames.jerakine.handlers.messages.Action; public class AchievementDetailsRequestAction extends AbstractAction implements Action { public v...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2003-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 agreeme...
package com.google.zxing.client.result.optional { /* * Copyright 2008 ZXing 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...
package com.smbc.messageBoxes { import com.smbc.data.GameSettings; import com.smbc.level.Level; import com.smbc.managers.ScreenManager; import com.smbc.text.TextFieldContainer; import flash.globalization.LastOperationStatus; public class GeneralOptions extends SettingsMenuBox { public static var lastIndex:i...
dynamic class tm.utils.RegExp { var const = null; var source = null; var global: Boolean = false; var ignoreCase: Boolean = false; var multiline: Boolean = false; var lastIndex = null; static var _xrStatic = null; var _xr = null; static var _xp = null; static var _xxa ...
package net.psykosoft.psykopaint2.core.views.popups.quickshare { import com.greensock.TweenLite; import com.greensock.easing.Strong; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.MouseEvent; import flash.text.TextField...
/* 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; /* * Date: 26 November 2000 * * *SUMMARY: Passing a RegExp object to a RegExp() cons...
package gov.lbl.aercalc.business.migrations { import gov.lbl.aercalc.business.DBManager; import gov.lbl.aercalc.util.Logger; import flash.data.SQLStatement; public class Migration3 extends BaseMigration { /* This migration updates the window table to include a column for storing a "user ID" for each row. ...
/** * This code is part of the Bumpslide Library maintained by David Knape * Fork me at http://github.com/tkdave/bumpslide_as3 * * Copyright (c) 2010 by Bumpslide, Inc. * http://www.bumpslide.com/ * * This code is released under the open-source MIT license. * See LICENSE.txt for full license terms. * More in...
package Congrate_fla { import flash.display.MovieClip; public dynamic class BigMap_14 extends MovieClip { public function BigMap_14() { super(); } } }
/* * VoroX - Voronoi Animation Framework * http://www.luketramps.com/vorox * Copyright 2016 Lukas Damian Opacki. All rights reserved. * MIT License https://github.com/luketramps/VoroX/blob/master/LICENSE */ package com.luketramps.vorox.data { import flash.utils.Dictionary; /** * Internal pool. * @au...
package laya.debug.tools.resizer { import laya.display.Sprite; import laya.events.Event; import laya.maths.Point; /** * ... * @author ww */ public class SimpleResizer { public function SimpleResizer() { } public static function setResizeAble(clickItem:Sprite, tar:Sprite,min...
/* 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 { import feathers.skins.IStyleProvider; import flash.errors.IllegalOperationError...
/* Feathers Copyright 2012-2014 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.motion.transitions { import feathers.controls.IScreen; import feathers.controls.ScreenNavig...
package game.data { import com.data.Data; import com.data.HashMap; import flash.utils.ByteArray; // 登录表 public class SignData extends Data { public var coin:int; public var diamond :int; public var tid_num:String; public var type:int; public var resign_cost:int; public var hero:String;...
package com.epolyakov.mock { import com.epolyakov.mock.matchers.FunctionMatcher; import com.epolyakov.mock.matchers.IsAnyMatcher; import com.epolyakov.mock.matchers.IsEqualMatcher; import com.epolyakov.mock.matchers.IsLikeMatcher; import com.epolyakov.mock.matchers.IsOfTypeMatcher; import com.epolyakov.mock.match...
package com.company.assembleegameclient.ui { import com.company.assembleegameclient.objects.Player; import com.company.assembleegameclient.util.TextureRedrawer; import com.company.util.AssetLibrary; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.events.Event; p...
package dagd.powers { import dagd.core.Game; import dagd.core.App; import flash.display.MovieClip; import flash.events.Event; import flash.text.TextFieldAutoSize; import dagd.powers.scripts.*; import flash.display3D.IndexBuffer3D; public class GamePowers extends Game { private var buzzsaws: Array = new Ar...
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com // All rights reserved. package cadetEditor.commandHandlers { import cadetEditor.contexts.ICadetEditorContext; import cadetEditor.entities.CadetEditorCommands; import cadetEditor.operations.CompileOperation; import cadetEditor.operations.SerializeAndWrite...
package { import flash.utils.ByteArray; public dynamic class Mem_Arr extends ByteArray { var a1:uint = 17; var a2:uint = 34; var a3:uint = 51; var a4:uint = 68; var a5:uint = 85; var a6:uint = 102; ...
package { import flash.display.Sprite; import flash.events.TransformGestureEvent; import org.tuio.TouchEvent; public class DragRotateScaleMe extends Sprite { private var curID:int = -1; public function DragRotateScaleMe(x:Number, y:Number, width:Number, height:Number) { this.graphics.beginF...
package controllers.page { /** * Константы для обозначения типа анимации страниц. * * @author Павел Гольцев */ public final class PageAnimationTypes { /** * Входная анимация текущей страницы. */ public static const IN_ANIMATION:String = "patInAnimation"; /** * Выходная анимация предыдущей ...
/* ***** 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 { import flash.text.*; import flash.utils.*; import flash.system.*; import flash.events.*; import flash.display.*; import flash.external.*; import flash.geom.Point; import flash.ui.ContextMenu; import com.flite.Utils; import com.flite.xContextMenu; /** * ... * @author Pandao...
/* ***** 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 assets.manager { import flash.display.*; import flash.text.TextField; /** *输入1,2与输出1,2 * */ public class scriptManager { public static var limit:int = 2; public static var fix:Number = 0.001; /** * 文本输出*/ public static function buildText(isZhushiCkrSelected:Boolean,layerListLength:int,lay...
/** * TripleDESKey * * An Actionscript 3 implementation of Triple DES * Copyright (c) 2007 Henri Torgemane * * Derived from: * The Bouncy Castle Crypto package, * Copyright (c) 2000-2004 The Legion Of The Bouncy Castle * (http://www.bouncycastle.org) * * See LICENSE.txt for full license ...
package dragonBones.objects { import flash.utils.ByteArray; import dragonBones.objects.ObjectDataParser; import dragonBones.objects.SkeletonData; import dragonBones.objects.XMLDataParser; import dragonBones.utils.BytesType; import dragonBones.utils.checkBytesTailisXML; public final class DataParser { /**...
package org.openapitools.client.model { import org.openapitools.common.ListWrapper; public class InstallStatusStatusList implements ListWrapper { // This declaration below of _InstallStatus_status_obj_class is to force flash compiler to include this class private var _installStatusStatus_obj_class...
//////////////////////////////////////////////////////////////////////////////// // // 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 { import LS_Classes.LSButton; public dynamic class removeButton extends LSButton { public function removeButton() { super(); } } }
/* * 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 pu...
package devoron.data.core.serializer.serializers { import org.aswing.tree.DefaultMutableTreeNode; /** * TreeNodeSerializer * @author Devoron */ public class TreeNodeSerializer { public function TreeNodeSerializer() { } public function isSupport(any:*):Boolean { if (any is DefaultMutabl...
package util.elm.iterator { /* ___________________________________________________________________________________________________ ELMArrayIterator - part of the EventListenerManager rev. 2 http://code.google.com/p/as3listenermanager/ _____________________________________________________________________________...
/** * Copyright (c) 2013 Wesley Luyten **/ package coverflow { import flash.system.*; import flash.utils.*; import flash.display.*; import flash.geom.*; import flash.events.*; import flash.ui.Keyboard; import flash.text.TextField; import aze.motion.EazeTween; public class CoverFlow extends Sprite { ...
/* 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/. */ // The package definition has been changed, and now all the packages will be under the // folder Definitions.Clas...
package com.company.assembleegameclient.map { import com.company.assembleegameclient.engine3d.Face3D; import flash.display.BitmapData; import flash.display.GraphicsBitmapFill; import kabam.rotmg.stage3D.GraphicsFillExtra; public class SquareFace { public function SquareFace(param1:BitmapData, param2:Vector.<Num...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2010-2012 Esri. 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 // // ...
//////////////////////////////////////////////////////////////////////////////// // // 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 kabam.rotmg.assets.services { import com.company.assembleegameclient.util.TextureRedrawer; import com.company.assembleegameclient.util.redrawers.GlowRedrawer; import com.company.util.AssetLibrary; import com.company.util.BitmapUtil; import flash.display.Bitmap; import flash.display.BitmapData; public class I...
/* * Copyright 2011 Overstock.com and others. * * 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...
import asunit.errors.AssertionFailedError; import asunit.framework.Test; interface asunit.framework.ITestListener { // A test started. public function startTest(test:Test):Void; // An error occurred. public function addError(test:Test, e:Error):Void; // A failure occurred. public function addFailure(test:Test...
/** * * 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. * ...
package kabam.rotmg.account.web.view { import com.company.ui.SimpleText; import flash.filters.DropShadowFilter; public class LabeledField extends FormField { public function LabeledField(name:String, isPassword:Boolean, w:uint = 238, h:uint = 30) { super(); this.nameText_ = new SimpleText(18, TE...
// ================================================================================================= // // CadetEngine Framework // Copyright 2012 Unwrong Ltd. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying license agre...
/****************************************************************************** * Spine Runtimes Software License v2.5 * * Copyright (c) 2013-2016, Esoteric Software * All rights reserved. * * You are granted a perpetual, non-exclusive, non-sublicensable, and * non-transferable license to use, install, ex...
// Urho3D editor scene handling #include "Scripts/Editor/EditorHierarchyWindow.as" #include "Scripts/Editor/EditorInspectorWindow.as" const int PICK_GEOMETRIES = 0; const int PICK_LIGHTS = 1; const int PICK_ZONES = 2; const int PICK_RIGIDBODIES = 3; const int PICK_UI_ELEMENTS = 4; const int MAX_PICK_MODES =...
package view.scene.game { import flash.display.Sprite; import flash.display.DisplayObjectContainer; import flash.events.Event; import org.libspark.thread.*; import org.libspark.thread.utils.*; import org.libspark.thread.threads.between.BeTweenAS3Thread; import controller.*; import mod...
// // Flump - Copyright 2013 Flump Authors package flump { import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.IBitmapDrawable; import flash.events.Event; import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import flash.utils.ByteArray; import starlin...