text
stringlengths
4
1.04M
/* * Created by IntelliJ IDEA. * User: Peter Gerhat * Date: May 27, 2010 * Time: 4:04:13 PM * To change this template use File | Settings | File Templates. */ package components.modifiers{ import components.binding.IUpdatable; import components.binding.events.BindingUpdateEvent; //Abstract class public class M...
package net.psykosoft.psykopaint2.core.views.popups.base { public class PopUpType { // Note: strings must be full class paths. // Some compilers might need the class to be declared in CoreConfig::mapClasses. public static const MESSAGE:String = "net.psykosoft.psykopaint2.core.views.popups.messages.MessagePopU...
package nt.ui.components { import flash.errors.IllegalOperationError; import flash.events.MouseEvent; import nt.ui.core.Component; import nt.ui.util.ISelectable; import org.osflash.signals.ISignal; import org.osflash.signals.Signal; public class ToggleButton extends PushButton implements ISelectable { public...
package com.vstyran.transform { /** * Transfrom tool version. * * @author Volodymyr Styranivskyi */ public class Version { /** * Version string for transform tool. * * @see http://code.google.com/p/transform-tool/ * @see http://vstyran-flex.blogspot.com/search/label/Transformation */ ...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2010 ESRI // // All rights reserved under the copyright laws of the United States. // You may freely redistribute and use this software, with or // without modification, provided you include the original copyright // an...
package org.osflash.mixins.generator.generators { import org.flemit.bytecode.QualifiedName; import org.flemit.bytecode.DynamicClass; import org.flemit.reflection.MetadataInfo; import flash.utils.Dictionary; /** * @author Simon Richardson - me@simonrichardson.info */ public class MixinClassMetadataGenerator ...
/* * 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 or agreed ...
package starline.player.control { import flash.display.*; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Rectangle; import starline.ui.button.DrawRect; // http://starline-studio.com // Guzhva Andrey // 21.12.2010 public class SoundBar extends Sprite { private var _pare...
/* 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 SingleNameAliases.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; // provide a docu...
package actionlib.common.query.mappers { public function property(propName:String):Function { return function (item:Object):* { if (!item) return undefined; if (!item.hasOwnProperty(propName)) return undefined; return item[propName]; } } }
/* -*- Mode: java; indent-tabs-mode: nil -*- */ /* Compiled with: node utils/compileabc.js --swf SimpleButtonTest,400,400,10 -p test/swfs/flash_display_SimpleButton.as */ package { import flash.display.Sprite; import flash.events.*; public class SimpleButtonTest extends Sprite { public funct...
/** * Created by hyh on 5/15/15. */ package starlingbuilder.util.ui.inspector { import feathers.controls.LayoutGroup; import feathers.controls.ScrollContainer; import feathers.layout.FlowLayout; import starlingbuilder.engine.UIElementFactory; import starlingbuilder.engine.util.ObjectLocaterUtil; ...
package com.ixiyou.display.bitmap { /** * Like magic, transparent parts of a PNG in this MovieClip are ignored during mouse interactions. * * No special instructions are needed to use this class if the clip's artwork * does not change during play, simply use this class in place of MovieClip. If the ...
/** .______ __ ___ /\__ _\ /'__`\ /'___`\ \/_/\ \/ __ __ __ __ __ ___ ____ __ __ /\ \/\ \ /\_\ /\ \ ...\ \ \ /\ \/\ \/\ \ /'__`\ /'__`\ /' _ `\...
package org.robotlegs.test.support.guarding { public interface ICommandReporter { function reportCommand(commandClass:Class):void; } }
package { import flash.display.*; import flash.events.*; import pano.ExtraInterface; import flash.filters.GlowFilter; import pano.utils.TweenNano; import flash.net.*; public class Comment extends Sprite{ private var EIF:ExtraInterface; private var config:XML; private var container:Sprite = new Sprite(...
package idv.cjcat.stardust.twoD.actions { import idv.cjcat.stardust.common.emitters.Emitter; import idv.cjcat.stardust.common.initializers.Initializer; import idv.cjcat.stardust.common.initializers.InitializerCollector; import idv.cjcat.stardust.common.math.Random; import idv.cjcat.stardust.common.math.StardustMa...
// ================================================================================================= // // Starling Framework // Copyright 2011-2014 Gamua. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying license agreemen...
//------------------------------------------------------------------------------ // 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 APIPlox { import flash.events.Event; public class ExamplePanel extends PLOX_GUIPanel { /* This is an example Panel. It has two tabs, one with a regular Movieclip and one with a Pane. Panes are basically the container for your content. It adapts to the size of the GUIPanel it's in. You can use thi...
/***************************************************** * * Copyright 2009 Adobe Systems Incorporated. All Rights Reserved. * ***************************************************** * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in ...
package engine { import flash.display.Graphics; import flash.display.Sprite; import flash.events.MouseEvent; import flash.geom.Point; import mx.core.FlexGlobals; import mx.core.FlexTextField; /** * Keeps track of the currently selected TTCard. * This is a static class, so there can only be one set of ...
package cn.vision.errors { import cn.vision.consts.ErrorConsts; import cn.vision.core.VSError; import cn.vision.utils.ClassUtil; import cn.vision.utils.RegexpUtil; import cn.vision.core.vs; /** * 抽象异常。 * * @author exyjen * @langversion 3.0 * @playerversion Flash 9, AIR 1.1 * @productversion vision ...
package org.as3commons.asblocks.impl { import org.as3commons.asblocks.parser.api.AS3NodeKind; import org.as3commons.asblocks.parser.api.KeyWords; import org.as3commons.asblocks.parser.api.Operators; import org.as3commons.asblocks.parser.core.LinkedListToken; public class TokenBuilder { public static function newToke...
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY!! //THIS FILE IS AUTO GENERATED, DO NOT MODIFY!! //THIS FILE IS AUTO GENERATED, DO NOT MODIFY!! package com.gamesparks.api.responses { import com.gamesparks.api.types.*; import com.gamesparks.*; /** * A response containing leaderboard entry data for a given player ...
package goplayer { public interface IPluginSWF { function getPlugin() : IPlugin } }
package com.ankamagames.dofus.network.types.game.mount { import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkType; import com.ankamagames.jerakine.network.utils.FuncTree; public cla...
package feathers.tests { import feathers.data.VectorCollection; import feathers.events.CollectionEventType; import org.flexunit.Assert; import starling.events.Event; public class VectorCollectionTests { private var _collection:VectorCollection; private var _a:Object; private var _b:Object; private var ...
/** * CHANGELOG: * * 2012-01-14 10:12: Create file */ package pl.asria.tools.media.sound { import flash.display.MovieClip; import flash.events.IOErrorEvent; import flash.media.Sound; import flash.net.URLLoader; import flash.net.URLRequest; import flash.system.ApplicationDomain; import flash.utils.Dictionary; i...
package { public class LevelEnemy { public var conf:Object; public function LevelEnemy(conf:Object) { this.conf = conf; } } }
// Copyright (c) 2014 www.9miao.com All rights reserved. package dGame3D { import dcom.dMath; import dcom.dTimer; import dGame3D.Math.dBoundingBox; import dGame3D.Math.dColorTransform; import dGame3D.Math.dMatrix; import dGame3D.Math.dVector3; import dGame3D.Math.dVector4; import dGame3D.Shader.dShaderBase; ...
/* Copyright (c) 2011 Taro Hanamura See LICENSE.txt for full license information. */ package org.typefest.time.tick { public class TickItem extends Object { protected var _time:Number = 0; protected var _data:* = null; public function get time():Number { return _time } public function get data():* { r...
//---------------------------------------------------------------------------------------------------- // Events for SiON Track // Copyright (c) 2008 keim All rights reserved. // Distributed under BSD-style license (see org.si.license.txt). //-----------------------------------------------------------------------...
package aerys.minko.render.shader.compiler.register { /** * Collection of functions to manipulate register components. * * @private * @author Romain Gilliotte */ public final class Components { private static const X : uint = 0; private static const Y : uint = 1; private static const Z : uint = 2; ...
/* as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform http://code.google.com/p/as3isolib/ Copyright (c) 2006 - 3000 J.W.Opitz, All Rights Reserved. Permission is hereby gr...
package com.ankamagames.berilia.managers { import com.ankamagames.berilia.types.event.InstanceEvent; import com.ankamagames.berilia.utils.errors.BeriliaError; import com.ankamagames.jerakine.logger.Log; import com.ankamagames.jerakine.logger.Logger; import flash.display.DisplayObject; import fl...
/** * Tweener * Transition controller for movieclips, sounds, textfields and other objects * * @author Zeh Fernando, Nate Chatellier, Arthur Debert, Francis Turmel * @version 1.33.74 */ /* Licensed under the MIT License Copyright (c) 2006-2008 Zeh Fernando, Nate Chatellier, Arthur Debert and Francis Turmel ...
package org.hamcrest { import flash.errors.IllegalOperationError; /** * Combines matching (<code>matches</code>) and describing mismatches (<code>describeMismatch</code>) into a single method <code>matchesOrDescribesMismatch</code>. * * Typically used when the matching logic and description logi...
/* Copyright aswing.org, see the LICENCE.txt. */ package org.aswing.components.windows { import flash.display.StageScaleMode; import flash.events.Event; import flash.events.MouseEvent; import org.aswing.components.windows.JWindow; import org.aswing.decorators.Icon; import org.aswing.event.FrameEvent; import...
package com.playfab.GroupsModels { public class InviteToGroupRequest { public var AutoAcceptOutstandingApplication:*; public var Entity:EntityKey; public var Group:EntityKey; public var RoleId:String; public function InviteToGroupRequest(data:Object=null) { ...
package away3d.materials.passes { import away3d.arcane; import away3d.cameras.Camera3D; import away3d.core.base.IRenderable; import away3d.core.managers.Stage3DProxy; import away3d.materials.lightpickers.LightPickerBase; import away3d.textures.Texture2DBase; import flash.display3D.Context3DProgramType; import...
package stand_fla { import flash.display.*; dynamic public class theChar_1 extends MovieClip { public var theLower:MovieClip; public var theUpper:MovieClip; public var theHead:MovieClip; public function theChar_1() { return; }// end function ...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedAssets_mountainTempleChars8x8Embed_ package kabam.rotmg.assets { import mx.core.BitmapAsset; [Embed(source="EmbeddedAssets_mountainTempleChars8x8.png")] public class EmbeddedAssets_mountainTempleChars8x8Embed_ extends Bit...
/* * Copyright (C) 2003-2012 Igniterealtime Community Contributors * * Daniel Henninger * Derrick Grigg <dgrigg@rogers.com> * Juga Paazmaya <olavic@gmail.com> * Nick Velloff <nick.velloff@gmail.com> * Sean Treadway <seant@oncotype.dk> * Sean Voisen <sean@voisen.org> * Mark Walter...
package org.openPyro.layout { import org.openPyro.core.UIContainer; import flash.display.DisplayObject; public interface IContainerMeasurementHelper { function calculateSizes(children:Array, container:UIContainer):void; } }
/** @file point_light.as */ #include "base_light.as" /** * @addtogroup Components * @{ **/ /** * @addtogroup Lights * @{ **/ /** * @class PointLight * @brief point light component. Can be attached to an entity * @author Hilze Vonck **/ class PointLight : BaseLight { void Create() final { ...
/****************************************************************************** * Spine Runtimes License Agreement * Last updated May 1, 2019. Replaces all prior versions. * * Copyright (c) 2013-2019, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivat...
package idv.cjcat.stardustextended.zones { import idv.cjcat.stardustextended.geom.MotionData2DPool; import idv.cjcat.stardustextended.math.Random; import idv.cjcat.stardustextended.math.StardustMath; import idv.cjcat.stardustextended.math.UniformRandom; import idv.cjcat.stardustextended.xml.XMLBuilder; import idv.cjc...
package kabam.rotmg.characters.deletion.view { import com.company.assembleegameclient.appengine.SavedCharacter; import kabam.rotmg.characters.deletion.control.DeleteCharacterSignal; import kabam.rotmg.characters.model.CharacterModel; import kabam.rotmg.dialogs.control.CloseDialogsSignal; import robotlegs.bender.bundl...
//////////////////////////////////////////////////////////////////////////////// //=BEGIN LICENSE MIT // // Copyright (c) 2012 Andras Csizmadia <andras@vpmedia.eu> // // Permission is hereby granted, free of charge, to any person obtaining // a copy of this software and associated documentation files (the // "Software...
package { import flash.display.BitmapData; import flash.geom.Matrix3D; import flash.geom.Vector3D; import info.smoche.alternativa.NonMipmapBitmapTextureResource; /** * ... * @author Toshiyuki Suzumura */ public class TiltFilterAS { protected var _yaw:Number; protected var _tilt:Matrix3D; protected ...
package kabam.rotmg.messaging.impl.incoming { import flash.utils.ByteArray; import flash.utils.IDataInput; public class MapInfo extends IncomingMessage { public var width_:int; public var height_:int; public var name_:String; public var displayName_:String; public var realmNam...
package each { import flash.utils.getTimer; public class _-CN extends Object { public function _-CN() { var _loc2_:* = true; var _loc3_:* = false; if(_loc2_) { super(); if(_loc3_ && (_loc1_)) { } ...
/* * 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...
//////////////////////////////////////////////////////////////////////////////// // // 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...
// 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 MathPow() { print(Math.pow(2, 10)); } MathPow();
package kabam.rotmg.core.commands { import kabam.rotmg.application.model.DomainModel; import kabam.rotmg.application.model.PlatformModel; public class SetupDomainSecurityCommand { [Inject] public var client:PlatformModel; [Inject] public var domains:DomainModel; public function execute():void {...
package cmodule.lua_wrapper { const _time_locale_buf:int = gstaticInitter.alloc(4,4); }
package org.osflash.signals.natives { import asunit.asserts.*; import asunit.framework.IAsync; import org.osflash.signals.IPrioritySignal; import flash.display.Sprite; import flash.events.MouseEvent; public class NativeMappedSignalObjectArgTest { [Inject] public var async:IAsync; private var si...
/* 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.textures { import flash.geom.Rectangle; import starling.textures.Texture; /** * A set ...
/* Adobe Systems Incorporated(r) Source Code License Agreement Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved. Please read this Source Code License Agreement carefully before using the source code. Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive, no-charge, royalty-...
package framework.events { import flash.events.Event; public class StatusBarMessageEvent extends Event { public static const SHOW_MESSAGE:String = "StatusBarMessageEvent_showMessage"; public var message:String; public function StatusBarMessageEvent(type:String, _msg:String = "", bubbles:Boolean=false...
package laya.html.dom { import laya.display.css.CSSStyle; /** * @private */ public class HTMLDocument extends HTMLElement { public static var document:HTMLDocument = new HTMLDocument(); public var all:Vector.<HTMLElement> = new Vector.<HTMLElement>; public var styleSheets:Object=CSSStyle.styleSh...
void test() { auto anInt = 18; assert(anInt == 18); auto aFloat = 1.24f; assert(aFloat == 1.24f); auto aString = "test"; assert(aString == "test"); }
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* 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...
package flash.utils { public dynamic class Dictionary { public function Dictionary(weakKeys:Boolean = false) { super(); this.init(weakKeys); } private function init(param1:Boolean):void { } } }
package com.github.mortido.sqcity.ui.gamefield { import as3isolib.display.IsoSprite; import com.github.mortido.sqcity.GameState; import com.github.mortido.sqcity.models.Building; import com.github.mortido.sqcity.resources.Assets; import com.github.mortido.sqcity.ui.Tile; public class MoveBuild...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2010 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 { import flash.display.*; import flash.text.*; import flash.system.*; import flash.utils.*; import flash.geom.*; import flash.events.*; public class DrawText{ private var textString:String = "ABCDEFGHIJKLMNOPQRSTUVWXYZ 0123456789()/"; private var textRect:Array = new Array(Const.MAX_CO...
 package com.neopets.games.marketing.destination.CapriSun2011.pages { //---------------------------------------- // IMPORTS //---------------------------------------- import com.neopets.games.marketing.destination.CapriSun2011.CapriSun2011Constants; import com.neopets.games.marketing.destination.CapriSun2011.but...
package net.psykosoft.psykopaint2.core.views.socket { import net.psykosoft.psykopaint2.core.views.base.MediatorBase; public class PsykoSocketViewMediator extends MediatorBase { [Inject] public var view:PsykoSocketView; override public function initialize():void { // Init. registerView( view ); supe...
package game.view.rank.ui { import com.utils.Constants; import game.base.JTSprite; import game.manager.AssetMgr; import starling.display.Button; import starling.display.Image; import starling.text.TextField; import starling.textures.Texture; public class JTUIHeroProperty extends JTSpr...
package com.wordnik.client.model { [XmlRootNode(name="User")] public class User { [XmlElement(name="id")] public var id:Number = 0.0; [XmlElement(name="firstName")] public var firstName:String = null; [XmlElement(name="username")] public var username:String = null; [XmlElement(name="last...
package com.playata.application.ui.elements.optical_changes { import com.playata.framework.application.Environment; import com.playata.framework.core.TypedObject; import com.playata.framework.core.util.NumberUtil; import com.playata.framework.display.SpineDisplayObject; import spine.animation.AnimationSt...
package com.foxarc.images { import flash.display.BitmapData; import flash.geom.Rectangle; import flash.utils.ByteArray; import com.foxarc.util.Base64; public class BitmapEncoder { public static function encodeByteArray(data:BitmapData):ByteArr...
// // $Id$ package com.threerings.msoy.item.data.all { import com.threerings.util.ByteEnum; import com.threerings.util.Enum; public final class ItemFlag_Kind extends ByteEnum { public static const MATURE :ItemFlag_Kind = new ItemFlag_Kind("MATURE", 0); public static const COPYRIGHT :ItemFlag_Kind = new ItemF...
package Ankama_Dungeon.ui { import com.ankamagames.berilia.api.UiApi; import com.ankamagames.berilia.components.Grid; import com.ankamagames.berilia.components.Label; import com.ankamagames.berilia.components.TextureBitmap; import com.ankamagames.berilia.types.LocationEnum; import com.ankamagam...
package laya.d3.math { /** * <code>OrientedBoundBox</code> 类用于创建OBB包围盒。 */ public class OrientedBoundBox { /**每个轴长度的一半*/ public var extents:Vector3; /**这个矩阵表示包围盒的位置和缩放,它的平移向量表示该包围盒的中心*/ public var transformation:Matrix4x4; /** @private */ private static var _tempV30:Vector3 = new Vector3(); ...
package cmodule.lua_wrapper { public var gdomainClass:Class; }
package com.company.assembleegameclient.util { public class ColorUtil { public static function rangeRandomSmart(_arg1:uint, _arg2:uint):Number { var _local3:uint = ((_arg1 >> 16) & 0xFF); var _local4:uint = ((_arg1 >> 8) & 0xFF); var _local5:uint = (_arg1 & 0xFF); var _local6:uint...
/* * Copyright 2010 Swiz Framework Contributors * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
//brain #define SERVER_ONLY #include "BrainCommon.as" #include "PressOldKeys.as"; #include "AnimalConsts.as"; void onInit( CBrain@ this ) { CBlob @blob = this.getBlob(); blob.set_u8( delay_property , 5+XORRandom(5)); blob.set_u8(state_property, MODE_IDLE); if (!blob.exists(terr_rad_property)) { blob.set_f32...
/* * Copyright 2009 Marek Brun * * 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...
package away3d.animators { import away3d.animators.nodes.*; import away3d.animators.states.*; import away3d.cameras.Camera3D; import away3d.core.base.*; import away3d.core.managers.*; import away3d.entities.*; import away3d.materials.passes.*; /** * Provides an interface for animator classes that control an...
package com.playata.application.data.constants { import com.playata.framework.core.TypedObject; import com.playata.framework.data.constants.ConstantsData; public class CStreamingActorAnimation extends ConstantsData { public static const ID_NAME:String = "animation"; pub...
// // AdMobAne ANE Extension // Actionscript Interface // // Copyright (c) 2011-2015 Code Alchemy inc. All rights reserved. // package com.codealchemy.ane.admobane { // Flash Includes import flash.events.EventDispatcher; import flash.events.StatusEvent; import flash.external.ExtensionContext; import flash.syst...
package ca.esdot.stats { import de.nulldesign.nd2d.display.Node2D; import de.nulldesign.nd2d.display.Sprite2D; import de.nulldesign.nd2d.materials.texture.Texture2D; import flash.display.BitmapData; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.geom.Point; public class...
/* 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.controls { import flash.display.Stage; import flash.events.MouseEvent; import flash.geom.P...
package com.longtailvideo.jwplayer.plugins { import com.longtailvideo.jwplayer.player.IPlayer; import flash.display.Sprite; public class AbstractPlugin extends Sprite implements IPlugin6 { public function initPlugin(player:IPlayer, config:PluginConfig):void { } public function resize(width:Number, height...
/* See LICENSE for copyright and terms of use */ import org.actionstep.rpc.ASFault; import org.actionstep.rpc.ASResponse; /** * This interface can be implemented by classes that wish to act as responders * for remote method calls, although it doesn't have to be. This is merely * provided to show you what methods c...
import gfx.io.GameDelegate; class BarterMenu extends ItemMenu { /* API */ var bPCControlsReady: Boolean = true; /* Stage Elements */ var BottomBar_mc: MovieClip; var InventoryLists_mc: MovieClip; var ItemCard_mc: MovieClip; var PlayerInfoObj: Object; var fBuyMult: Number; var fSellMult: Number; var iCo...
package com.ankamagames.dofus.network.messages.game.inventory.exchanges { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessa...
package multipublish.vo.contents { /** * * 天气数据结构。 * */ import cn.vision.utils.LogUtil; import com.winonetech.events.ControlEvent; import multipublish.consts.ContentConsts; import multipublish.core.mp; public final class Weather extends ResolveContent { /** * * 构造函数。 * ...
package com.hurlant.eval.ast { public class LogicalOr implements IAstBinOp {} }
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
package se.cambiata.utils.crypt { // The Base64 class is developed by Sven Dens, and can be found here: // http://labs.boulevart.be/index.php/2007/05/23/encryption-in-as2-and-as3/ import be.boulevart.as3.security.Base64; public class Simplecrypt { static public function encrypt(str:String, key:String = '%key...
//////////////////////////////////////////////////////////////////////////////// // // 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) 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 c...
package kabam.rotmg.assets.EmbeddedAssets { import kabam.rotmg.assets.*; import mx.core.*; [Embed(source="spritesheets/EmbeddedAssets_lofiCharEmbed_.png")] public class EmbeddedAssets_lofiCharEmbed_ extends BitmapAsset { public function EmbeddedAssets_lofiCharEmbed_() { super(); return; } } }
package SJ.Game.core { import com.talkingdata.game.TDAccountType; import com.talkingdata.game.TDCustomEvent; import com.talkingdata.game.TDGAAccount; import com.talkingdata.game.TDGAItem; import com.talkingdata.game.TDGAMission; import com.talkingdata.game.TDGAVirtualCurrency; import com.talkingdata.game.Talking...