text
stringlengths
4
1.04M
package com.rockdot.project.command.event { /** * @author nilsdoehring */ public class ProjectExtendedEvents { public static const APP_LOGIN : String = "ProjectEvents.APP_LOGIN"; public static const APP_LOGIN_DISPATCH : String = "ProjectEvents.APP_LOGIN_DISPATCH"; public static const APP_AFTERLOGIN_DISPATC...
/* * BetweenAS3 * * Licensed under the MIT License * * Copyright (c) 2009 BeInteractive! (www.be-interactive.org) and * Spark project (www.libspark.org) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentat...
package ddt.view.chat.chatBall { import flash.text.StyleSheet; import flash.text.TextFieldAutoSize; import road7th.utils.StringHelper; public class ChatBallTextAreaNPC extends ChatBallTextAreaBase { private var _plainString:String; protected const maxTxtWidth:int = 1...
package entity.enemy.hotel { import data.CLASS_ID; import data.Common_Sprites; import entity.player.Player; import flash.geom.Point; import global.Registry; import helper.EventScripts; import helper.Parabola_Thing; import org.flixel.FlxG; import org.flixel.FlxGroup; import org.flixel.FlxSprite; public class...
package com.company.assembleegameclient.ui.options { import com.company.assembleegameclient.game.GameSprite; import com.company.assembleegameclient.game.MapUserInput; import com.company.assembleegameclient.parameters.Parameters; import com.company.assembleegameclient.screens.TitleMenuOption; import com.company.assembl...
package visuals.ui.elements.icons { 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 SymbolIconWeaponDamageGeneric extends S...
/*------------------------------------------------------------------------------ | | WinChatty | Copyright (C) 2009 Brian Luft | | 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 ...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2010-2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // ...
package examples.fiducial { import flash.display.BitmapData; 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 org.tuio.TuioFiducialEvent; /** * If a fiducial...
package ru.nacid.base.services.lan.cmd { import ru.nacid.base.data.managment.VOIterator; import ru.nacid.base.services.CommandQueue; import ru.nacid.base.services.lan.loaders.MovieLoader; public class LoadMultiply extends CommandQueue { private var _result:Vector.<Object>; protected var ready:Boolean; pr...
package com.ankamagames.dofus.misc.stats { public class InternalStatisticTypeEnum { public static const NICKNAME_REGISTRATION:uint = 3; public static const SERVER_LIST_SELECTION:uint = 4; public static const CHARACTER_CREATION:uint = 5; public static ...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.appengine.SavedNewsItem package com.company.assembleegameclient.appengine { import com.company.util.AssetLibrary; import flash.display.BitmapData; import com.company.assembleegameclient.util.TextureRedrawer; ...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* 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...
package components.sequencer.controls { import components.sequencer.ColorPalette; import components.sequencer.controls.events.HeaderContainerEvent; import flash.display.BitmapData; import flash.display.LineScaleMode; import flash.display.Shape; import flash.display.Sprite; import flash.events.MouseEvent; impo...
/* * 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 ...
package com.ankamagames.dofus.scripts.spells { import com.ankamagames.dofus.scripts.SpellFxRunner; import com.ankamagames.dofus.scripts.api.FxApi; import com.ankamagames.dofus.scripts.api.SequenceApi; import com.ankamagames.dofus.scripts.api.SpellFxApi; import com.ankamagames.dofus.types.entities.E...
package org.tuio.gestures { import flash.display.DisplayObject; import flash.utils.getTimer; import org.tuio.TuioContainer; import org.tuio.TuioEvent; import org.tuio.TouchEvent; public class TwoFingerMoveGesture extends Gesture { public function TwoFingerMoveGesture() { this.addStep(new Ge...
package com.rockdot.project.view.screen { import com.rockdot.bootstrap.BootstrapConstants; import com.rockdot.plugin.screen.displaylist.view.RockdotManagedSpriteComponent; import com.rockdot.project.inject.IModelAware; import com.rockdot.project.model.Model; /** * @author nilsdoehring */ public class Abstra...
package cmodule.decry { import avm2.intrinsics.memory.li16; import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.si16; import avm2.intrinsics.memory.si32; import avm2.intrinsics.memory.si8; import avm2.intrinsics.memory.sxi16; public final class FSM___smakebuf extends Machine { ...
package kabam.rotmg.constants { public class ItemConstants { public static const NO_ITEM:int = -1; public static const ALL_TYPE:int = 0; public static const SWORD_TYPE:int = 1; public static const DAGGER_TYPE:int = 2; public static const BOW_TYPE:int = 3; public static const TOME_TYPE:int = 4;...
package zpp_nape.util { import zpp_nape.phys.ZPP_Interactor; public class ZNPList_ZPP_Interactor extends Object { public function ZNPList_ZPP_Interactor() { } public function try_remove(param1:ZPP_Interactor) : Boolean { var _loc2_:ZNPNode_ZPP_Interactor...
package com.company.assembleegameclient.ui.tooltip.slotcomparisons { import com.company.assembleegameclient.ui.tooltip.TooltipHelper; import kabam.rotmg.text.model.TextKey; import kabam.rotmg.text.view.stringBuilder.AppendingLineBuilder; import kabam.rotmg.text.view.stringBuilder.LineBuilder; public class PoisonComp...
package serverProto.universeFuzionPre { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.WireType; import serverProto.inc.ProtoNinjaSimpleInf...
package graph { import flash.geom.Point; public class Edge { public var index:int; public var d0:Center, d1:Center; // Delaunay edge public var v0:Corner, v1:Corner; // Voronoi edge public var midpoint:Point; // halfway between v0,v1 public var river:int; // volume of water, or 0 }; }
package org.red5.samples.publisher.events { /** * RED5 Open Source Flash Server - http://www.osflash.org/red5 * * Copyright (c) 2006-2009 by respective authors (see below). All rights reserved. * * This library is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser G...
package ui { import core.CustomEvent; import core.TPDisplayObject; import core.TPMovieClip; /** * ... * @author notSafeForDev */ public class UIList { private var itemWidth : Number; private var height : Number; private var scrollbarWidth : Number = 10; private var uiScrollArea : UIScrollAr...
package com.ankamagames.jerakine.utils.files { import flash.events.Event; import flash.events.EventDispatcher; import flash.events.HTTPStatusEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; im...
package com.aquigorka.component{ import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Rectangle; public final class ComponentSpriteVerticalScrollbar extends Sprite{ // ------- Constructor ------- public function ComponentSpriteVerticalScrollbar...
package com.backendless.common { public class PermissionTypes { public static const GRANT:PermissionTypes = new PermissionTypes( "GRANT" ); public static const DENY:PermissionTypes = new PermissionTypes( "DENY" ); private var typeid:String; function PermissionTypes( typeid:String ):void { ...
package robotlegs.bender.signalMap.impl { import org.osflash.signals.ISignal; import robotlegs.bender.signalMap.api.ISignalMap; public class SignalMap implements ISignalMap { private var signals:Vector.<Object> = new Vector.<Object>; public function mapListener(signal:ISignal, listener:Function):void { ...
package kabam.rotmg.friends.view { import flash.display.Sprite; import io.decagames.rotmg.social.model.FriendVO; import org.osflash.signals.Signal; public class FListItem extends Sprite { public function FListItem() { actionSignal = new Signal(String, String); super(); } public var actio...
class com.robertpenner.easing.Quint { static function easeIn (t:Number, b:Number, c:Number, d:Number):Number { return c*(t/=d)*t*t*t*t + b; } static function easeOut (t:Number, b:Number, c:Number, d:Number):Number { return c*((t=t/d-1)*t*t*t*t + 1) + b; } static function easeInOut (t:Number, b:Number, c...
package game.fight { import com.utils.Constants; import flash.geom.Point; import game.data.Val; import starling.display.DisplayObject; import starling.display.Sprite; /** * 布阵位置 * @author Michael */ public class Position { private var _position:Vector.<Dis...
package { import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; public class HourStepper extends Sprite { private var _min:Number = 0; private var _max:Number = 0; private var _current:Number = 0; public function HourStepper( min:Number = 0, max:Number = 23, curre...
/* * Licensed under the MIT License * * Copyright 2010 (c) Flávio Silva, http://flsilva.com * * 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 withou...
/** * <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...
/** * __ __ __ * ____/ /_ ____/ /______ _ ___ / /_ * / __ / / ___/ __/ ___/ / __ `/ __/ * / /_/ / (__ ) / / / / / /_/ / / * \__,_/_/____/_/ /_/ /_/\__, /_/ * / / * \/ * http://distriqt.com * * @author Michael (https://git...
package org.spicefactory.parsley.command { import org.flexunit.assertThat; import org.hamcrest.number.greaterThanOrEqualTo; import org.hamcrest.object.equalTo; import org.spicefactory.lib.errors.AbstractMethodError; import org.spicefactory.parsley.command.target.CommandBase; import org.spicefactory.parsley.command.tar...
package ageb.modules.avatar { import flash.events.MouseEvent; import age.renderers.LayerRenderer; import ageb.modules.document.AvatarDocument; import ageb.modules.document.Document; import starling.display.DisplayObject; /** * AvatarDocument 视图 * @author kk * */ public class AvatarDocumentView extends A...
/* * Copyright 2009-2010 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...
package com.illuzor.spinner.utils { /** * ... * @author illuzor // illuzor.com */ public function intRandom(minNum:uint, maxNum:uint):uint { return (Math.floor(Math.random() * (maxNum - minNum + 1)) + minNum); } }
//////////////////////////////////////////////////////////////////////////////// // // 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.cyclopsframework.actions.messaging { import flash.events.Event; import flash.events.NetStatusEvent; import flash.events.SecurityErrorEvent; import flash.events.SyncEvent; import flash.net.NetConnection; import flash.net.ObjectEncoding; import flash.net.SharedObject; import org.cyclopsfra...
package com { import com.events.FileInputEvent; import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.net.FileFilter; import flash.net.FileReference; import flash.net.FileReferenceList; import mxi.Utils; public class FileInput extends Sprite { public stat...
package com.framework.movieclipbitmap.display { import com.framework.movieclipbitmap.core.Animatable; import com.framework.movieclipbitmap.core.Juggler; import flash.display.DisplayObject; import flash.display.MovieClip; /** * MC序列动画,支持多帧多层子MovieClip对象, * 如需使用纯补间动画的mc,请使用MovieTween类 * @author Rakutens */ public d...
/* Copyright (C) 2007 Apple Inc. 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 of conditions and the fol...
package { public dynamic class PerkClip4d869 extends PerkAnimHolder { public function PerkClip4d869() { super(); addFrameScript(0,this.frame1,84,this.frame85); } function frame1() : * { stop(); } function frame85() : * { gotoAndPlay(2); } } }
package com.splunk.services.search.request { import com.splunk.services.SplunkRequest; public class ResultsRequest { // Public Properties public var offset:int; public var count:int; public var search:String; public var fieldList:Array; public var preview:Boolean; // Constructor public function...
package laya.d3.utils { import laya.d3.component.physics.Collider; import laya.d3.core.Layer; import laya.d3.math.Ray; import laya.d3.math.Vector3; /** * <code>Physics</code> 类用于简单物理检测。 */ public class Physics { /** @private */ private static var _outHitAllInfo:Vector.<RaycastHit> = new Vector.<RaycastH...
/* Copyright aswing.org, see the LICENCE.txt. */ package devoron.aswing3d.plaf.basic.icon{ import org.aswing.ASColor; import org.aswing.Component; import org.aswing.graphics.Graphics2D; import org.aswing.lookandfeel.plaf.UIResource; /** * @private */ public class MenuArrowIcon extends SolidArrowIcon implements UI...
#include "Loading.as" #include "Utilities.as" void onInit(CRules@ this) { this.addCommandID("player loaded"); onRestart(this); } void onRestart(CRules@ this) { Loading::SetAllPlayersLoaded(false); } void onPlayerLeave(CRules@ this, CPlayer@ player) { Loading::SetPlayerLoaded(player, false); } void onCommand(CR...
package com.phono { public interface Share { function start():void; function stop():void; function digit(value:String, duration:Number=250, audible:Boolean=true):void; function get URL():String; function get codec():Codec; function get gain():Number; function set gain(value:Number):void; function ...
package com.gamerisker.core { import com.gamerisker.editor.Editor; import com.gamerisker.scene.EditScene; import flash.display.Sprite; import flash.display.Stage; import flash.utils.Timer; import starling.display.Sprite; import starling.display.Stage; public class Define { public static const UPDATE : S...
/* * Copyright (c) 2014-2022 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 org.libspark.flartoolkit.core.raster.rgb { import flash.display.BitmapData; import org.libspark.flartoolkit.core.FLARException; import org.libspark.flartoolkit.core.pixeldriver.IFLARRgbPixelDriver; import org.libspark.flartoolkit.core.types.FLARIntSize; internal class FLARRgbPixelDriver_AsBitmap implem...
/* ***** 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 tristripbenchmark { import flash.utils.getTimer; import starling.display.graphics.TriangleStrip; import starling.core.Starling; import starling.display.Sprite; import starling.display.graphics.TriangleStrip; import starling.events.Event; public class TriangleStripBenchmark extends Benchmark { priv...
package com.controller.business { import com.vo.SizeVO; import flash.display.DisplayObject; import flash.geom.Point; import org.puremvc.as3.interfaces.INotification; import org.puremvc.as3.patterns.command.SimpleCommand; /** * 计算两个矩形的相对尺寸(A相对B,A的缩放值) * @author 王明凡 */ public class SizeCom...
package com.ankamagames.dofus.types.characteristicContextual { import flash.display.DisplayObject; import mx.core.SpriteAsset; [ExcludeClass] public class StyledTextContextual_STYLE_1_NUMBER_2 extends SpriteAsset { public var origine:DisplayObject; public...
#fileID<ZChan_as> <DocumentInfo> docID A_Spec_ZChan; docVer 00; docRev a; </DocumentInfo> #import<toolkit.al> #import<csp.al> begin free SubscriberType SUBSCRIBER = logger | processor; end begin basic DataType DATA; end begin process ZChanDecl <Properties> LAYER_ID hidden; </Pr...
package cc.milkshape.artists.buttons { import flash.events.Event; import flash.events.MouseEvent; public class ArtistButton extends ArtistBtnClp { private var _overStatut:Boolean; private var _issueBtn:IssueButton; private var _siteBtn:SiteButton; private var _posX:int; private var _posY:int; private v...
/* -*- 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 com.jasongatt.layout { import com.jasongatt.core.ObservableProperty; import com.jasongatt.core.ValidatePass; import flash.display.DisplayObject; public class DistributedStackLayout extends LayoutSprite { // Private Properties private var _orientation:ObservableProperty; private var _layoutPolicy...
// 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 ifGT() { var x = 10; if (x > 15) { x = 5; } print(x); } ifGT();
package io.decagames.rotmg.shop.mysteryBox.rollModal { import flash.events.TimerEvent; import flash.utils.Dictionary; import flash.utils.Timer; import flash.utils.clearTimeout; import flash.utils.setTimeout; import io.decagames.rotmg.seasonalEvent.data.SeasonalEventModel; import io.deca...
package de.codekommando.cosmicwonder.views { import com.greensock.TweenLite; import flash.display.Sprite; import flash.display.StageDisplayState; import flash.events.Event; import flash.events.MouseEvent; import flash.system.System; import de.codekommando.cosmicwonder.WonderController; import de.codekommand...
package framework.aStar.pathfinding { public class BorderAStar { public static const STRAIGHT_COST:Number = 1; public static const DIAG_COST:Number = Math.SQRT2; // public static const HEURISTIC:Function = manhattan; // public static const HEURISTIC:Function = euclidian; public static const HEURISTIC:Function...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
package states { import data.CSV_Data; import data.TileData; import global.Registry; import org.flixel.FlxG; import org.flixel.FlxPoint; import org.flixel.FlxSprite; import org.flixel.FlxState; import org.flixel.FlxTilemap; import org.flixel.system.FlxTile; /** * ... * @author Seagaia */ public class ...
package devoron.components.filechooser.workerclassinfo { import devoron.data.singleloaders.BYTESloader; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.events.Event; import flash.events.KeyboardEvent; import flash.system.MessageChannel; import flash.system...
package starling.display.materials { import flash.display3D.Context3D; import flash.display3D.Program3D; import flash.utils.Dictionary; import starling.display.shaders.IShader; internal class Program3DCache { // The number of Program3D instances the cache will allow to sit // unreferenced before flushing u...
package com.illuzor.otherside.errors { import com.illuzor.otherside.debug.log; /** * ... * @author illuzor // illuzor.com */ public final class ScreenError extends Error{ public function ScreenError(message:String, id:uint = 0) { name = "ScreenError"; super(name + ": " + message, id); } ...
package scenes { // AdMob ANE Includes import com.codealchemy.ane.admobane.AdMobEvent; import com.codealchemy.ane.admobane.AdMobPosition; import com.codealchemy.ane.admobane.AdMobSize; import com.codealchemy.ane.admobane.AdSize; import com.codealchemy.ane.admobane.ScreenSize; // Game Events Includes ...
package com.tourism_in_lviv.air.model.dto { import com.tourism_in_lviv.air.interfaces.IFactDTO; /** * * @author Ihor Khomiak */ public class FactDTO implements IFactDTO { private var _name:String=''; private var _description:String=''; private var _categoryTags:String=''; private var _p...
package com.kappaLab.asound.generators { import flash.events.SampleDataEvent; public class SquareOSC extends OSC { public function SquareOSC(frequency:Number = 440):void { super(frequency); } override public function process():void { ...
package com.arxterra.vo { import com.arxterra.interfaces.IPilotMessageSerialize; import com.smartfoxserver.v2.entities.data.ISFSObject; import com.smartfoxserver.v2.entities.data.SFSObject; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.ByteAr...
// // $Id$ package com.threerings.msoy.applets { import flash.display.Loader; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.IOErrorEvent; import flash.net.URLRequest; import flash.system...
package com.wordnik.client.api { import com.wordnik.swagger.common.ApiInvoker; import com.wordnik.swagger.exception.ApiErrorCodes; import com.wordnik.swagger.exception.ApiError; import com.wordnik.swagger.common.ApiUserCredentials; import com.wordnik.swagger.event.Response; import com.wordnik.swagger.common.SwaggerApi...
/** * This class handles sponsor characters. * * @langversion ActionScript 3.0 * @playerversion Flash 9.0 * @author David Cary * @since 04.09.2010 */ package com.neopets.games.marketing.destination.capriSun.disrespectoids.widgets { //---------------------------------------- // IMPORTS //-----------------...
class AAA { Car @car; void Update() { if( car !is null ) car.Update(); } }
package util { [Bindable] public class Icons { [Embed(source="img/Aion16.png")] public static var Aion16 : Class; [Embed(source="img/ArrowDown16.png")] public static var ArrowDown16 : Class; [Embed(source="img/ArrowDown32.png")] public static var ArrowDown32 : Class; [Embed...
package utils.css { import flash.events.Event; import flash.events.EventDispatcher; /** * Dispatched when a parsing error occurs. * @eventType CSSParser.ERROR */ [Event(name="parse error", type="mx.events.Event")] /** * Parses plain text stylesheets into XML. * For notes on ...
p[qb2_abstract][qb2_abstract]k[qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract] { [qb2_abstract][qb2_abstract]p[qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract]k[qb2...
package com.facebook.graph.data.api.album { /** * Album fields. * @see http://developers.facebook.com/docs/reference/api/album */ public class FacebookAlbumField { public static const ID:String = "id"; public static const FROM:String = "from"; public static const NAME:String = "name"; public static con...
package ru.inspirit.surf.arsupport.demo.away3dlite { import away3dlite.containers.Scene3D; import away3dlite.containers.View3D; import ru.inspirit.surf.ASSURF; import ru.inspirit.surf.ar.ARCamera3D; import ru.inspirit.surf.arsupport.ARAway3DLiteCamera3D; import flash.display.Sprite; import flash.events.Event;...
package { import starling.display.Button; import starling.display.ButtonState; import starling.display.Image; import starling.display.Quad; import starling.display.Sprite; import starling.events.Event; import starling.textures.Texture; import starling.utils.AssetManager; import starling.utils.Color; ...
package { import com.indiestream.common.Constants; import com.indiestream.model.Model; import com.indiestream.views.ViewMain; import com.confluence.core.managers.ManagerStage; import flash.display.MovieClip; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; im...
package com.hendrix.contentManager.core.downloadManager.core { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.net.URLLoader; import flash.net.URLRequest; import flash.net.URLStream; import flash.utils.ByteArray; public class Download { ...
package com.swipethrough.extension { import flash.events.Event; /** * @author christian */ public class MagicTriggerSelectionEvent extends Event { public static const NAME : String = "MagicTriggerSelectionEvent"; private var __selectionIndex : int; public function MagicTriggerSelectionEvent(selecti...
package com.github.mortido.sqcity.models { public class Building { public static const NO_ID:int = -1; public function Building(x:int, y:int, buildingType:BuildingType, id:int = NO_ID, currentProduction:Production = null, productionFinishTime:Date = null) { _x = x; ...
// As agreed, all these functions and constants are public, but not documented yet. package vk.gui { import flash.display.DisplayObject; import flash.display.Sprite; import flash.text.TextField; import flash.text.TextFieldType; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; import fl...
package fairygui.utils { import flash.utils.ByteArray; import flash.utils.Endian; public class ZipReader { private var _stream:ByteArray; private var _entries:Object; public function ZipReader(ba:ByteArray):void { _stream = ba; _stream.endian = Endian.LITTLE_ENDIAN; _entries = {}; ...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2013-2014 Andras Csizmadia * http://www.vpmedia.eu * * For information about the licensing and copyright please * contact Andras Csizmadia at andras@vpmedia.eu * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT N...
package cmodule.decry { import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.si32; public final class FSM___ashldi3 extends Machine { public function FSM___ashldi3() { super(); } public static function start() : void { va...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* * ______ _____ _______ * .-----..--.--..----..-----.| __ \ \| ___| * | _ || | || _|| -__|| __/ -- | ___| * | __||_____||__| |_____||___| |_____/|___| * |__| * $Id: FloatUtils.as 401 2011-02-07 11:05:24Z alessandro.crugnola@gmail.com $ * $Author Alessandro...
#include "as_font.as" funcdef shape2d@ LiberationSerif_Bold_funcdef(); class LiberationSerif_Bold : as_font { map<string,LiberationSerif_Bold_funcdef@> char; shape2d@ character(const string &in c) { LiberationSerif_Bold_funcdef@ f = char.find(c); return (@f != null)? f() : null; } ...
package entity.gadget { import data.CLASS_ID; import flash.geom.Point; import helper.DH; import org.flixel.FlxG; import org.flixel.FlxGroup; import org.flixel.FlxSound; import org.flixel.FlxSprite; import global.Registry; public class Dust extends FlxSprite { public var xml:XML; [Embed (source = "../....
package com.ankamagames.dofus.console.chat { import com.ankamagames.jerakine.console.ConsoleHandler; import com.ankamagames.jerakine.console.ConsoleInstructionHandler; import com.ankamagames.jerakine.data.I18n; public class MessagingInstructionHandler implements ConsoleInstructionHandler { ...
package flare.scale { import flare.util.Maths; import flare.util.Strings; /** * Scale that performs a root transformation of the data. This could be a * square root or any arbitrary power. */ public class RootScale extends QuantitativeScale { private var _pow:Number = 2; /** The power of ...