text
stringlengths
4
1.04M
//////////////////////////////////////////////////////////////////////////////// // // © 2010 BlooDHounD // //////////////////////////////////////////////////////////////////////////////// package by.blooddy.crypto { import flash.system.ApplicationDomain; import flash.utils.ByteArray; import avm2.int...
//////////////////////////////////////////////////////////////////////////////// // // CODE11.COM // Copyright 2011 // licenced under GPU // // @author Romeo Copaciu romeo.copaciu@code11.com // @date 24 May 2011 // @version 1.0 // @site code11.com // ///////////////////////////////////////////////////////////...
/* ***** 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.company.assembleegameclient.ui.panels.mediators { import com.company.assembleegameclient.ui.panels.PartyPanel; import kabam.rotmg.core.view.Layers; import robotlegs.bender.bundles.mvcs.Mediator; public class PartyPanelMediator extends Mediator { [Inject] public var view:PartyPanel; [Inject]...
package org.osflash.signals.utils { import flash.events.EventDispatcher; import org.osflash.signals.ISignal; /** * Utility call to test objects that has signals. * * @author eidiot */ public class SignalAsync extends EventDispatcher { //====================================================================== ...
package org.superkaka.KLib.net { import flash.events.ProgressEvent; import flash.utils.Dictionary; import org.superkaka.KLib.events.AssetLoaderEvent; import flash.events.Event; import flash.events.EventDispatcher; import flash.system.ApplicationDomain; import org.superkaka.KLib.net.filedecoder.FileDecoder; im...
//////////////////////////////////////////////////////////////////////////////// // // 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 laya.d3.core.glitter { import laya.d3.math.Vector3; /** * <code>SplineCurvePosition</code> 类用于通过顶点创建闪光插值。 */ public class SplineCurvePosition extends SplineCurvePositionVelocity { /** * 创建一个 <code>SplineCurvePosition</code> 实例。 */ public function SplineCurvePosition() { //为了应用上面的插值方法,当已...
/* * 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/LICENSE-2.0 * * Unless required by applicable law o...
package org.osflash.ui.display.base { import org.osflash.ui.signals.ISignalTarget; import flash.display.MovieClip; /** * @author Simon Richardson - simon@ustwo.co.uk */ public class SignalMovieClip extends MovieClip implements ISignalDisplay { /** * @private */ private var _target : ISignalTarget...
package weave.visualization.plotters { import flash.display.BitmapData; import flash.utils.Dictionary; import weave.api.detectLinkableObjectChange; import weave.api.getCallbackCollection; import weave.api.linkSessionState; import weave.api.newDisposableChild; import weave.api.newLinkableChild; impor...
package ruby.internals { public class String_c { public var rc:RubyCore; public var rb_cString:RClass; public var rb_cSymbol:RClass; public var id_to_s:int; public function rb_str_intern(s:Value):Value { // TODO: @skipped var str:Value = s;//RB_GC_GUARD(s); var sym:Value; var id:int, i...
package com.company.assembleegameclient.screens { import com.company.ui.BaseSimpleText; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.events.MouseEvent; import flash.filters.DropShadowFilter; import flash.net.URLRequest; import flash.net.navigateToURL; import...
package com.videojs{ import com.videojs.events.VideoJSEvent; import com.videojs.events.VideoPlaybackEvent; import com.videojs.providers.HTTPAudioProvider; import com.videojs.providers.HTTPVideoProvider; import com.videojs.providers.IProvider; import com.videojs.providers.RTMPVideoProvider; ...
package{ import com.videojs.VideoJSApp; import com.videojs.events.VideoJSEvent; import com.videojs.structs.ExternalEventName; import com.videojs.structs.ExternalErrorEventName; import com.videojs.Base64; import flash.display.Sprite; import flash.display.StageAlign; import flash.dis...
//////////////////////////////////////////////////////////////////////////////// // // 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...
import flash.filters.ColorMatrixFilter; import com.tweenman.ArrayProp; import com.tweenman.ColorMatrix; class com.tweenman.ColorFilterProp extends ArrayProp { private var defaults:Object = { brightness: 0, contrast: 0, saturation: 1, hue: 0, colorize: 0x000000, colorizeAmount: 0, blend: false }; functio...
package com.hurlant.crypto.symmetric { import flash.utils.ByteArray; public class CTRMode extends IVMode implements IMode { public function CTRMode(key:ISymmetricKey, padding:IPad = null) { super(key,padding); } public function encrypt(src...
/** * Copyright (c) 2014-present, ErZhuan(coco) Xie * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package coco.component { /** * 文本对齐方式 * * @author coco * */ public class TextAlign { public function TextAlign() ...
/** * <p>Original Author: Daniel Freeman</p> * * <p>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, m...
package com.bojinx.api.processor.metadata { public interface IMetaDefinition { function get metaKind():String; } }
/* 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.text { import feathers.core.FeathersControl; import feathers.core.ITextRenderer; ...
package com.event.simpleVideo { public class SimpleVideoEvent extends DynamicEvent { public var info:Object = new Object(); public function SimpleVideoEvent(type:String, data:*=null, bubbles:Boolean=false, cancelable:Boolean=false){ super(type, data, bubbles, cancelable); info = data; } /** * ...
package org.flexlite.domUtils { import flash.utils.ByteArray; /** * CRC32工具类 * @author dom */ public class CRC32Util { /** * 计算时用到的CRC缓存数据表 */ private static var crcTable:Array = makeCrcTable(); /** * 获取CRC缓存数据表 */ private static function makeCrcTable():Array { var crcTabl...
/* * 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...
import skyui.util.ColorFunctions; import Shared.GlobalFunc; import flash.geom.Transform; import flash.geom.ColorTransform; import flash.geom.Matrix; class skyui.components.Meter extends MovieClip { /* CONSTANTS */ public static var FILL_DIRECTION_LEFT: String = "left"; public static var FILL_DIRECTION_RIGHT: Stri...
package serverProto.guild { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_STRING; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.neteas...
/* Copyright (C) 2012 John Nesky 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, s...
package cmodule.lua_wrapper { public function modEnd() : void { } }
package modules.game.majiangGame.view.majiangPart.singlePart.pengGangPart { import modules.game.majiangGame.view.card.pengGangCard.TopPengGangCards; import modules.game.majiangGame.view.majiangPart.singlePart.BaseSinglePengGangPart; import ui.mainGame.majiangParts.TopPengGangPartUI; public class TopSinglePengGa...
/** * Created by hyh on 12/3/15. */ package starlingbuilder.util.ui.inspector { public class UIMapperUtil { public static function processParamsWithFonts(params:Array, fonts:Array):void { for each (var item:Object in params) { if ((item.component == Prop...
class BBThread{ internal var result:Object=null; internal var running:Boolean=false; public function Start():void{ result=null; running=true; Run__UNSAFE__(); } public function IsRunning():Boolean{ return running; } public function Result():Object{ return result; } public function Run__UNSA...
//////////////////////////////////////////////////////////////////////////////// // // 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 com.company.assembleegameclient.ui.panels { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.objects.IInteractiveObject; import com.company.assembleegameclient.objects.Player; import com.company.assembleegameclient.ui.panels.itemgrids.ItemGrid; import flash.display...
// temporary: ignore the entire contents of this file when building for web package { import flash.display.*; import flash.geom.*; import flash.events.*; import flash.utils.*; import flash.net.*; import flash.filesystem.*; import org.si.sion.midi.*; import org.si.sion.events.*; public class midicontrol { ...
/** * This class handles sending getting and displaying trivia questions. * * @langversion ActionScript 3.0 * @playerversion Flash 9.0 * @author David Cary * @since 04.09.2010 */ package com.neopets.games.marketing.destination.guardians.widgets { //---------------------------------------- // IMPORTS //--...
//////////////////////////////////////////////////////////////////////////////// // // 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 { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.exporters.IShapeExportDocumentHandler; import com.codeazur.utils.StringUtils; public class SWFShapeWithStyle extends SWFShape { protected var _fillStyles:Vector.<SWFFillStyle>; protected var _lineSt...
package net.flashpunk { import flash.geom.Point; import flash.utils.Dictionary; import net.flashpunk.utils.Input; /** * Updated by Engine, main game container that holds all currently active Entities. * Useful for organization, eg. "Menu", "Level1", etc. */ public class World extends Tweener { /** *...
package com { import entities.Colour; public class ColorNameSelector { // ActionScript file public function ColorNameSelector() { } private function presetColorArrary():void { //presetColor if not set yet if(AppPlusCache.Instance.colourDataArray[0].r == -1) { var color:String; va...
package serverProto.worldBoss { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_SINT32; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_STRING; import com.nete...
/** * Controlbar user interface management of the players MCV pattern. * * @author Jeroen Wijering * @version 1.12 **/ import com.jeroenwijering.players.*; import com.jeroenwijering.utils.*; import com.jeroenwijering.feeds.FeedListener; class com.jeroenwijering.players.ControlbarView extends AbstractView impleme...
VAL equ 1234h ;----------------------------------------------------------------------- ; A is optional ADC A,A ; 8F ADC A,B ; 88 ADC A,C ; 89 ADC A,D ; 8A ADC A,E ; 8B ADC A,H ; 8C ADC A,L ; 8D ADC A,IXH ; DD 8C ADC A,IXL ; DD 8D ADC A,IYH ; FD 8C ADC A,IYL ; FD 8D ADC A,5 ; CE n ADC 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...
/* nochump.util.zip.CRC32 Copyright (C) 2007 David Chang (dchang@nochump.com) This file is part of nochump.util.zip. 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 2 of the License, ...
package game.doubleGame { import com.utils.StaticGUI; import starling.display.Image; /** * ... * @author ... */ public class CardSheetManager { public function CardSheetManager() { } public static function getCardImage(color:Number, index:Number, histCard:Boolean = false):Image { var...
package com.greensock.easing { public final class Power2 { public static var easeOut:Ease = new Ease(null,null,1,2); public static var easeIn:Ease = new Ease(null,null,2,2); public static var easeInOut:Ease = new Ease(null,null,3,2); public function Powe...
//////////////////////////////////////////////////////////////////////////////// // // 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.flemit { public class Rectangle { public function Rectangle(xMin : int, xMax : int, yMin : int, yMax : int) { this.xMin = xMin; this.xMax = xMax; this.yMin = yMin; this.yMax = yMax; } public var xMin : int = 0; public var xMax : int = 0; public var yMin : int = ...
package dialogue.subjects { import flash.events.Event; import starling.display.Sprite; /** * ... * @author @shaun */ public class Container extends Sprite { private var active; public function Container(active:Boolean = true) { this.active = acti...
package kabam.lib.console.controller { import kabam.lib.console.model.Console; import kabam.lib.console.signals.ConsoleLogSignal; public final class ListActionsCommand { [Inject] public var console:Console; [Inject] public var log:ConsoleLogSignal; public function execute():void { var _...
package awaybuilder.web.controller { import awaybuilder.model.DocumentModel; import awaybuilder.model.ApplicationModel; import org.robotlegs.mvcs.Command; public class CloseDocumentCommand extends Command { [Inject] public var windowModel:ApplicationModel; [Inject] public var documentModel:Docume...
/* * Copyright 2019 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 ...
// // $Id$ package com.threerings.msoy.room.client.layout { import flash.geom.Point; import com.threerings.geom.Vector3; import com.threerings.msoy.item.data.all.Decor; import com.threerings.msoy.room.client.ClickLocation; import com.threerings.msoy.room.client.RoomElement; import com.threerings.msoy.room.client.Ro...
package { import flash.events.Event; import org.purepdf.Font; import org.purepdf.elements.Paragraph; import org.purepdf.pdf.fonts.BaseFont; import org.purepdf.pdf.fonts.cmaps.CJKFontResourceFactory; import org.purepdf.pdf.fonts.cmaps.CMapResourceFactory; import org.purepdf.resources.BuiltinCJKFonts; import or...
package com.macys.marketing.sema.command.adcopy { import com.adobe.cairngorm.commands.Command; import com.adobe.cairngorm.control.CairngormEvent; import com.macys.marketing.sema.business.adcopy.ReplicateAdCopyDelegate; import com.macys.marketing.sema.event.adcopy.ReplicateAdCopyEvent; import com.macys.market...
package aerys.minko.example.mk { import flash.display.Sprite; import flash.events.Event; import aerys.minko.physics.World; import aerys.minko.physics.api.ColliderController; import aerys.minko.physics.constraint.force.DirectionalLinearConstantForce; import aerys.minko.render.Viewport; import aerys.minko.render...
//////////////////////////////////////////////////////////////////////////////// // // 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...
table quakeSample "Sample from quake lab" ( string date; "DD/MM/YY format date string" string subdir; "Subdirectory where files live" string fluidPlateAcc; "Shorter 5 char accession corresponding to plate?" uint unknown1; "Seems to be number 1-8 with some gaps" string seqFormat; "Form like 151 ...
package com.adobe.protocols.dict.events { import flash.events.Event; import com.adobe.protocols.dict.Dict; import com.adobe.protocols.dict.Definition; public class DefinitionEvent extends Event { private var _definition:Definition; public function DefinitionEvent() { super(Dict.DEFINITION); } ...
package com.axis.rtspclient { import flash.events.IEventDispatcher; import flash.net.Socket; import flash.utils.ByteArray; public interface IRTSPHandle extends IEventDispatcher { function writeUTFBytes(value:String):void; function readBytes(bytes:ByteArray, offset:uint = 0, length:uint = 0):void; f...
/** * Extended NetConnection to test AMF requests * Set "host" variable to your nodejs http end point */ package { import flash.utils.setTimeout; import flash.net.NetConnection; import flash.net.ObjectEncoding; import flash.net.Responder; import flash.events.NetStatusEvent; import flash....
package com.catalystapps.gaf.core { import starling.textures.Texture; import com.catalystapps.gaf.data.GAFAsset; import com.catalystapps.gaf.display.GAFTexture; import flash.geom.Matrix; /** * @private */ public class GAFTextureMapingManager { //-----------------------------------------------------------...
package kabam.rotmg.language { import kabam.rotmg.application.api.ApplicationSetup; import kabam.rotmg.language.control.RegisterChangeLanguageViaConsoleCommand; import kabam.rotmg.language.control.RegisterChangeLanguageViaConsoleSignal; import kabam.rotmg.language.control.ReloadCurrentScreenCommand; impo...
/* * Copyright 2010-2011 Research In Motion Limited. * * 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 ag...
package away3d.loaders.parsers.particleSubParsers.values.setters.global { import away3d.animators.data.ParticleProperties; import away3d.loaders.parsers.particleSubParsers.values.setters.SetterBase; import com.assukar.airong.utils.Utils; public class LuaGeneratorSetter extends SetterBase { private var _luaSta...
package io.decagames.rotmg.nexusShop { import flash.events.MouseEvent; import io.decagames.rotmg.ui.buttons.BaseButton; import io.decagames.rotmg.ui.buttons.SliceScalingButton; import io.decagames.rotmg.ui.popups.signals.ClosePopupSignal; import io.decagames.rotmg.ui.popups.signals.ShowPopupSignal; im...
package pl.mateuszmackowiak.nativeANE.dialogs.support { import flash.events.EventDispatcher; import pl.mateuszmackowiak.nativeANE.nativeDialogNamespace; import pl.mateuszmackowiak.nativeANE.dialogs.NativeTextInputDialog; use namespace nativeDialogNamespace; /** * @playerversion 3.0 */ public class...
/* Copyright (c) 2008, 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 ...
package { //-------------------------------------------------------------------------- // // Imports // //-------------------------------------------------------------------------- /** * AS3Ref.as class. Use AS3Ref for bind to object param * @author yangboz * @langVersion 3.0 * @playerVersion 11.2+ ...
package reflex.skins { import flash.display.DisplayObject; import flash.display.FrameLabel; import flash.display.MovieClip; import flash.display.Sprite; import reflex.binding.Bind; import reflex.binding.DataChange; public class MovieClipSkin extends MovieClip implements ISkin { protected var unscaledWi...
package com.zillix.zlxnape.demos { import com.zillix.zlxnape.BodyContext; import com.zillix.zlxnape.ZlxNapeSprite; import com.zillix.utils.ZMathUtils; import flash.utils.getTimer; import org.flixel.FlxGroup; /** * Simple emitter implementation. * @author zillix */ public class BubbleEmitter { private ...
package org.axgl.util { /** * A class representing a sprite's animation. */ public class AxAnimation { /** The name of the animation, used when you want to play the animation. */ public var name:String; /** The list of frames in the animation. */ public var frames:Vector.<uint>; /** The framerate the a...
package kabam.rotmg.assets.EmbeddedAssets { import kabam.rotmg.assets.*; import mx.core.*; [Embed(source="spritesheets/EmbeddedAssets_d3LofiObjEmbed_.png")] public class EmbeddedAssets_d3LofiObjEmbed_ extends BitmapAsset { public function EmbeddedAssets_d3LofiObjEmbed_() { super(); return; } }...
package net.flashpunk.graphics { import flash.display.BitmapData; import flash.geom.Point; import flash.geom.Rectangle; import net.flashpunk.FP; import net.flashpunk.Graphic; import net.flashpunk.masks.Grid; import net.flashpunk.utils.Draw; /** * A canvas to which Tiles can be drawn for fast multiple ti...
package com.tonyfendall.cards.model { import mx.collections.ArrayList; import persistance.CardType; public class CardGroup { public var type:CardType; public var cards:ArrayList; public var known:Boolean; public function CardGroup( toClone:CardGroup = null ):void { this.cards = new ...
//////////////////////////////////////////////////////////////////////////////// // // Version 1.0 - Dec 17, 2010 // // Delevoped by Robert Scheitlin // //////////////////////////////////////////////////////////////////////////////// package widgets.Route { import org.alivepdf.fonts.*; import org.alivepdf.l...
package com.playata.application.ui.effects { import com.greensock.TweenMax; import com.greensock.easing.Ease; import com.greensock.easing.Linear; import com.playata.framework.core.IDisposable; import com.playata.framework.core.TypedObject; import com.playata.framework.display.IDisplayObject; import...
package hud.utils { import bag.def.ItemTabs; import serverProto.bag.ProtoGetBagListType; import bag.data.ItemData; import bag.utils.BagUtils; import bag.BagConst; import bag.data.TaskItemData; import bag.data.EquipmentItemData; import bag.data.CardItemData; import bag.data.BeastFragmentData; ...
/* 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 MultiOptArgFunction { public var str:String = new String(""); }
package widgets.Interrupciones.servicios { import com.esri.ags.Graphic; public class InterrupcionBaseDto { public var frecuenciaNis:Number; public var duracionNis:Number; public var id:Number; public var causa:String; public var graphicFrecuencia:Graphic; public var graphicDuracion:Graphic; p...
import Components.CrossPlatformButtons; import gfx.io.GameDelegate; import gfx.ui.InputDetails; import Shared.GlobalFunc; import gfx.ui.NavigationCode; import gfx.managers.FocusHandler; class QuestsPage extends MovieClip { var DescriptionText: TextField; var Divider: MovieClip; var NoQuestsText: TextField; var Obj...
// ================================================================================================= // // Starling Framework // Copyright Gamua GmbH. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying license agreement. //...
package visuals.ui.elements.battle { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashSprite; import flash.display.MovieClip; public class SymbolBattleAvatarEmoteIconBonesGeneri...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.arena.view.ImminentWaveCountdownClock package kabam.rotmg.arena.view { import flash.display.Sprite; import org.osflash.signals.Signal; import kabam.rotmg.text.view.StaticTextDisplay; import kabam.rotmg.text.view.stringBuilder.Sta...
package e06_logicmodifiers { import com.bit101.components.InputText; import com.bit101.components.Label; import com.bit101.components.List; import com.bit101.components.PushButton; import com.bit101.components.RadioButton; import com.bit101.components.TextArea; import flash.display.Sprite; import flash.events....
/* * 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 io.decagames.rotmg.social.model { import com.company.assembleegameclient.objects.Player; public class GuildMemberVO { public function GuildMemberVO() { super(); } private var _name: String; public function get name(): S...
/** * Created by Administrator on 2015/8/12. */ package gui3D { import away3d.cameras.lenses.PerspectiveLens; import away3d.containers.View3D; import away3d.controllers.HoverController; import away3d.lights.PointLight; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageSca...
package org.flexlite.domUI.skins.vector { import flash.display.Graphics; import org.flexlite.domCore.dx_internal; import org.flexlite.domUI.skins.VectorSkin; use namespace dx_internal; /** * ComboBox的下拉按钮默认皮肤 * @author dom */ public class TreeDisclosureButtonSkin extends VectorSkin { public function ...
package com.gestureworks.cml.elements { import com.gestureworks.cml.core.CMLParser; import com.gestureworks.cml.elements.*; import com.gestureworks.cml.events.StateEvent; import com.gestureworks.core.GestureWorks; import com.gestureworks.events.GWTouchEvent; import com.gestureworks.managers.TouchManager; import...
/* * 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 required by ap...
/** * Created by max.rozdobudko@gmail.com on 6/9/18. */ package skein.tubes.builder { import skein.core.skein_internal; import skein.tubes.tube.Tube; import skein.tubes.tube.media.settings.MediaSettings; use namespace skein_internal; public class MediaSettingsBuilder { // Constructor public function Media...
// Action script... // [Initial MovieClip Action of sprite 20832] #initclip 97 if (!dofus.graphics.gapi.ui.gameresult.GameResultPlayer) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // end if if (!do...
package com.ankamagames.dofus.network.messages.game.moderation { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; i...
package org.osflash.ui.display.base { import org.osflash.ui.signals.ISignalTarget; import flash.display.Bitmap; /** * @author Simon Richardson - simon@ustwo.co.uk */ public class SignalBitmap extends Bitmap implements ISignalDisplay { /** * @private */ private var _target : ISignalTarget; /**...
package com.renaun.embeds { import flash.display.BitmapData; [Embed(source="/assets_embed/BoxBlue1.png")] public class EmbedBoxBlue1 extends BitmapData { public function EmbedBoxBlue1(width:int, height:int, transparent:Boolean=true, fillColor:uint=4.294967295E9) { super(width, height, transparent, fillColor...
//////////////////////////////////////////////////////////////////////////////// // // 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 pong.game.sys.ai { import Box2D.Common.Math.b2Vec2; import Box2D.Dynamics.b2Body; import ember.core.Game; import ember.core.Entity; import ember.core.Nodes; import pong.game.Names; import pong.game.Tick; import pong.game.attr.AIComponent; import pong.game.attr.PhysicalComponent; public class AISys...
// ================================================================================================= // // 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. //...