text
stringlengths
4
1.04M
package by.blooddy.api { import flash.errors.IOError; import flash.net.URLVariables; import flash.utils.setTimeout; /** * @author BlooDHounD * @version 1.0 * @playerversion Flash 10 * @langversion 3.0 */ public class SoundCloud extends API { //---------------------------------------...
//////////////////////////////////////////////////////////////////////////////// // // 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.swfwire.decompiler.data.swf3.records { import com.swfwire.decompiler.data.swf3.records.FillStyleRecord2; public class FillStyleArrayRecord3 { public var fillStyles:Vector.<FillStyleRecord2>; public function FillStyleArrayRecord3(count:uint = 0, countExtended:uint = 0, fillStyles:Vector.<Fil...
/// Urho3D editor scene handling #include "Scripts/Editor/EditorHierarchyWindow.as" #include "Scripts/Editor/EditorInspectorWindow.as" #include "Scripts/Editor/EditorCubeCapture.as" const int PICK_GEOMETRIES = 0; const int PICK_LIGHTS = 1; const int PICK_ZONES = 2; const int PICK_RIGIDBODIES = 3; const int ...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* * Any copyright is dedicated to the Public Domain. * http://creativecommons.org/licenses/publicdomain/ * Contributor: Robert Sayre */ import com.adobe.test.Assert; var gTestfile = 'regress-449666.js'; //----------------------------...
//////////////////////////////////////////////////////////////////////////////// // // Copyright 2010 Ruben Buniatyan. All rights reserved. // // This source is subject to the license agreement accompanying it. // //////////////////////////////////////////////////////////////////////////////// package flame.collecti...
package { import com.pawgame.ClassUtils; import com.pawgame.modules.uicode.DeleExport; import com.pawgame.modules.uicode.UIExport; import fairygui.editor.plugin.ICallback; import fairygui.editor.plugin.IFairyGUIEditor; import fairygui.editor.plugin.IPublishData; import fairygui.editor.plugin.IPublishHandler; import f...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.arena.model.ArenaLeaderboardModel package kabam.rotmg.arena.model { import kabam.rotmg.text.model.TextKey; public class ArenaLeaderboardModel { public static const FILTERS:Vector.<ArenaLeaderboardFilter> = Vector...
/* * Copyright (c) 2006-2007 Adam Newgas * * 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 purpose, * including commercial ...
package cmodule.decry { public var gdomainClass:Class; }
package laya.d3.loaders { import laya.d3.core.material.BaseMaterial; import laya.d3.graphics.IndexBuffer3D; import laya.d3.graphics.VertexBuffer3D; import laya.d3.graphics.VertexDeclaration; import laya.d3.graphics.VertexPosition; import laya.d3.graphics.VertexPositionNTBTexture; import laya.d3.graphics.V...
// 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 { function escCtrlChars(str:String):String { // escape control chars which might cause problems handling cip...
package org.flixel { import flash.display.BitmapData; import flash.display.Graphics; import flash.display.Sprite; import flash.display.Stage; import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import org.flixel.plugin.DebugPathDisplay; import org.flixel.plugin.TimerManager; impo...
package com.flashartofwar.fcss.stylesheets { import com.flashartofwar.fcss.styles.IStyle; import com.flashartofwar.fcss.styles.Style; import com.flashartofwar.fcss.utils.CSSTidyUtil; import org.flexunit.Assert; public class StyleSheetCollectionTest { private var styleSheetA:FStyleShee...
package kabam.rotmg.messaging.impl.outgoing { import flash.utils.IDataOutput; public class ActivePetUpdateRequest extends OutgoingMessage { public var commandtype:uint; public var instanceid:uint; public function ActivePetUpdateRequest(_arg_1:uint, _arg_2:Function) { super(_arg_1, _arg_2); }...
/* * =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 io.decagames.rotmg.ui.assets { import mx.core.BitmapAsset; [Embed(source="UIAssets_UI.png")] public class UIAssets_UI extends BitmapAsset { public function UIAssets_UI() { super(); } } }
package com.ankamagames.dofus.network.messages.game.context.roleplay.breach { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkM...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 CodeCatalyst, LLC - http://www.codecatalyst.com/ // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to dea...
/************************************************************************ * Copyright 2012 Worlize Inc. * * 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.o...
package com.tavernari.asworker { import com.tavernari.asworker.notification.NotificationCenter; import flash.concurrent.Mutex; import flash.display.Stage; import flash.system.MessageChannel; import flash.system.Worker; import flash.system.WorkerDomain; import flash.utils.ByteArray; internal class ASUIWorker ...
package org.papervision3d.core.render.command { /** * @Author Ralph Hauwert * * updated by Seb Lee-Delisle * - added HitTestPoint2D so that it works with interactivity. */ import flash.display.Graphics; import flash.geom.Point; import org.papervision3d.core.geom.renderables.Particle; import org...
// Urho2D particle example. // This sample demonstrates: // - Creating a 2D scene with particle // - Displaying the scene using the Renderer subsystem // - Handling mouse move to move particle #include "Scripts/Utilities/Sample.as" Scene@ scene_; Node@ cameraNode; Node@ particleNode; void Start() { /...
package isometric.core { import starling.events.Event; public class IsoEvent extends Event { public static var INVALIDATE_CHILDREN:String = "iso_invalidate_children"; public function IsoEvent(type:String, bubbles:Boolean=false, data:Object=null) { super(type, bubbles, data); } } }
/** * <p>Original Author: toddanderson</p> * <p>Class File: IToggleSwitchContext.as</p> * <p>Version: 0.3</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, ...
//////////////////////////////////////////////////////////////////////////////// // // 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 net.psykosoft.psykopaint2.core.signals { import org.osflash.signals.Signal; public class RequestResizeCanvasSignal extends Signal { public function RequestResizeCanvasSignal() { super(uint); } } }
package games.tinywings.box2d { import Box2D.Common.Math.b2Vec2; import citrus.core.starling.StarlingState; import citrus.physics.box2d.Box2D; import flash.geom.Point; /** * @author Cyril Poëtte */ public class TinyWingsGameState extends StarlingState { [Embed(source="/../embed/games/tinywings/ball.p...
package net.psykosoft.psykopaint2.core.signals { import org.osflash.signals.Signal; public class NotifyPaintingDataSavedSignal extends Signal { public function NotifyPaintingDataSavedSignal() { super( Boolean ); // Success } } }
/* 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 PublicClassPackage { public class PublicClass { var array:Array; var boolean:Boolean; var...
package model { import flash.net.SharedObject; public class Settings { private var settings:Object = { muted:false, keyboard:null, server:new ServerSettings('127.0.0.1', 8080, 3) }; private var sharedSettings:SharedObject; public function Settings(uid:String) { sharedSettings = S...
class skyui.components.ButtonPanel extends MovieClip { /* PRIVATE VARIABLES */ // Number of buttons that are actually in use private var _buttonCount: Number = 0; private var _updateID: Number; /* PROPERTIES */ public var buttons: Array; public var isReversed: Boolean = false; public var butt...
package scripts { import flash.ui.Mouse; import flash.display.MovieClip; public class MouseHide extends MovieClip { public static var mouseToggled:Boolean = true; //Denne gjemmer musa om den står stille en liten stund, blir kalt opp fra main.as //Den toggler om musa er av eller på public ...
package devoron.components.labels { import net.kawa.tween.easing.Linear; import net.kawa.tween.KTween; import org.aswing.AssetIcon; import org.aswing.geom.IntDimension; import org.aswing.JDropDownButton; import org.aswing.JLabel; /** * WarningLabel * @author Devoron */ public class WarningLabel extends ...
package com.ankamagames.dofus.types.characteristicContextual { import flash.display.DisplayObject; import mx.core.SpriteAsset; [ExcludeClass] public class StyledTextContextual_STYLE_1_NUMBER_3 extends SpriteAsset { public var origine:DisplayObject; public...
package com.codeazur.as3swf.tags { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.data.SWFSymbol; import com.codeazur.utils.StringUtils; public class TagExportAssets implements ITag { public static const TYPE:uint = 56; protected var _symbols:Vector.<SWFSymbol>; public function TagEx...
// Action script... // [Initial MovieClip Action of sprite 20573] #initclip 94 if (!dofus.DofusCore) { if (!dofus) { _global.dofus = new Object(); } // end if var _loc1 = (_global.dofus.DofusCore = function (mcRoot) { super(); System.security.allowDomain("*"); getURL...
package com.ankamagames.dofus.network.messages.game.context.roleplay.npc { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMess...
package view.image { import flash.display.*; import flash.events.Event; import flash.events.MouseEvent; import mx.core.UIComponent; import org.libspark.thread.*; import view.IViewThread; /** * SWFのムービークリップを使用したイメージ基底クラス * */ public class BasePngImage extends UICompone...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.JSlider; import GUI.fox.aswing.JTextField; import GUI.fox.aswing.plaf.ComponentUI; /** * Pluggable look and feel interface for JAdjuster. * * @author iiley */ class GUI.fox.aswing.plaf.AdjusterUI extends ComponentUI { public function Adj...
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including...
package com.finegamedesign.subtletea { public class Model { internal static var levelScores:Array = []; internal static var score:int = 0; internal var highScore:int; internal var level:int; internal var levelScore:int = 0; internal var selected:Object = {x: -1, ...
/* Copyright 2008 ESRI * * All rights reserved under the copyright laws of the United States * and applicable international laws, treaties, and conventions. * * You may freely redistribute and use this sample code, with or * without modification, provided you include the original copyright * notice and use restr...
//////////////////////////////////////////////////////////////////////////////// // // 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 (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...
/* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * ***** 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 Li...
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com // All rights reserved. package cadetEditor.assets { public class CadetEditorIcons { [Embed( source = 'Animation.png' )] static public var Animation:Class; // [Embed( source = 'Behaviour.png' )] static public var Behaviour:Class; [Embed( source = '...
package com.ixiyou.speUI.util { /** * 用于开始创建按钮工具 * @author spe */ import flash.display.* import flash.events.* import flash.geom.Rectangle import com.ixiyou.speUI.mcontrols.MovieToCheck2 import com.ixiyou.speUI.mcontrols.MovieToCheck6 import com.ixiyou.speUI.mcontrols.MovieToBtn3 import com.i...
package managers { import citrus.core.CitrusEngine; import citrus.view.starlingview.StarlingView; import core.Assets; import flash.display.DisplayObject; import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.MouseEvent; import flash.events...
package com.playata.application.ui.elements.stream { import com.playata.framework.application.Environment; import com.playata.framework.display.InteractiveDisplayObject; import com.playata.framework.input.InteractionEvent; import visuals.ui.elements.stream.SymbolPrivateConversationMemberMoreGeneric; ...
package com.playata.application.data.herobook { import com.playata.application.data.dataobject.DOHerobookObjective; import com.playata.framework.core.TypedObject; import com.playata.framework.core.util.TimeUtil; public class Herobook { private var _objectives:Vector.<HerobookObje...
//////////////////////////////////////////////////////////////////////////////// // // 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.filters { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.utils.ColorUtils; import com.codeazur.utils.StringUtils; public class FilterConvolution extends Filter implements IFilter { public var matrixX:uint; public var matrixY:uint; public var diviso...
package { import Pipboy.COMPANIONAPP.QuestsObjectivesListItemRenderer; public dynamic class QuestsObjectivesItemRendererMc extends QuestsObjectivesListItemRenderer { public function QuestsObjectivesItemRendererMc() { super(); } } }
// 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 FlogRayTracer { public class RVector { public var x:Number = 0.0; public var y:Number = 0.0; pu...
package com.saia.starlingPunk.effects { import com.saia.starlingPunk.SP; import flash.events.TimerEvent; import flash.geom.Point; import flash.utils.Timer; import starling.events.Event; /** * Shake effect class randomizes the position of the world for a given duration * @author Andy Saia */ public class S...
// // $Id$ package com.threerings.msoy.room.data { import com.threerings.io.TypedArray; import com.threerings.presents.data.InvocationMarshaller_ListenerMarshaller; import com.threerings.crowd.data.PlaceConfig; import com.threerings.whirled.data.SceneModel; import com.threerings.msoy.room.client.MsoySceneService_...
/** * ]~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~._ * ]~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~~*~._ * * Class : NPCGameSpriteVO.as * Package : cc.gullinbursti.games.vo * Version : 1.0 * * Author : Matt Holcombe (gullinbursti) * Created : 08-25-09 * * Purpose : Pr...
//////////////////////////////////////////////////////////////////////////////// // Copyright 2010 Michael Schmalle - Teoti Graphix, LLC // // 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 /...
// Navigation example. // This sample demonstrates: // - Generating a navigation mesh into the scene // - Performing path queries to the navigation mesh // - Rebuilding the navigation mesh partially when adding or removing objects // - Visualizing custom debug geometry // - Raycasting drawable compo...
package { import flash.events.Event; public class ControlEvent extends Event { public static const PLAY:String = "play"; public static const PAUSE:String = "pause"; public function ControlEvent(type:String):void { super(type); } } }
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
package dataTypes.temporalGeometry { import mx.utils.UIDUtil; public class TG_Primitive { public var id:String; public function TG_Primitive() { this.id = UIDUtil.createUID(); } } }
package com.ankamagames.berilia.components.messages { import flash.display.InteractiveObject; public class MapRollOverMessage extends ComponentMessage { private var _x:int; private var _y:int; public function MapRollOverMessage(target:InteractiveOb...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
package kabam.rotmg.text.view { import com.company.ui.BaseSimpleText; import kabam.rotmg.text.model.FontModel; import robotlegs.bender.bundles.mvcs.Mediator; public class BaseSimpleTextMediator extends Mediator { [Inject] public var view:BaseSimpleText; [Inject] public var model:FontModel; ov...
//////////////////////////////////////////////////////////////////////////////// // // 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.errors { dynamic public class EOFError extends IOError { public function EOFError(param1:String = "", param2:int = 0) { } } }
// 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 basicVariable() { var x; x = 10; } basicVariable();
package cmodule.lua_wrapper { const __2E_str23117:int = gstaticInitter.alloc(23,1); }
import caurina.transitions.*; import ascb.util.Proxy; class agung.tech01.index_l.loaderInstance extends MovieClip { private var myInterval:Number; private var holder:MovieClip; private var actualBar:MovieClip; private var fill:MovieClip; private var fillEnd:MovieClip; private var actualMa...
/* PureMVC - Copyright(c) 2006-08 Futurescale, Inc., Some rights reserved. Your reuse is governed by the Creative Commons Attribution 3.0 United States License */ package org.puremvc.as3.interfaces { /** * The interface definition for a PureMVC Notifier. * * <P> * <code>MacroCommand, Command, Medi...
//////////////////////////////////////////////////////////////////////////////// // // 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 fonts { import flash.display.Sprite; import flash.text.Font; [SWF (width = "900", height = "600", frameRate = "25", backgroundColor = "0xCCCCCC")] /** * Библиотека шрифтов. * @author Павел Гольцев */ public class FontsLibrary extends Sprite { /* Common unicode ranges: Uppercase : U+0020,U...
/** * Created by newkrok on 09/04/16. */ package ageofai.forest.event { import flash.events.Event; public class ForestEvent extends Event { public static const FOREST_AMOUNT_UPDATED:String = 'ForestEvent.FOREST_AMOUNT_UPDATED'; public static const FRUIT_CREATED:String = 'ForestEvent.FRUIT_CREATED'; public ...
// ================================================================================================= // // 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 caurina.transitions { /** * SpecialProperty * A kind of a getter/setter for special properties * * @author Zeh Fernando * @version 1.0.0 * @private */ public class SpecialProperty { public var getValue:Function; public var setValue:Function; public var parameters:Array; /** *...
package { import flash.display.*; import flash.geom.Point; import flash.utils.getDefinitionByName; import com.flashdynamix.motion.*; import com.flashdynamix.motion.effects.BumpMapEffect; import com.flashdynamix.motion.effects.core.ChannelEffect; import com.flashdynamix.motion.guides.Orbit2D; import com.flashd...
package websocket.hurlant.crypto.tls { import flash.events.Event; import websocket.hurlant.crypto.cert.X509Certificate; public class TLSSocketEvent extends Event { public static const PROMPT_ACCEPT_CERT:String = "promptAcceptCert"; public var cert:X509Certificate; ...
package com.playfab.ServerModels { public class LinkPSNAccountRequest { public var AuthCode:String; public var ForceLink:*; public var IssuerId:*; public var PlayFabId:String; public var RedirectUri:String; public function LinkPSNAccountRequest(data:Object=null)...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2003-2007 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license agreeme...
package io.decagames.rotmg.shop.packages.contentPopup { import flash.utils.Dictionary; import io.decagames.rotmg.shop.mysteryBox.contentPopup.ItemBox; import io.decagames.rotmg.shop.mysteryBox.contentPopup.SlotBox; import io.decagames.rotmg.ui.buttons.BaseButton; import io.decagames.rotmg.ui.buttons.SliceScalingButton...
package com.company.assembleegameclient.account.ui { import com.company.assembleegameclient.game.AGameSprite; import com.company.assembleegameclient.game.events.NameResultEvent; import kabam.rotmg.core.service.TrackingData; import kabam.rotmg.core.signals.TrackEventSignal; import kabam.rotmg.dialogs.control.CloseDialo...
/***************************************************** * * 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...
/* 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 DefaultClass.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; // provide a document...
package laya.d3.core.material { import laya.d3.core.TransformUV; import laya.d3.core.render.RenderQueue; import laya.d3.math.Vector3; import laya.d3.math.Vector4; import laya.d3.resource.BaseTexture; import laya.d3.shader.ShaderCompile3D; import laya.d3.shader.ShaderDefines; import laya.net.Loader; ...
package nt.ui.util { /** * 支持 popup 的 client * @author zhanghaocong * */ public interface IPopUpClient { /** * 指示是否启用安静模式<br/> * 如果为 true,对象被打开的时将不会触发 PopUpManager.onAdd 等事件 * @return * */ function get isSlient():Boolean; /** * 打开 * @param isCenter * @param layer * @param is...
/* ***** 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 feathers.examples.youtube.screens { import feathers.controls.Button; import feathers.controls.Header; import feathers.controls.Screen; import feathers.controls.ScrollText; import feathers.controls.Scroller; import feathers.examples.youtube.models.YouTubeModel; import flash.net.URLRequest; import flash....
package openfl.display { /** * @externs * The MovieClip class inherits from the following classes: Sprite, * DisplayObjectContainer, InteractiveObject, DisplayObject, and * EventDispatcher. * * Unlike the Sprite object, a MovieClip object has a timeline. * * In Flash Professional, the methods for t...
package flare.widgets { import flare.display.TextSprite; import flare.events.CheckBoxEvent; import flash.display.Sprite; import flash.events.MouseEvent; import flash.text.TextFormat; public class CheckBox extends Sprite { // elements protected var _box:Sprite; protected var _txt:TextSprite ...
package com.illuzor.utils { import flash.text.TextField; import flash.utils.Timer; import flash.events.TimerEvent; import com.illuzor.events.ToolsEvent; /** * ... * @author iLLuzor // illuzor@gmail.com // http://illuzor.com * Небольшой тул для некоторых нужд. */ public class Tool { static priva...
package flash.events { public class IMEEvent extends TextEvent { public static const IME_COMPOSITION:String = "imeComposition"; public function IMEEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, text:String = "") { } override public function toString():String { ...
#include "Model.as" #include "Camera.as" #include "Skins.as" shared class SoccerBallModel : Model { Object@ object; SoccerBallModel(Object@ object, float scale = 0.25f) { super(scale * 8); @this.object = object; AddSegment("ball", ModelSegment("SoccerBall.obj", "Colors.png")); } void PreRender() { Mod...
package com.tuarua.mlane.permissions { public class PermissionStatus { public static const NOT_DETERMINED:int = 0; public static const RESTRICTED:int = 1; public static const DENIED:int = 2; public static const ALLOWED:int = 3; } }
//////////////////////////////////////////////////////////////////////////////// // // 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...
// // Flump - Copyright 2013 Flump Authors package flump.export { import aspire.util.F; import flash.filesystem.File; import flash.utils.ByteArray; import flash.utils.IDataOutput; import flump.xfl.XflLibrary; public class JSONFormat extends PublishFormat { public static const NAME :String = "JSON"; public...
package dialogue.character.albertscar { import dialogue.character.repositories.AlbertRileyDialogueRepository; import dialogue.character.AbstractCharacterDialogue; import dialogue.plaques.Plaque; import flash.media.Sound; import flash.media.SoundChannel; /** * ... * @author shaun ston...
// Copyright (c) 2014 www.9miao.com All rights reserved. package dGame3D { import flash.geom.Point; /** * ... * @author ... */ public class dSearchPath { //横或竖向移动一格的路径评分 private const COST_STRAIGHT : int = 10; //斜向移动一格的路径评分 private const COST_DIAGONAL : int = 14; //(单个)节点数组 节点ID 索引 private c...
package com.ankamagames.dofus.network.messages.game.pvp { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; import c...