text
stringlengths
4
1.04M
import com.adobe.serialization.json.*; import com.google.maps.InfoWindowOptions; import com.google.maps.LatLng; import com.google.maps.LatLngBounds; import com.google.maps.MapEvent; import com.google.maps.MapMouseEvent; import com.google.maps.controls.ControlPosition; import com.google.maps.controls.MapTypeControl; imp...
package com.ankamagames.dofus.logic.game.roleplay.actions { import com.ankamagames.dofus.misc.utils.AbstractAction; import com.ankamagames.jerakine.handlers.messages.Action; public class EmotePlayRequestAction extends AbstractAction implements Action { public var emoteId:ui...
package com.company.assembleegameclient.ui.dialogs { import flash.events.Event; import kabam.rotmg.core.StaticInjectorContext; import kabam.rotmg.dialogs.control.CloseDialogsSignal; public class ConfirmDialog extends StaticDialog { public function ConfirmDialog(param1:String, param2:String, param3:Function) { ...
package { import laya.display.Input; import laya.display.Sprite; import laya.display.Stage; import laya.display.Text; import laya.events.Event; import laya.ui.List; import laya.utils.Browser; import laya.utils.Ease; import laya.utils.Handler; import laya.utils.Tween; import laya.webgl.WebGL; public class ...
package com.playata.application.platform { import com.playata.application.AppConfig; import com.playata.application.AppEnvironment; import com.playata.application.Application; import com.playata.application.data.user.User; import com.playata.application.ui.dialogs.DialogOfferwallSelection; import com....
package Ankama_Tooltips.makers { import Ankama_Tooltips.Api; import Ankama_Tooltips.blocks.ResizableTextureTooltipBlock; import com.ankamagames.berilia.interfaces.ITooltipMaker; import com.ankamagames.berilia.types.tooltip.Tooltip; public class SlotTextureTooltipMaker implements ITooltipMaker ...
package kabam.rotmg.account.kongregate.services { import com.company.assembleegameclient.util.GUID; import flash.net.SharedObject; public class KongregateSharedObject { private var guid:String; public function getGuestGUID():String { return ((this.guid = ((this.guid) || (this.makeGuestGUID())))); ...
package nochump.util.zip { import flash.events.Event; public class ZipErrorEvent extends Event { // Event constants public static const PARSE_ERROR:String = "entryParseError"; private var err:int = 0; public function ZipErrorEvent( _type:String, _bubbles:Boolean = false, _cancelable:Boolean...
// Compiler options: -psstrict- package { public class Foo { public static function Main():int { return 0; } } }
//////////////////////////////////////////////////////////////////////////////// // // 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.fatlib.fat3d { /** * ... * @author fritz solares <hello@fritzsolares.com> */ public class Camera3D extends Object3D { protected var _focalLength:Number = 550; public function Camera3D() { } /////////////// public function get focalLength():Number { return...
/* Feathers Copyright 2012-2015 Joshua Tynjala. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. */ package feathers.data { import flash.errors.IllegalOperationError; /** * An <code>IListCollectionDataDesc...
package serverProto.fight { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_UINT32; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.WriteUtils; import flash.utils.IDataInput; import c...
/* * PROJECT: FLARToolKit * -------------------------------------------------------------------------------- * This work is based on the NyARToolKit developed by * R.Iizuka (nyatla) * http://nyatla.jp/nyatoolkit/ * * The FLARToolKit is ActionScript 3.0 version ARToolkit class library. * Copyright (C)2008 Saq...
/* * Copyright (c) 2014 Saumitra R Bhave * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publi...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * PEM * * A class to parse some PEM stuff. * Copyright (c) 2007 Henri Torgemane * * See LICENSE.txt for full license information. */ package com.hurlant.util.der { import com.hurlant.crypto.rsa.RSAKey; import com.hurlant.math.BigInteger; import com.hurlant.util.Base64; import flash.utils.ByteArray; 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 walk_fla { import flash.display.MovieClip; public dynamic class theLower_1 extends MovieClip { public var shaderObj:MovieClip; public function theLower_1() { super(); } } }
package effortView.completeIcon { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.ShowTipManager; import com.pickgliss.ui.core.Disposeable; import com.pickgliss.ui.core.ITipedDisplay; import com.pickgliss.ui.image.ScaleFrameImage; import ddt.data.effort.EffortInfo; import ddt.data...
package com.increpare.bfxr.synthesis.Synthesizer { import com.increpare.bfxr.synthesis.IPlayerInterface; import com.increpare.bfxr.synthesis.WaveWriter; import flash.display.Shape; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.SampleDataEvent; import flash.media...
package cmodule.lua_wrapper { public const _luaB_getmetatable:int = regFunc(FSM_luaB_getmetatable.start); }
class mx.transitions.easing.Regular { function Regular () { } static function easeIn (_arg1, _arg4, _arg3, _arg2) { _arg1 = _arg1/_arg2; return (((_arg3*_arg1)*_arg1)+_arg4); } static function easeOut (_arg1, _arg4, _arg3, _arg2) { _arg1 = _arg1/_arg2; return ((((-_arg3)*_arg1)*(_arg1-2))+_arg4);...
package pvpBattlefield.command { import com.tencent.morefun.framework.base.Command; import serverProto.inc.ProtoLocationInfo; import def.PluginDef; public class GetPvpBattlefieldStartInfoCommand extends Command { public var location:ProtoLocationInfo; public function GetPvp...
//////////////////////////////////////////////////////////////////////////////// // // 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.openapitools.client.model { [XmlRootNode(name="UnlabeledLoadStatistics")] public class UnlabeledLoadStatistics { [XmlElement(name="_class")] public var class: String = null; public function toString(): String { var str: String = "UnlabeledLoadStatistics: "; ...
package { import flash.display.*; import flash.geom.*; import flash.events.*; import flash.utils.*; import flash.net.*; import ocean.midi.*; import ocean.midi.event.*; import ocean.midi.model.*; //Taking Midias library calls away from midicontrol public class Midiexporter { //MidiFile //MidiTrack //...
/* * Copyright the original author or authors. * * Licensed under 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/MPL-1.1.html * * Unless required by appl...
package kabam.rotmg.dailyLogin.model { public class CalendarDayModel { public function CalendarDayModel(param1:int, param2:int, param3:int, param4:int, param5:Boolean, param6:String) { super(); this._dayNumber = param1; this._itemID = param2; this._gold = param3; this._isCla...
/* Feathers Copyright 2012-2014 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.core { import flash.utils.Dictionary; import starling.display.DisplayObject; import starl...
package utils { import flash.display.GradientType; import flash.display.Shape; import flash.display.Sprite; import flash.geom.Matrix; public class ProgressBar extends Sprite { private var _background:Shape; private var _bar:Shape; public function ProgressBar(width:int, ...
package laya.debug.tools { import laya.utils.Utils; /** * ... * @author ww */ public class ColorTool { public function ColorTool() { } public var red:Number; public var green:Number; public var blue:Number; public static function toHexColor(color:Number):String { return Utils.t...
//------------------------------------------------------------ // // Dancing☆Onigiriエディター // 参照関数 // //------------------------------------------------------------ //------------------------------------------------------------ // キー数存在チェック // [引数 // keys : キー数] // [返却値 true : 存在するキー, false ...
package com.saia.starlingPunk.helpers { import com.saia.starlingPunk.SP; import starling.display.DisplayObject; import flash.geom.Rectangle; /** * ... * @author Andy Saia */ public class Alignment { //centers only the image's x axis to the level public static function alignXCenterLevel(image:DisplayObj...
package swag.core.instances { /** * * Used to create and manage a single SQLite database instance within an AIR application. Typically the database will be stored on disk in * a file but a memory-based database is also supported directly. * * Each SQLiteDatabase instance is intended to handle one ...
/* -*- 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...
/** * CHANGELOG: * * <ul> * <li><b>1.0</b> - 2012-06-06 10:17</li> * <ul> * <li>Create file</li> * </ul> * </ul> * @author Piotr Paczkowski - kontakt@trzeci.eu */ package pl.asria.tools.utils { public class VectorUtils { /** **/ public static const METHOD_QUEUE:String = "methodQueue"; public static const ...
package game.net.data.c { import flash.utils.ByteArray; import game.net.data.DataBase; import game.net.data.vo.*; import game.net.data.IData; public class CVipPrize extends DataBase { public static const CMD : int=35020; public function CVipPrize() { } override public functio...
/* 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.core { import starling.animation.IAnimatable; import starling.core.Starling; [ExcludeClas...
package org.papervision3d.view.stats { import flash.system.System; import flash.text.TextField; import flash.text.TextFieldAutoSize; import flash.text.TextFormat; import org.papervision3d.core.render.AbstractRenderEngine; import org.papervision3d.core.render.data.RenderSessionData; import org.papervision3d.cor...
/* 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; /* Description: Concatenate the unicode characters in the given range and test agains...
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING */ package com.evernote.edam.notestore { import org.apache.thrift.Set; import org.apache.thrift.type.BigInteger; import flash.utils.ByteArray; import flash.utils.Dictionary; import org.apache.thrift.*; import org.ap...
package com.picsean.publish.automation.queue { import flash.events.Event; /** * An event that is dispatched by the <code>OperationQueue</code>. * * @author Dan Schultz */ public class OperationQueueEvent extends Event { /** * An event type that is dispatched when the queue has started. */ publi...
/* * 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 licens...
package kabam.rotmg.application { import flash.display.DisplayObjectContainer; import flash.display.LoaderInfo; import kabam.rotmg.application.api.ApplicationSetup; import kabam.rotmg.application.api.DebugSetup; import kabam.rotmg.application.impl.FixedIPSetup; import kabam.rotmg.application.impl.LocalhostSetup; impo...
// ================================================================================================= // // 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...
package kabam.rotmg.messaging.impl.incoming { import flash.utils.IDataInput; public class Text extends IncomingMessage { public var name_:String; public var objectId_:int; public var numStars_:int; public var bubbleTime_:uint; public var...
/** * Object that catches and forwards calls invoked by NetStream / NetConnection. **/ package net.treecom.utils { public dynamic class NetClient { /** Function to callback all events to **/ private var callback:Object; /** Constructor. **/ public function NetClient(cbk:Object):void { ...
package states.components { import egg82.enums.OptionsRegistryType; import egg82.enums.ServiceType; import egg82.patterns.interfaces.IComponent; import egg82.patterns.Observer; import egg82.patterns.ServiceLocator; import egg82.registry.interfaces.IRegistryUtil; import egg82.registry.RegistryUtil; import enums....
/** * PerformanceTest by Grant Skinner. Apr 21, 2009 * Visit www.gskinner.com/blog for documentation, updates and more free code. * * * Copyright (c) 2009 Grant Skinner * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Softwa...
/* ** Source code Copyright 2006, Andrew Rapo ** May be used in non-commercial and commercial applications ** as long as the author is credited */ package org.rapo.games.astro.managers { import flash.display.MovieClip; import flash.display.Stage; import flash.events.KeyboardEvent; import flash.ui.Key...
package com.codeazur.as3swf.tags { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.data.consts.VideoCodecID; import com.codeazur.as3swf.data.consts.VideoDeblockingType; public class TagDefineVideoStream implements IDefinitionTag { public static const TYPE:uint = 60; public var numF...
package { import flash.display.BitmapData; public dynamic class SymbolEmoticonBitmapsJoy extends BitmapData { public function SymbolEmoticonBitmapsJoy(param1:int = 16, param2:int = 16) { super(param1,param2); } } }
package { dynamic class LzScript extends LzNode { static var tagname = "script";static var attributes = new LzInheritedHash(LzNode.attributes);var src:String;public function LzScript ($0:LzNode? = null, $1:Object? = null, $2:Array? = null, $3:Boolean = false) { super($0, $1, $2, $3); $1.script() }} }
/* * FlashCanvas * * Copyright (c) 2009 Shinya Muramatsu * Copyright (c) 2009-2011 FlashCanvas Project * Licensed under the MIT License. * * 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...
package com.ankamagames.dofus.datacenter.world { import com.ankamagames.jerakine.data.GameData; import com.ankamagames.jerakine.interfaces.IDataCenter; public class Waypoint implements IDataCenter { public static const MODULE:String = "Waypoints"; public var ...
/** * Created by varadig on 29/08/14. */ package bannertypes.adverticum { import bannertypes.BannerTypes; import base.BaseLandscapeBanner; public class LandscapeBanner extends BaseLandscapeBanner { public function LandscapeBanner() { super(); } override protected function initialize():void { ...
package com.visual { /* Flash classes */ import flash.display.Sprite; import flash.external.ExternalInterface; import flash.events.Event; import flash.system.Security; /* OSMF classes */ import org.osmf.media.MediaPlayerSprite; import org.osmf.media.MediaPlayer; import org.osmf.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...
/** * This is a generated sub-class of _Results.as and is intended for behavior * customization. This class is only generated when there is no file already present * at its target location. Thus custom behavior that you add here will survive regeneration * of the super-class. * * NOTE: Do not manually modify t...
/* * Copyright 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 applica...
/******************************************************************************* * PushButton Engine * Copyright (C) 2009 PushButton Labs, LLC * For more information see http://www.pushbuttonengine.com * * This file is licensed under the terms of the MIT license, which is included * in the License.html file at th...
package kabam.rotmg.messaging.impl.incoming.market { import flash.utils.IDataInput; import kabam.rotmg.messaging.impl.incoming.IncomingMessage; public class MarketBuyResult extends IncomingMessage { public function MarketBuyResult(id:uint, callback:Function) { super(id, callback); } public var c...
/* ***** 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/ * ...
//////////////////////////////////////////////////////////////////////////////// // // 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 com.does.lotte.pacman.steps { import com.framework.string.StringUtils; import com.does.lotte.global.User; import com.framework.serialization.json.JSON; import com.does.lotte.global.Score; import flash.net.URLRequestMethod; import com.framework.math.Rnd; import com.greensock.events.LoaderEvent; import ...
package com.playata.application.ui.elements.tutorial { import com.greensock.easing.Power1; import com.playata.application.AppEnvironment; import com.playata.application.data.user.User; import com.playata.application.ui.effects.TransformEffect; import com.playata.framework.core.Runtime; import com.play...
package sk.yoz.ycanvas.demo.explorer.events { import flash.events.Event; public class CanvasEvent extends Event { public static const TRANSFORMATION_STARTED:String = "canvasTransformationStarted"; public static const TRANSFORMATION_FINISHED:String = "canvasTransformationFinished"; ...
package starling.text { import starling.events.EventDispatcher; import starling.utils.Align; public class TextFormat extends EventDispatcher { private var _font:String; private var _size:Number; private var _color:uint; private var _bold:Boolea...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // Version 2.2.2 - Jan 31, 2011 // // Delevoped by Robert Scheitlin // //////////////////////////////////////////////////////////////////////////////// package widgets.eSearch { import mx.controls.dataGridClasses.DataGridColumn; pub...
package layer.tooltip.tooltiptutorial.final { import org.as3commons.ui.layer.tooltip.IToolTipSelector; import flash.display.DisplayObject; public class BoxToolTipSelector implements IToolTipSelector { public function approve(displayObject : DisplayObject) : Boolean { return displayObject is Box; } } }
/* 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 ExtError{ public class CustEvalError extends EvalError{} }
package UI.abstract.component.control.text { import flash.text.TextField; import flash.text.TextFieldAutoSize; public class ATextInput extends BaseTextField { /** 文字和背景边距 **/ protected var _gapH : int = 0; /** 内部textField额外减少宽度 **/ protected var _extraWidth : int = 0; private static ...
package serverProto.formation { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; import com.netease.protobuf.WireType; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.WriteUtils; import flash.utils.IDataInput; impor...
package starling.display.shaders.fragment { import flash.display3D.Context3DProgramType; import starling.display.shaders.AbstractShader; public class VertexColorFragmentShader extends AbstractShader { public function VertexColorFragmentShader() { var agal:String = "mov oc, v0" compileAGAL( Context3DProg...
package sdk.ios { import com.nd.complatform.NdComPlatform; import com.nd.complatform.NdComPlatformEvents; import com.view.base.event.EventType; import com.view.base.event.ViewDispatcher; import flash.events.StatusEvent; import game.uils.Config; import sdk.base.PhoneDevice; public class D91Io...
//------------------------------------------------------------------------------ // Copyright (c) 2011 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. //--------...
/* Copyright 2012-2015 Joshua Tynjala Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distr...
package SJ.Game.data.config { import SJ.Common.Constants.ConstResource; import SJ.Game.data.json.Json_activity_progress_setting; import engine_starling.data.SDataBase; import engine_starling.utils.AssetManagerUtil; import flash.utils.Dictionary; /** +--------------------------------------------------------...
package com.tencent.morefun.naruto.util { import com.tencent.morefun.framework.apf.core.facade.Facade; import com.tencent.morefun.framework.apf.plugin.pluginmanager.interfaces.IPluginManager; public class ConfUtils { public function ConfUtils() { super(); throw new ...
package chat.data { import flash.utils.Dictionary; public class ChatItemUinRecorder { private static var uinToIdDic:Dictionary = new Dictionary(); private static var idToUinDic:Dictionary = new Dictionary(); private static var count:int = 0; public funct...
package away3d.core.pick { import flash.geom.*; import away3d.tools.utils.GeomUtil; import away3d.core.base.SubGeometry; import away3d.core.base.SubMesh; /** * An abstract base class for all picking collider classes. It should not be instantiated directly. */ public class PickingColliderBase { protecte...
//////////////////////////////////////////////////////////////////////////////// // // 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...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 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 agreement ac...
package view { import flash.display.*; import flash.filters.*; import flash.events.MouseEvent; import flash.events.Event; import flash.events.TimerEvent; import flash.utils.*; import mx.core.UIComponent; import mx.core.ClassFactory; import mx.containers.*; import mx.controls.*;...
package layer.tooltip.common { import org.as3commons.ui.layer.tooltip.ToolTipAdapter; import flash.display.DisplayObject; import flash.geom.Point; public class SimpleAdapter extends ToolTipAdapter { override protected function onToolTip(toolTip : DisplayObject) : void { offset = new Point(-5, 5); } overr...
package openfl.media { // import lime.app.Future; import openfl.utils.Future; // import lime.media.AudioBuffer; import openfl.events.EventDispatcher; import openfl.net.URLRequest; import openfl.utils.ByteArray; // typedef AudioBuffer = Dynamic; /** * @externs * The Sound class lets you work with s...
#fileID<ZProcParam_as> <DocumentInfo> docID A_Spec_ZProcParam; docVer 00; docRev a; </DocumentInfo> #import<toolkit.al> #import<csp.al> begin process ZProcParamDecl <Properties> LAYER_ID hidden; </Properties> proc FactorialImpl: cross{nat1, nat}; proc Factorial: nat1; chan re...
/* * 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 licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
package game.view.chat.base { import com.utils.Constants; import flash.geom.Rectangle; import feathers.display.Scale9Image; import feathers.textures.Scale9Textures; import game.base.JTSprite; import game.manager.AssetMgr; import starling.display.Button; import starling.display.Image;...
package feathers.examples.weather.services { import feathers.examples.weather.events.FavoriteLocationsEventType; import feathers.examples.weather.model.FavoriteLocationsModel; import feathers.examples.weather.model.LocationItem; import flash.errors.IllegalOperationError; import org.robotlegs.starling.mvcs.Actor;...
package game { import net.flashpunk.Entity; import net.flashpunk.graphics.Backdrop; import net.flashpunk.graphics.Image import flash.display.BlendMode; import net.flashpunk.FP; import net.flashpunk.tweens.misc.ColorTween; import net.flashpunk.tweens.misc.Alarm; import net.flashpunk.World; import rooms.MyWorld...
// // Flump - Copyright 2013 Flump Authors package flump.demo { import flash.utils.ByteArray; import flump.display.Library; import flump.display.LibraryLoader; import flump.display.Movie; import flump.executor.Future; import starling.display.Sprite; import starling.events.Event; public class DemoScreen extends Spr...
/* ***** 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/ * ...
/* * Copyright 2008 ZXing authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
package com.distriqt.extension.exceptions { internal final class Const { public static const EXTENSIONID : String = "com.distriqt.Exceptions"; public static const VERSION : String = "3.0.007"; } }
package UI.abstract.tween { import flash.events.EventDispatcher; public class TimeLine { /** 所有IAnimatable对象 **/ private var _objects : Vector.<IAnimatable>; /** 流失时间 **/ private var _elapsedTime : Number; public function TimeLine () { _elapsedTime = 0; _objects = new Vector.<IAni...
(32, 21,,); # error: too many commas (,); # error: too many commas