text
stringlengths
4
1.04M
/* 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.utils.touch { import starling.display.DisplayObject; import starling.events.Event; /** ...
package lib.engine.ui.uicontrols.builder { import lib.engine.iface.IResource; import lib.engine.ui.data.controls.XDG_UI_Data; import lib.engine.ui.data.controls.XDG_UI_Data_Label; import lib.engine.ui.uicontrols.XDG_UI_Control; import lib.engine.ui.uicontrols.XDG_UI_Label; import lib.engine.utils.CTimerUtils; ...
package helloworld.panel { import helloworld.Component; public class ControlPanelProperties extends ControlPanel { public function ControlPanelProperties(component : Component) { super(component); } override protected function setWidth(w : uint) : void { _component.w = w; _component.draw(); } o...
class FootSteps : ScriptObject { void Start() { // Subscribe to animation triggers, which are sent by the AnimatedModel's node (same as our node) SubscribeToEvent(node, "AnimationTrigger", "HandleAnimationTrigger"); } void HandleAnimationTrigger(StringHash eventType, VariantMap&...
package net.sfmultimedia.argonaut { import flash.events.Event; /** * Error event thrown by Argonaut classes. * * Use the consts to discriminate between error types * * @author mtanenbaum */ public class ArgonautErrorEvent extends Event { public static const ENCODING_ERROR:String = "ENCODING_ERROR"...
package asx.array { /** * */ public function inGroupsOf(iterable:Object, size:int):Array { var i:int = size; var group:Array; var groups:Array = []; for each(var item:Object in iterable) { if( i == size ) { i = 0; group = []; groups[groups.length] = group; } group[group.l...
package game.proto { import com.google.protobuf.*; public class room_create extends Message { public function room_create() { } private var _channel:int = 0; public function get channel():int { return _channel; } public function set channel(value:int):void { _channel = value; ...
package com.company.assembleegameclient.objects { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.ui.panels.GuildChroniclePanel; import com.company.assembleegameclient.ui.panels.Panel; public class GuildChronicle extends GameObject implements IInteractiveObject { pu...
psect text global _strncat, rcsv, cret _strncat: call rcsv push hl jr 3f 4: inc hl 3: ld a,(hl) or a jr nz,4b 1: ld a,c or b jr z,3f dec bc ld a,(de) ld (hl),a inc hl or a jr z,2f inc de jr 1b 3: ld (hl),0 2: pop hl jp cret ...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.messaging.impl.data.SlotObjectData package kabam.rotmg.messaging.impl.data { import flash.utils.IDataInput; import flash.utils.IDataOutput; public class SlotObjectData { public var objectId_:int; public var slo...
// https://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/statements.html#const const MIN_AGE:int = 21; const product_array:Array = new Array("Studio", "Dreamweaver", "Flash", "ColdFusion", "Contribute", "Breeze"); product_array.push("Flex"); // array operations are allowed product_array = ["Other"]; //...
package Components { import Main.Vnet_Workbench; import flash.events.MouseEvent; import flash.geom.Point; import mx.controls.Alert; import mx.controls.Menu; import mx.core.FlexGlobals; import mx.events.MenuEvent; import mx.managers.PopUpManager; import skins.Item_images_skin; import view.C_SimpleTitle...
table ensTranscript "This is the table transcript downloaded directly from Ensembl ftp site (18.34 release 11/04). Please refer to Ensembl site for details. CAUTION: Ensembl sometimes changes its table definitions and some field may not contais data as its name indicates." ( int id; "internal system ID?" st...
/* [The "BSD licence"] Copyright (c) 2005-2006 Terence Parr 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 ...
package com.company.assembleegameclient.screens { import com.company.assembleegameclient.objects.ObjectLibrary; import com.company.rotmg.graphics.ScreenGraphic; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import kabam.rotmg.core.model.PlayerModel; import kabam.rotmg.game.vi...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.util.List; /** * Vector, a List implemented by Array * @author firdosh * @author iiley */ class GUI.fox.aswing.util.Vector implements List{ private var _elements:Array; public static var CASEINSENSITIVE:Number=1; public static var DESCE...
package laya.webgl.submit { public interface ISubmit { function renderSubmit():int; function getRenderType():int function releaseRender():void } }
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * VERSION: 12.0.1 * DATE: 2013-02-09 * AS2 * UPDATES AND DOCS AT: http://www.greensock.com **/ import com.iequip.TweenLite; import com.iequip.plugins.TweenPlugin; import flash.display.*; import flash.geom.*; /** * <p><strong>See AS3 files for full ASDocs</strong></p> * * <p><strong>Copyright 2008-2014, 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...
///////////////////////////////////////////////////////////////////////////////////// // // Simplified BSD License // ====================== // // Copyright 2013-2014 Pascal ECHEMANN. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // ar...
package com.message.MessageEnum { public final class MessageId { public static const C_Login:int = 10; public static const S_Login:int = 11; public static const C_ChatMsg:int = 100; public static const S_ChatMsg:int = 101; public static const C_LoginChat:int = 102; public static const S_LoginChat:int = 103...
package game.states { import flash.display.Sprite; import game.display.PixelBugEffect; import game.global.Make; import game.objects.Starfield; import net.retrocade.retrocamel.components.RetrocamelStateBase; import net.retrocade.retrocamel.core.retrocamel_int; import net.retrocade.retrocamel.display.flash.Retr...
package fl.controls { import fl.controls.BaseButton; import fl.controls.TextInput; import fl.core.InvalidationType; import fl.core.UIComponent; import fl.events.ComponentEvent; import fl.managers.IFocusManagerComponent; import flash.display.DisplayObject; import flash.events.Event; import flash.even...
package org.flexlite.domUI.components { /** * 定义进度条控件增长方向的常量 * @author dom */ public class ProgressBarDirection { /** * 水平从左到右增长 */ public static const LEFT_TO_RIGHT:String = "leftToRight"; /** * 水平从右到左增长 */ public static const RIGHT_TO_LEFT:String = "rightToLeft"; /** * 竖直从上到下增长...
package as3lib.core.random { /** * Randomly returns either true or false. * * @author Mims Wright */ public function randomBoolean():Boolean { return Math.random() < 0.5; } }
package tetragon.view.render2d.extensions.graphics { import flash.geom.Matrix; import flash.geom.Point; public class Fill2D extends Graphic2D { public static const VERTEX_STRIDE:int = 9; private var fillVertices:VertexList2D; private var _numVertices:int; public function Fill2D() { clear(); _uv...
// Compiler options: -r:./as/Assert.dll package { import com.adobe.test.Assert; public class NaNTest { public static function Main():int { var a:Number = NaN; Assert.expectEq("a != a", true, a != a); Assert.expectEq("a == a", false, a == a); var b:Object = NaN; Assert.expect...
package { import flash.display.BitmapData; public dynamic class SymbolEmoticonBitmapsLaughing extends BitmapData { public function SymbolEmoticonBitmapsLaughing(param1:int = 16, param2:int = 16) { super(param1,param2); } } }
/* 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.layout { /** * A layout where items are divided into separate groups, with headers for *...
/* * Copyright (c) 2009 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 org.robotlegs.mvcs.support { public class CustomEventCommand { [Inject] public var event:Cust...
// Urho3D editor #include "Scripts/Editor/EditorView.as" #include "Scripts/Editor/EditorScene.as" #include "Scripts/Editor/EditorActions.as" #include "Scripts/Editor/EditorUIElement.as" #include "Scripts/Editor/EditorGizmo.as" #include "Scripts/Editor/EditorSettings.as" #include "Scripts/Editor/EditorPreferenc...
package com.ankamagames.dofus.logic.game.common.misc.inventoryView { import com.ankamagames.dofus.datacenter.items.Item; import com.ankamagames.dofus.internalDatacenter.DataEnum; import com.ankamagames.dofus.internalDatacenter.items.ItemWrapper; import com.ankamagames.dofus.kernel.Kernel; import co...
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including...
/* * Copyright 2014 Mozilla Foundation * * 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 agr...
package framework.services { import flash.events.IEventDispatcher; import framework.services.helper.ISQLRunnerDelegate; public class SQLCategoryService implements ISQLCategoryService { [Inject] public var eventDispatcher:IEventDispatcher; [Inject] public var sqlRunner:ISQLRunnerDelegate; public functio...
/* * Copyright (c) 2011 * Spoken Language Systems Group * MIT Computer Science and Artificial Intelligence Laboratory * Massachusetts Institute of Technology * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to de...
package cmodule.lua_wrapper { public const _check_match:int = regFunc(FSM_check_match.start); }
/* 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.layout { /** * Used by layout algorithms for determining the bounds in which to position ...
/* * Copyright 2012 AS3NUI * * 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 i...
/** * VERSION: 12.0.5 * DATE: 2013-03-28 * AS2 (AS3 is also available) * UPDATES AND DOCS AT: http://www.greensock.com/roughease/ **/ import mx.utils.Delegate; import com.iequip.easing.Ease; import com.iequip.easing.core.EasePoint; /** * See AS3 files for full ASDocs * * <p><strong>Copyright 2008-2014, GreenSo...
package away3d.events { import away3d.containers.ObjectContainer3D; import flash.events.Event; public class Scene3DEvent extends Event { public static const ADDED_TO_SCENE:String = "addedToScene"; public static const REMOVED_FROM_SCENE:String = "removedFromScene"; public static const PARTITION_CHANGED:Str...
/** * User: booster * Date: 18/09/15 * Time: 20:38 */ package medkit.collection { import medkit.collection.iterator.Iterator; public interface MultiSet extends Set { /** * Ensures this set contains at least as many copies of the given element. * * @param o element to add * @param count numb...
/******************************************************************************* * The MIT License * * Copyright (c) 2011 Jens Struwe. * * 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 with...
package visuals.ui.elements.guild { 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.backgrounds.SymbolSlice9Backg...
package ninja.model.data { public class NinjaPropertyStrengthenInfoList { public var life:ninja.model.data.NinjaPropertyStrengthenInfo; public var attack:ninja.model.data.NinjaPropertyStrengthenInfo; public var defense:ninja.model.data.NinjaPropertyStrengthenInfo; ...
//////////////////////////////////////////////////////////////////////////////// // // 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 gauseslim{ import command.ICommand; import flash.utils.ByteArray; public class CommandValish2 implements ICommand { private var valishNum1:int; private var coeficients:Array; private var coeficients1:Array; private var labels:Array; public function CommandValish2(valishNum1:int,coeficients:Array,l...
package com.gamesparks.api.requests { import com.gamesparks.api.responses.*; import com.gamesparks.*; /** * Returns a list of teams. Can be filtered on team name or team type. */ public class ListTeamsRequest extends GSRequest { function ListTeamsRequest(gs:GS) { super(gs); data["@class"] = "....
package com.lessrain.project.model.vo { /** * @author lessintern */ public class BuyableData { protected var _key:String; protected var _title:String; protected var _type:String; protected var _price : Number; protected var _bought : Boolean; protected var _tested : Boolean; public function Bu...
package mvcexpress.extensions.workers.modules { import flash.utils.ByteArray; import mvcexpress.MvcExpress; import mvcexpress.core.ExtensionManager; import mvcexpress.core.namespace.pureLegsCore; import mvcexpress.extensions.workers.core.CommandMapWorker; import mvcexpress.extensions.workers.core.WorkerManager; import...
package kabam.rotmg.dialogs.control { import flash.display.Sprite; import org.osflash.signals.Signal; public class OpenDialogSignal extends Signal { public function OpenDialogSignal() { super(Sprite); } } }
package { public function print(msg:String):void { trace(msg); } }
package feathers.tests { import feathers.controls.Button; import feathers.events.FeathersEventType; import flash.geom.Point; import org.flexunit.Assert; import org.flexunit.async.Async; import starling.display.DisplayObject; import starling.display.Quad; import starling.events.Event; import starling.events....
package tests { import com.as3mxml.asconfigc.AIROptions; import com.as3mxml.asconfigc.AIRPlatformType; import com.as3mxml.asconfigc.SigningOptions; import com.as3mxml.asconfigc.TopLevelFields; import com.as3mxml.asconfigc.utils.ConfigUtils; import org.apache.royale.test.Assert; public class ExtendConfigAIROpti...
package par.enginees { import flash.display.Sprite; import flash.events.Event; import flash.utils.Dictionary; import par.emitters.Emitter; import par.particals.Particle; import par.particals.ParticleInfo; import par.renderer.IParticleRenderer; public class ParticleEnginee { ...
//////////////////////////////////////////////////////////////////////////////// // // 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 acme { import acme.controller.ApplicationCompleteCommand; import acme.controller.SendMessageCommand; import acme.models.MessageModel; import acme.models.signals.ErrorAddedSignal; import acme.models.signals.MessageAddedSignal; import acme.service.DemoService; import acme.view....
package ember.io { import mocks.MockCustomEncoder; import mocks.MockCustomEncoderComponent; import mocks.MockCustomVO; import org.hamcrest.assertThat; import org.hamcrest.object.isTrue; public class CustomEncoderTests { private var encoder:ComponentEncoder; [Before] public function before():void { ...
package magic { import flash.media.Sound; import starling.display.Image; import starling.display.Quad; import starling.display.Sprite; import starling.events.Event; import starling.text.TextField; import starling.text.TextFormat; public class Ability extends Sprite { private var _cooldown:int; private v...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.objects.Merchant package com.company.assembleegameclient.objects { import flash.geom.Matrix; import flash.display.BitmapData; import flash.geom.ColorTransform; import kabam.rotmg.game.signals.AddSpeechBalloonS...
intrinsic class Video { var _alpha : Number; var _height : Number; var _name : String; var _parent : MovieClip; var _rotation : Number; var _visible : Boolean; var _width : Number; var _x : Number; var _xmouse : Number; var _xscale : Number; var _y : Number; var _ymouse : Number; var _yscale :...
/* ***** 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/ * ...
/* 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.data { import flash.errors.IllegalOperationError; /** * An <code>IListCollectionDataDesc...
// 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/. function MathMax() { print(Math.max(10, 8)); } MathMax();
//////////////////////////////////////////////////////////////////////////////// // // 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 ...
package com.rails2u.debug { import flash.events.IEventDispatcher; import com.rails2u.utils.Reflection; import flash.events.Event; import com.rails2u.utils.ObjectUtil; public class DebugWatcher { public static function monitorEvents(target:IEventDispatcher, ... arg):void { if ( a...
//////////////////////////////////////////////////////////////////////////////// // // 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 dataTypes.spatialGeometry { public class PlaneRectangularCoordinate { public var x:Number; // vertical coordinate public var y:Number; // horizontal coordinate; public var num:int; // number of the plane coordinate system public var gamma:Number; // meridian convergence angle public var m:Number...
package org.docksidestage.dbflute.flex.ex { import org.docksidestage.dbflute.flex.bs.BsProductCategory; /** * The entity of PRODUCT_CATEGORY. * <p> * You can implement your original methods here. * This class remains when re-generating. * </p> * @author DBFlute(AutoGenerator) */ [RemoteClass(alias="org.docksid...
/* * _________ __ __ * _/ / / /____ / /________ ____ ____ ___ * _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \ * _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/ * /___/ * * Tetragon : Game Engine for multi-platform ActionScript projects. * http://w...
//////////////////////////////////////////////////////////////////////////////// // // 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 hxioc.ioc { internal class InjectorUtils { static public function getNormalizedType(type:String):String { if (type == null) { return "___NULL_TYPE___"; } if (type.length == 0) { return "___EMPTY_TYPE___"; } ...
/****************************************************************************** * 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...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* * PROJECT: FLARToolKit * -------------------------------------------------------------------------------- * This work is based on the FLARToolKit developed by * R.Iizuka (nyatla) * http://nyatla.jp/nyatoolkit/ * * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. * Copyright (C)2008 Saq...
package net.psykosoft.psykopaint2.core.services { public interface SourceImageService { function fetchImages(index : int, amount : int, onSuccess : Function, onFailure : Function) : void; } }
// 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/. function testUndefined(test, otherTest=undefined) { print(test); print(otherTest); } testUndefined("wee...
package menu.editing { import flash.display.GradientType; import flash.display.Sprite; import flash.filters.DropShadowFilter; import flash.geom.Matrix; import flash.text.TextField; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; import media.fonts.FontStyles; import menu.editing.comps.IEdit...
package kabam.rotmg.queue.control { import org.osflash.signals.Signal; public class UpdateQueueSignal extends Signal { public function UpdateQueueSignal() { super(int, int); } } }
package portrayal.gpm { public class AttributeStylePair { public var attName:String; public var attType:String; public function AttributeStylePair() { } public function getXML():XML { var str:String = '<AttributeStylePair attName="' + this.attName + '" attType="' + this.attType ...
package feathers.examples.gallery { import feathers.controls.List; import feathers.controls.renderers.IListItemRenderer; import feathers.core.FeathersControl; import feathers.display.ScrollRectManager; import flash.display.Bitmap; import flash.display.Loader; import flash.events.ErrorEvent; import flash.events...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//------------------------------------------------------------------------------ // Copyright (c) 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 com.company.assembleegameclient.ui.dialogs { import flash.events.Event; public class NotEnoughFameDialog extends Dialog { public function NotEnoughFameDialog() { super("NotEnoughFameDialog.title", "NotEnoughFameDialog.text", "NotEnoughFameDialog.leftButton", null, "/notEnoughFame"); addEve...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedData_oryxSanctuaryGroundCXML package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="EmbeddedData_oryxSanctuaryGroundCXML.dat", mimeType="application/octet-stream")] public class EmbeddedData_oryxSanctu...
package cc.gullinbursti.lang { //] includes [!]> //]=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~. import cc.gullinbursti.math.BasicMath; import flash.filters.ConvolutionFilter; //]~=~=~=~=~=~=~=~=~=~=~=~=~=~[]~=~=~=~=~=~=~=~=~=~=~=~=~=~[ /** * @class ConvolutionFilters * @package cc.gullinbursti.lang * @auth...
//////////////////////////////////////////////////////////////////////////////// // // 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.messaging.impl.incoming { import flash.utils.IDataInput; public class Notification extends IncomingMessage { public var objectId_:int; public var message:String; public var color_:int; public function Notification(_arg_1:uint, _arg_2:Function) { super(_arg_1, _arg_2); ...
#include "IslandsCommon.as" #include "BlockCommon.as" #include "WaterEffects.as" #include "PropellerForceCommon.as" Random _r(133701); //global clientside random object void onInit( CBlob@ this ) { this.addCommandID("on/off"); this.set_f32("power", 0.0f); this.Tag("propeller"); CSprite@ sprite = thi...
package com.company.assembleegameclient.screens.charrects { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Shape; import flash.filters.DropShadowFilter; import flash.text.TextFieldAutoSize; import kabam.rotmg.assets.services.IconFactory; import kabam.rotmg.core.model.PlayerModel; i...
package utils { public class AIControlCodes { public static const WAIT:String = "wait"; public static const MOVE_UP:String = "move up"; public static const MOVE_DOWN:String = "move down"; public static const MOVE_LEFT:String = "move left"; public static const MOVE_RIGHT:S...
package { import flash.display.Sprite; import flash.events.Event; public class Loadee extends Sprite { public function Loadee() { addEventListener(Event.ENTER_FRAME, self_enterFrame); } private function self_enterFrame(event:Event):void { const color : uint = (Math.random()...
package com.gen6.toro.controller { import com.gen6.toro.entity.TwitPicVO; import com.gen6.toro.model.TwitterProxy; import com.gen6.toro.model.UploadToTwitPicProxy; import org.puremvc.as3.interfaces.INotification; import org.puremvc.as3.patterns.command.SimpleCommand; public class UploadToTwitPicComma...
//////////////////////////////////////////////////////////////////////////////// // // Version 2.2 - Feb 4, 2011 // // Delevoped by Robert Scheitlin // //////////////////////////////////////////////////////////////////////////////// package widgets.TOCGroup { import flash.events.MouseEvent; import mx.controls.Imag...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.sound.IMusic package com.company.assembleegameclient.sound { public interface IMusic { function load():void; } }//package com.company.assembleegameclient.sound
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.ui.panels.TradeRequestPanel package com.company.assembleegameclient.ui.panels { import kabam.rotmg.text.view.TextFieldDisplayConcrete; import com.company.assembleegameclient.ui.DeprecatedTextButton; import flash.u...
//////////////////////////////////////////////////////////////////////////////// // // 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...
package com.flexcapacitor.tools { import com.flexcapacitor.controller.Radiate; import com.flexcapacitor.events.RadiateEvent; import com.flexcapacitor.managers.ComponentManager; import com.flexcapacitor.managers.DocumentManager; import com.flexcapacitor.model.Document; import com.flexcapacitor.model.IDocument; im...