text
stringlengths
4
1.04M
package com.codeazur.as3swf { import com.codeazur.as3swf.data.*; import com.codeazur.as3swf.data.actions.IAction; import com.codeazur.as3swf.data.filters.*; import com.codeazur.as3swf.factories.*; import com.codeazur.utils.BitArray; import com.codeazur.utils.HalfPrecisionWriter; import flash.utils.ByteArray; ...
package mvclite.contorl { import mvclite.Facade_Lite; import org.puremvc.as3.patterns.command.SimpleCommand; public class SimpleCommand_Lite extends SimpleCommand { public function SimpleCommand_Lite() { super(); } public function get appFacade():Facade_Lite{ return facade as Facade_Lite } } }
/** * WheelMenu.as * Keith Peters * version 0.9.9 * * A radial menu that pops up around the mouse. * * Copyright (c) 2011 Keith Peters * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the S...
// Action script... // [Initial MovieClip Action of sprite 20] #initclip 6 Object.registerClass("ButtonNormalDown", ank.gapi.controls.button.ButtonBackground); #endinitclip
package game.net.data.s { import flash.utils.ByteArray; import game.net.data.DataBase; import game.net.data.vo.*; import game.net.data.IData; public class SRankHero extends DataBase { public var heroes : Vector.<IData>; public static const CMD : int=29020; public function SRankHero()...
package serverProto.ninjaexam { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; import com.netease.protobuf.WireType; import serverProto.inc.ProtoRetInfo; import com...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedAssets_chars16x8rEncountersEmbed_ package kabam.rotmg.assets { import mx.core.BitmapAsset; [Embed(source="EmbeddedAssets_chars16x8rEncounters.png")] public class EmbeddedAssets_chars16x8rEncountersEmbed_ extends BitmapAss...
package laya.d3.terrain { import laya.d3.math.Vector2; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.terrain.unit.ChunkInfo; import laya.d3.terrain.unit.DetailTextureInfo; import laya.d3.terrain.unit.MaterialInfo; import laya.events.Event; import laya.net.Loader; import laya.resource...
package visuals.ui.elements.stream { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashLabelArea; import com.playata.framework.display.lib.flash.FlashSprite; import com.playata.frame...
package com.hendrix.feathers.controls.utils.geom { import flash.geom.Point; /** * ... * @author Andrew McGrath - muongames.com - 2013 */ public class Polygon { private var vertices:Vector.<Point> = null; public function Polygon() { vertices = new Vector.<Point>(); } ...
// Urho3D editor user interface XMLFile@ uiStyle; XMLFile@ iconStyle; UIElement@ uiMenuBar; UIElement@ quickMenu; Menu@ recentSceneMenu; Window@ mruScenesPopup; Array<QuickMenuItem@> quickMenuItems; FileSelector@ uiFileSelector; const ShortStringHash UI_ELEMENT_TYPE("UIElement"); const ShortStringHash WINDOW_TYPE("Wi...
//------------------------------------------------------------------------------ // Copyright (c) 2012 the original author or authors. All Rights Reserved. // // NOTICE: You are permitted you to use, modify, and distribute this file // in accordance with the terms of the license agreement accompanying it. //----...
package game.proto { import com.google.protobuf.*; public class rank extends Message { public function rank() { } private var _pid:String = ""; public function get pid():String { return _pid; } public function set pid(value:String):void { _pid = value || ""; } private ...
//////////////////////////////////////////////////////////////////////////////// // // 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 msgbox_fla { import flash.display.MovieClip; public dynamic class CopyBtnBg_8 extends MovieClip { public function CopyBtnBg_8() { super(); addFrameScript(0,this.frame1); } function frame1() : * { stop(); } } }
// // $Id$ package com.threerings.msoy.applets.remixer { import flash.events.Event; import flash.events.IEventDispatcher; import flash.geom.Point; import mx.containers.Grid; import mx.controls.TextInput; import mx.events.ValidationResultEvent; import mx.validators.NumberValidator; import com.threerings.flex.GridUti...
package laya.ani { /** * @private * @author ... */ public class AnimationContent { public var nodes:Vector.<AnimationNodeContent>; public var name:String; public var playTime:Number; public var bone3DMap:*; public var totalKeyframeDatasLength:int; } }
/** * VERSION: 1.61 * DATE: 2010-09-18 * ACTIONSCRIPT VERSION: 3.0 * UPDATES AND DOCUMENTATION AT: http://www.TweenMax.com **/ package com.greensock.plugins { import com.greensock.*; /** * Tweens numbers in an Array. <br /><br /> * * <b>USAGE:</b><br /><br /> * <code> * import com.greensock...
package views.examples { import com.tuarua.ARKit; import com.tuarua.arkit.AntialiasingMode; import com.tuarua.arkit.Node; import com.tuarua.arkit.RunOptions; import com.tuarua.arkit.WorldTrackingConfiguration; import com.tuarua.arkit.animation.Action; import com.tuarua.arkit.camera.TrackingState; import com.tuarua.arki...
/* * Copyright (c) 2014-2017 Object Builder <https://github.com/ottools/ObjectBuilder> * * 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 ...
package com.company.assembleegameclient.ui.dialogs { import com.company.assembleegameclient.ui.DeprecatedTextButton; import com.company.assembleegameclient.util.StageProxy; import com.company.util.GraphicsUtil; import flash.display.CapsStyle; import flash.display.Graphics; import flash.display.GraphicsPath; import fl...
package com.example.references { public class References extends SuperReferences { public static var staticVar:Number = 2; private static function staticFunction():void { } private var memberVar:Boolean; private function memberFunction():void { } public function get memberProperty():Boolean { ...
package reflex.behaviors { import flash.events.IEventDispatcher; import flash.events.MouseEvent; /** * @description Adds selection toggling functionality to the target. When clicked, the target's selected property will be flipped. * @alpha */ public class SelectBehavior extends Behavior implements IBehavi...
package me.rainssong.math { import flash.display.SimpleButton; import flash.geom.Point; import flash.geom.Rectangle; import me.rainssong.utils.ObjectCore; public final class MathCore { static public const DEGREE_RADIAN_RATIO:Number = 180 / Math.PI; static public const RADIAN_DEGREE_RATIO:Number = Math.PI / ...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2011 , Yang Bo All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/licenses/bsd-license.php >. package com.netease.protobuf.fieldDes...
package flash.xml { /** * @private Internal only * This class is package internal and only intended for * use by internal Flash Player code. * * The <code>XMLParser</code> class is an XML pull parser. * It differs from the XML (E4X) and XMLDocument ("classic" XML) * classes in that XML tags are parsed and retur...
/* * Scratch Project Editor and Player * Copyright (C) 2014 Massachusetts Institute of Technology * * 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, or (at your...
package com.ankamagames.dofus.logic.common.frames { import by.blooddy.crypto.MD5; import com.ankamagames.dofus.kernel.Kernel; import com.ankamagames.dofus.logic.common.managers.PlayerManager; import com.ankamagames.dofus.logic.connection.frames.AuthentificationFrame; import com.ankamagames.dofus.lo...
package devoron.components.filechooser.autocomplete { import org.aswing.util.TextUtils; import org.aswing.util.autocomplete.AutocompleteDictionary; import devoron.components.comboboxes.DSComboBox; import flash.events.Event; import flash.events.KeyboardEvent; import flash.ui.Keyboard; import org.aswing.JTextField...
// Runner Movement #include "RunnerCommon.as" void onInit(CMovement@ this) { RunnerMoveVars moveVars; //walking vars moveVars.walkSpeed = 3.5f; moveVars.walkSpeedInAir = 3.4f; moveVars.walkFactor = 1.0f; moveVars.walkLadderSpeed.Set(0.25f, 0.8f); //jumping vars moveVars.jumpMaxVel = 2.9f; moveVars.jumpStart ...
; Copyright 2016 Jens Nurmann and Alexander Kruppa ; This file is part of the MPIR Library. ; The MPIR Library is free software; you can redistribute it and/or modify ; it under the terms of the GNU Lesser General Public License as published ; by the Free Software Foundation; either version 2.1 of the License, ...
/** * <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, me...
/* 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, r...
package com.greensock.plugins { import com.greensock.TweenLite; /** * @private * * @author Thijs Broerse */ public class EndPropsPlugin extends TweenPlugin { public static const API:Number = 1.0; /** @private **/ private var _target:Object; /** @private **/ private var _tween...
object point "Three dimensional point" ( char[12] acc; "GenBank Accession sequence" int x; "x coor" int y; "y coor" int z; "z coor" ) table polygon "A face" ( uint id; "Unique ID" int pointCount; "point count" object point[pointCount] points; "Points list" )...
package kabam.rotmg.ui.noservers { import com.company.assembleegameclient.ui.dialogs.Dialog; public class TestingNoServersDialogFactory implements NoServersDialogFactory { private static const BODY:String = 'There are currently no testing servers available. Please play on <font color="#7777EE"><a href="http://ww...
/* 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 PubClassExtPubClassImpIntIntExtPubPub.*; import com.adobe.test.Assert; import com.adobe.test.Utils; // var ...
package com.tinyspeck.engine.view.ui.decorate { import com.tinyspeck.engine.data.house.HouseStylesChoice; import com.tinyspeck.engine.port.AssetManager; import com.tinyspeck.engine.port.WindowBorder; import com.tinyspeck.engine.util.SpriteUtil; import com.tinyspeck.engine.view.ITipProvider; import com.tinyspeck.e...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* 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 = ""; // var VERSION = "ECMA_2"; // var TITLE = "The try...
package idv.cjcat.stardustextended.flashdisplay.handlers { public class AddChildMode { public static const RANDOM : int = 0; public static const TOP : int = 1; public static const BOTTOM : int = 2; } }
package framework.util.linkedList { public class PriorityLinkedListObject extends LinkedListObject implements IPriorityLinkedListObject { protected var _priority:int; public function PriorityLinkedListObject() { super(); } public function getPriority():int { return _priority; } public func...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF li...
/***************************************************** * * Copyright 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...
/* * 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 ...
package fl.transitions { import flash.events.EventDispatcher; import flash.display.*; import flash.geom.*; import flash.events.Event; /** * The Transition class is the base class for all transition classes. You do not use or access this class directly. It allows transition-based classes to share some co...
//////////////////////////////////////////////////////////////////////////////// // // 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 info.smoche.alternativa { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Loader; import flash.events.Event; import flash.events.IOErrorEvent; import flash.external.ExternalInterface; import flash.net.URLRequest; import flash.utils.ByteArray; import mx.utils...
package com.ankamagames.dofus.network.messages.game.guild.application { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage...
package com.longtailvideo.jwplayer.player { import com.longtailvideo.jwplayer.controller.Controller; import com.longtailvideo.jwplayer.events.MediaEvent; import com.longtailvideo.jwplayer.events.PlayerEvent; import com.longtailvideo.jwplayer.model.Model; import com.longtailvideo.jwplayer.model.PlayerConfig; import com...
/** * <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, me...
//////////////////////////////////////////////////////////////////////////////// // // 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 asunit.support { import asunit.framework.IResult; import asunit.framework.IRunnerFactory; import asunit.runners.SuiteRunner; import flash.display.DisplayObjectContainer; public class CustomSuiteRunner extends SuiteRunner { // Used so that test cases can // verify that this cus...
package editor.ui { import editor.*; import editor.definitions.*; import editor.tools.*; import editor.tools.object.*; import flash.display.Sprite; import flash.events.Event; import flash.text.TextField; public class Windows extends Sprite { //Windows public var windowLevelInfo:LevelInfoWindow; publi...
package com.neopets.projects.mvc.view { import com.neopets.projects.mvc.iLogic; import com.neopets.projects.mvc.model.ISharedListener; import com.neopets.projects.neopetsGameShell.events.SharedListener; public interface IMediator { function get viewContainer():ViewContainerold; function get ID():String; fu...
include cgen.inc global _sub_43EF global ncsv, cret, indir global _allocNode global _typeLong global _typeB global _typeVar global _dopetab global _freeNode global _typeX global wrelop global _sub_385B global _sub_37ED global _typeChar global _nodesize global _prWarning global _sub_475C ...
package swf.data.actions.swf6 { import swf.data.actions.*; class ActionGreater extends Action implements IAction { public static inline var CODE:Int = 0x67; public function ActionGreater(code:Int, length:Int, pos:Int) { super(code, length, pos); } override public function toString(indent:Int = 0):Stri...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.language.model.LanguageModel package kabam.rotmg.language.model { public interface LanguageModel { function getLanguage():String; function setLanguage(_arg_1:String):void; function getLanguageFamily():Stri...
package { import flash.display.BitmapData; import flash.display.Sprite; /** * ... * @author Stephen Birsa */ final internal class Player extends Sprite { private const _WIDTH:int = 20; private const _HEIGHT:int = 40; private const _ALPHA:int = 1; private const _COLOUR:int = 0x00FF00; internal v...
package com.company.assembleegameclient.ui { import com.company.assembleegameclient.constants.InventoryOwnerTypes; import com.company.assembleegameclient.objects.ObjectLibrary; import com.company.assembleegameclient.objects.Player; import com.company.util.GraphicsUtil; import com.company.util.MoreColorUtil; import com...
/******************************************************************************* * 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 com.xinguoedu.v.component { import com.greensock.TweenLite; import com.xinguoedu.consts.NumberConst; import com.xinguoedu.consts.PlayerState; import com.xinguoedu.evt.PlayerStateEvt; import com.xinguoedu.m.Model; import com.xinguoedu.v.base.BaseComponent; import flash.display.MovieClip; import flash.u...
/* *This file is part of MovieClipCommander Framework. * * MovieClipCommander Framework 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, or * (at your o...
package Ankama_Grimoire.ui.optionalFeatures { import Ankama_Common.Common; import Ankama_ContextMenu.ContextMenu; import Ankama_Grimoire.enum.EnumTab; import com.ankamagames.berilia.api.UiApi; import com.ankamagames.berilia.components.Input; import com.ankamagames.berilia.components.Label; ...
package services.vo.profiles { [RemoteClass(alias="MapProfilePersonView")] public class ProfilePersonViewVO { /** * This property contain id of profile. */ public var lId:Number = 0; /** * This property contain main id of profile. */ public var lMainId:Number = 0; /** * This property cont...
package cmodule.decry { public const ___floatdisf:int = regFunc(FSM___floatdisf.start); }
package { // Imports: import flash.display.MovieClip; import flash.display.SimpleButton; import flash.display.DisplayObject; import flash.filters.GlowFilter; import flash.filters.BitmapFilterQuality; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.MouseEvent; import flas...
package { import flash.display.MovieClip; public dynamic class SymbolDungeon3_2Path extends MovieClip { public var checkpoint5:SymbolDungeonPathCheckPoint; public var checkpoint6:SymbolDungeonPathCheckPoint; public var checkpoint7:SymbolDungeonPathCheckPoint; ...
/**Created by the LayaAirIDE,do not modify.*/ package ui.mainGame.majiangParts.Newcalculate { import laya.ui.*; import laya.display.*; public class NewCalculateRoundPageUI extends View { public static var uiView:Object =/*[STATIC SAFE]*/{"type":"View","props":{"width":1038,"height":640}}; override protected f...
package { import flash.external.ExternalInterface; /** * This manages all External calls, not all players have this ability (Flex does not, * flash in a browser does, flash standalone does not) * * We also have an optional chart_id that the user may set, this is passed out * as parameter one if it is se...
package { public class Main { public function Main() { new String("")$(EntryPoint) } } }
//////////////////////////////////////////////////////////////////////////////// // // 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...
// Action script... // [Initial MovieClip Action of sprite 20530] #initclip 51 if (!dofus.graphics.gapi.ui.AskReportMessage) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // end if if (!dofus.graphic...
/** * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the terms and conditio...
/* 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, incl...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="lostHallsObjects.txt", mimeType="application/octet-stream")] public class lostHallsObjects extends ByteArrayAsset { public function lostHallsObjects() { super(); } } }
package com.traffic.util.syncedList { import mx.collections.ArrayCollection; import mx.collections.ISort; public class SyncedList extends ArrayCollection { protected var _syncRobot:SyncedListRobot; public function SyncedList(robot:SyncedListRobot) { super(null); syncRobot = robot; } private fu...
package gs.util.text { import flash.events.TimerEvent; import flash.text.TextField; import flash.utils.Timer; /** * The AutoTyper class will auto type some * text into a text field at scheduled intervals. */ public class AutoTyper { /** * The text field. */ private var tf:TextField; /**...
package flash.media { import flash.events.*; final public class Microphone extends EventDispatcher { public static function get names():Array { } public static function getMicrophone(index:int = 0):Microphone { } public function get name():String { } public functi...
// Copyright 2013 Google Inc. All Rights Reserved. // You may study, modify, and use this example for any purpose. // Note that this example is provided "as is", WITHOUT WARRANTY // of any kind either expressed or implied. package com.google.ads.ima.examples.sdk_integration.web { import com.google.ads.ima.api.AdErro...
/* * Twease Easings - From the Fuse Kit, written by Robert Penner * http://www.mosessupposes.com/Fuse/ * http://www.robertpenner.com/easing_terms_of_use.html | license.txt * */ package com.visualcondition.twease { public class Easing { static function init():void { Twease.extensions.Easing = com.visualcondi...
package com.playfab.MultiplayerModels { public class ListContainerImagesRequest { public var PageSize:*; public var SkipToken:String; public function ListContainerImagesRequest(data:Object=null) { if(data == null) return; PageSize = data....
// 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 newObject() { var x:Object = new Object(); x.y = "hello owrld"; print(x.y); } newObject...
package utils.compression.as3zlib { public class Cast { public function Cast() { } public static function toShort(valueIn:int):int { /* * Get everything except the * signed bit "111 ...
/** * VERSION: 12.1.2 * DATE: 2013-12-21 * AS3 (AS2 version is also available) * UPDATES AND DOCS AT: http://www.greensock.com/timelinemax/ **/ package com.greensock { import com.greensock.core.SimpleTimeline; import com.greensock.core.Animation; import com.greensock.easing.Ease; import com.greensock.events.Tw...
//////////////////////////////////////////////////////////////////////////////// // // 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...
table spliceJunctions "Predicted splice junctions" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position in chromosome" uint chromEnd; "End position in chromosome" string name; "Name of item" uint score; "Score from 0-1000" char[...
class com.robertpenner.easing.Quart { function Quart() { } // End of the function static function easeIn(t, b, c, d) { t = t / d; return (c * (t) * t * t * t + b); } // End of the function static function easeOut(t, b, c, d) { t = t / d - 1; r...
package model.utils.logs { import flash.events.*; import flash.utils.Timer; import flash.events.TimerEvent; import flash.net.URLRequest; import flash.net.URLLoader; import flash.events.EventDispatcher; import flash.events.IEventDispatcher; import model.utils.*; import model.events.*...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.mapeditor.MEModifyCommand package com.company.assembleegameclient.mapeditor { import com.company.assembleegameclient.editor.Command; public class MEModifyCommand extends Command { private var map_:MEMap...
/* * 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...
/* 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.5.4.19"; // var VERSION = "ECMA_1"; // var TITLE ...
/** * This class handles links to external pages. * * @langversion ActionScript 3.0 * @playerversion Flash 9.0 * @author David Cary * @since 04.14.2010 */ package com.neopets.games.marketing.destination.despicableMe.widgets.nav { //---------------------------------------- // IMPORTS //-------------------...
package gs.display.view { import flash.display.MovieClip; /** * The BaseFormView class defines the base form view * should implement, to follow a good pattern of the most commonly * used form functionality. */ public class BaseFormView extends BaseView { /** * The mask that turns on the cancel bu...
package com.ankamagames.dofus.network.messages.game.actions.fight { import com.ankamagames.dofus.network.messages.game.actions.AbstractGameActionMessage; import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine....
package org.qrcode { import flash.display.BitmapData; import flash.geom.Point; import org.qrcode.encode.QRRawCode; import org.qrcode.enum.QRCodeEncodeType; import org.qrcode.enum.QRCodeErrorLevel; import org.qrcode.input.QRInput; import org.qrcode.specs.QRSpecs; import org.qrcode.utils.FrameFiller; import ...
//////////////////////////////////////////////////////////////////////////////// // // 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 flash.__native { import flash.display.BitmapData; import flash.display3D.textures.Texture; /** * ... * @author lizhi */ public class BitmapTexture { public var texture:Texture; public var bmd:BitmapData; public var img:Object; public var width:int; public var height:int; public function...
package com.game.framework.display { import com.game.framework.ifaces.IRander; import flash.display.DisplayObjectContainer; import flash.display.Graphics; import flash.events.Event; import flash.events.TimerEvent; /** * *@author sixf */ public class BaseLayer implements IRander { ...
package cmodule.lua_wrapper { const _gmt_is_set_2E_b:int = gstaticInitter.alloc(1,1); }