text
stringlengths
4
1.04M
package com.swfwire.decompiler.abc.instructions { import com.swfwire.decompiler.abc.*; public class Instruction_getglobalslot implements IInstruction { public var slotIndex:uint; } }
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="particles.txt", mimeType="application/octet-stream")] public class particles extends ByteArrayAsset { public function particles() { super(); } } }
/* * Copyright 2007-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
//Oleg Antipov //http://www.blog.anegmetex.com package com.adobe.crypto { public class AgeCrypt { import flash.utils.ByteArray; //!!!Максимальный размер кодируемого буфера!!! private static const MAX_BUFFER_SIZE:uint = 32767; //Ключ для кодирования\декодирования - в целях безопасности лучше //...
/** * 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 applic...
/* * Copyright 2007-2011 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package com.lowoui_as.config { import com.lowoui_as.sample.config.lang.Lang; import com.lowoui_as.sample.config.lang.LangTyp; import com.lowoui_as.sample.config.lang.ZH_CN; //import com.lowoui_as.sample.config.lang.EN_US; public class ConfigLang { public static var curTyp:String = LangTyp.Lang_ZH_CN; public...
package feathers.examples.layoutExplorer.screens { import feathers.controls.Button; import feathers.controls.Header; import feathers.controls.PanelScreen; import feathers.events.FeathersEventType; import feathers.examples.layoutExplorer.data.WaterfallLayoutSettings; import feathers.layout.WaterfallLayout; import...
package utils.conversion { /** Converts milliseconds to minutes. @param milliseconds: The number of milliseconds. @return Returns the number of minutes. */ public function millisecondsToMinutes(milliseconds:Number):Number { return secondsToMinutes(millisecondsToSeconds(milliseconds)); } }
/** * Starling Builder * Copyright 2015 SGN Inc. 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 starlingbuilder.editor.helper { import starling.core.Starling; import starling...
/* -*- Mode: C++; 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 ob...
package fl.controls.listClasses { import fl.controls.ButtonLabelPlacement; import fl.controls.listClasses.ListData; import fl.controls.listClasses.ICellRenderer; import fl.controls.LabelButton; import fl.core.UIComponent; import flash.events.Event; import flash.events.MouseEvent; /** * @copy fl.co...
package com.tinyspeck.engine.view.ui.jobs { import com.tinyspeck.engine.data.job.JobPhase; import com.tinyspeck.engine.util.TFUtil; import com.tinyspeck.engine.view.util.StaticFilters; import flash.display.Graphics; import flash.display.Sprite; import flash.text.TextField; public class JobPhaseElementUI exten...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.ui.panels.mediators.GuildRegisterPanelMediator package com.company.assembleegameclient.ui.panels.mediators { import robotlegs.bender.bundles.mvcs.Mediator; import com.company.assembleegameclient.ui.panels.GuildRegiste...
package idv.cjcat.stardust.common.xml { import flash.errors.IllegalOperationError; import flash.utils.Dictionary; import idv.cjcat.stardust.common.errors.DuplicateElementNameError; import idv.cjcat.stardust.common.StardustElement; import idv.cjcat.stardust.Stardust; //import idv.cjcat.stardust.common.CommonCla...
/** * 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...
package laya.d3.core { import laya.d3.core.material.StandardMaterial; import laya.d3.core.render.RenderState; import laya.d3.graphics.IndexBuffer3D; import laya.d3.graphics.VertexBuffer3D; import laya.d3.graphics.VertexDeclaration; import laya.d3.graphics.VertexElement; import laya.d3.graphics.VertexElementForma...
class investments.Investment { static var idCount = 0; var id = 1; function Investment(positionMC) { this.setPositionMC(this.positionMC); this.id = investments.Investment.idCount; investments.Investment.idCount = investments.Investment.idCount + 1; } function setCategoryName(category...
package away3d.primitives { import away3d.primitives.data.Segment; import flash.geom.Vector3D; /** * A Line Segment primitive. */ public class LineSegment extends Segment { public const TYPE:String = "line"; /** * Create a line segment * @param v0 Start position of the line segment * @p...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
/* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this list of conditions ...
// ================================================================================================= // // CoreApp Framework // Copyright 2012 Unwrong Ltd. 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...
/* ***** 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 com.tinyspeck.engine.view.ui.map { import com.tinyspeck.core.beacon.StageBeacon; import com.tinyspeck.debug.Console; import com.tinyspeck.engine.control.TSFrontController; import com.tinyspeck.engine.data.client.LocalStorage; import com.tinyspeck.engine.data.house.PlayerSignpost; import com.tinyspeck.engi...
package game.view.goodsGuide { import com.dialog.Dialog; import com.dialog.DialogMgr; import com.view.base.event.EventType; import game.data.ForgeData; import game.data.Goods; import game.data.WidgetData; import game.net.message.EquipMessage; import game.net.message.GameMessage; import game.scene....
package citrus.objects.platformer.simple { public class Hero extends DynamicObject { public var gravity:Number = 50; public var acceleration:Number = 10; public var maxVelocity:Number = 80; /** * Defines which input Channel to listen to. */ [Inspectable(defaultValue = "0")] public var inputCh...
package me.rainssong.utils { /** * @date 2016/4/7 21:18 * @author rainssong * @blog http://blog.sina.com.cn/rainssong * @homepage http://rainsgameworld.sinaapp.com * @weibo http://www.weibo.com/rainssong */ public class JsonCore { public function JsonCore() { } static public function...
/* 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 SuperSameNamespace { public class SuperSameNamespace extends BaseClass { override ns1 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 { import net.flashpunk.Entity; import net.flashpunk.graphics.Image; /** * ... * @author UnknownGuardian */ public class Tomb extends Entity { [Embed(source = "Assets/Graphics/Items & Objects/m_headstone.png")]private const TOMB:Class; private var _image:Image; private var _shouldFall:Boole...
package org.flexlite.domUI.managers { import flash.display.Stage; /** * 焦点管理器接口 * @author DOM */ public interface IFocusManager { /** * 舞台引用 */ function get stage():Stage; function set stage(value:Stage):void; } }
/* 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 views.ui.layout { import flash.display.DisplayObject; import flash.events.Event; import flash.event...
//////////////////////////////////////////////////////////////////////////////// // // 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 world.entities { import flash.geom.Point; import flash.events.Event; import net.flashpunk.*; import net.flashpunk.graphics.*; import net.flashpunk.masks.Pixelmask; import net.flashpunk.utils.*; import net.flashpunk.tweens.misc.Alarm; import org.osflash.signals.Signal; ...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //com.company.assembleegameclient.objects.particles.SkyBeamEffect package com.company.assembleegameclient.objects.particles { import com.company.assembleegameclient.objects.GameObject; import com.company.assembleegameclient.util.FreeList; public ...
package view.scene.edit { import flash.display.*; import flash.events.Event; import flash.events.MouseEvent; import flash.events.EventDispatcher; import flash.geom.*; import mx.core.UIComponent; import mx.controls.Label; import org.libspark.thread.Thread; import org.libspark.thread...
//////////////////////////////////////////////////////////////////////////////// // // MATTBOLT.BLOGSPOT.COM // Copyright(C) 2010 Matt Bolt // // 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 th...
/* ***** 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.trainTimes.screens { import feathers.controls.Button; import feathers.controls.Header; import feathers.controls.List; import feathers.controls.PanelScreen; import feathers.controls.Screen; import feathers.data.ListCollection; import feathers.events.FeathersEventType; import feathers.ex...
package com.adverserealms.dropbox.service { import com.adverserealms.dropbox.command.*; import com.adverserealms.dropbox.config.Services; import com.adverserealms.dropbox.model.DropboxFile; import flash.net.FileReference; import mx.rpc.AsyncToken; import mx.rpc.Responder; import org.iotashan.oauth.OAuthCon...
package io.decagames.rotmg.ui.labels { import flash.text.TextField; public class UILabel extends TextField { public static var DEBUG: Boolean = false; public function UILabel() { super(); if (DEBUG) { this.debugDraw(); ...
package fairygui.event { import flash.events.Event; public class DragEvent extends Event { public var stageX:Number; public var stageY:Number; public var touchPointID:int; public static const DRAG_START:String = "startDrag"; public static const DRAG_END:String = "endDrag"; public static...
package kabam.rotmg.friends.view { import com.company.assembleegameclient.ui.Scrollbar; import flash.display.DisplayObject; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; public class FriendListContainer extends Sprite { private const GAP_Y:int = 3; public function Frie...
//////////////////////////////////////////////////////////////////////////////// // // 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.assets.EmbeddedData { import kabam.rotmg.assets.*; import mx.core.*; [Embed(source="xmls/EmbeddedData_EncountersCXML.xml", mimeType="application/octet-stream")] public class EmbeddedData_EncountersCXML extends ByteArrayAsset { public function EmbeddedData_EncountersCXML() { super(); ...
package net.flashpunk.masks { import net.flashpunk.*; /** * Uses parent's hitbox to determine collision. This class is used * internally by FlashPunk, you don't need to use this class because * this is the default behaviour of Entities without a Mask object. */ public class Hitbox extends Mask { /** ...
//////////////////////////////////////////////////////////////////////////////// // // 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...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.stage3D.proxies.TextureProxy package kabam.rotmg.stage3D.proxies { import flash.display3D.textures.Texture; import flash.display.BitmapData; import flash.display3D.textures.TextureBase; public class TextureProxy { ...
package feathers.controls.text { import feathers.core.ITextEditor; import feathers.controls.supportClasses.IViewPort; /** * Handles the editing of multiline text. * * @see feathers.controls.TextArea * @see http://wiki.starling-framework.org/feathers/text-editors */ public inter...
package { import gs.util.QueryString; import flash.display.Sprite; public class Main extends Sprite { private var qs:QueryString; public function Main() { qs=new QueryString(); trace(qs.helloWorld); } } }
package serverProto.findBack { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.RepeatedFieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.WireType; import serverProto.inc.ProtoRetInfo; i...
package com.rokannon.command.fileSave { import flash.filesystem.File; import flash.utils.ByteArray; public class FileSaveContext { public var fileToSaveTo:File; public var bytesToWrite:ByteArray; public var appendMode:Boolean; public function FileSaveContext() {...
//package jnt.scimark2; package { include "scimarkutil/Constants.as"; include "scimarkutil/Random.as"; include "scimarkutil/Matrix.as"; /** LU matrix factorization. (Based on TNT implementation.) Decomposes a matrix A into a triangular lower triangular factor (L) and an upper triangular factor (U) such tha...
/** * VERSION: 1.03 * DATE: 10/2/2009 * ACTIONSCRIPT VERSION: 3.0 * UPDATES AND DOCUMENTATION AT: http://www.TweenMax.com **/ package com.greensock.plugins { import com.greensock.*; import flash.display.*; /** * Tweens a MovieClip to a particular frame label. <br /><br /> * * <b>USAGE:</b><br...
package alternativa.a3d.clippers { import alternativa.engine3d.core.CullingPlane; /** * ... * @author Glidias */ public interface IClipCollectable { /** * * @param collector The array used for collecting planes * @param collectorCount Current culling planes collected so far * @param frustumP...
package com.seiee.bullet.object{ import flash.display.Sprite import flash.utils.Timer; import flash.events.Event; import flash.events.TimerEvent; import flash.text.TextField; /** * <b>FPSShow Class</b> * <br>The class is an debug tool for fps. * * <br>Author: Unknown * <br>Updated on: 2014/10/15 * ...
package com.playata.application.data.constants { import com.playata.framework.core.TypedObject; import com.playata.framework.data.constants.ConstantsData; public class CItemSetTemplate extends ConstantsData { public static const CONSTANTS_KEY:String = "item_set_templates"; publ...
package com.ankamagames.dofus.network.messages.game.guild.tax { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; im...
/* * =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 away3d.library.assets { import flash.display.BitmapData; /** * BitmapDataResource is a wrapper for loaded BitmapData, allowing it to be used uniformly as a resource when * loading, parsing, and listing/resolving dependencies. */ public class BitmapDataAsset extends NamedAssetBase implements IAsset {...
package games.osmos { import flash.display.Sprite; /** * @author Aymeric */ public class AtomArt extends Sprite { private var _color:uint; public function AtomArt(radius:Number) { _color = Math.random() * 0xFFFFFF; this.graphics.beginFill(_color); this.graphics.drawCircle(0, 0, radius)...
/*********************************************************************************************************************** * Copyright (c) 2010. Vaclav Vancura. * Contact me at vaclav@vancura.org or see my homepage at vaclav.vancura.org * Project's GIT repo: http://github.com/vancura/vancura-as3-libs * Documentation:...
/* 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 DynamicClass.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; ...
package com.ankamagames.dofus.internalDatacenter.connection { import com.ankamagames.dofus.misc.EntityLookAdapter; import com.ankamagames.dofus.network.types.game.look.EntityLook; import com.ankamagames.jerakine.interfaces.IDataCenter; import com.ankamagames.tiphon.types.look.TiphonEntityLook; ...
// Action script... // [Initial MovieClip Action of sprite 20781] #initclip 46 if (!dofus.graphics.gapi.controls.BookPageText) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // end if if (!dofus.graph...
/** * User: booster * Date: 13/03/14 * Time: 15:24 */ package stork.event { import stork.starling.screen.ScreenNavigatorNode; import stork.starling.screen.ScreenNode; public class ScreenTransitionEvent extends Event { public static const TRANSITION_COMPLETE:String = "screenTransitionEventComplete"; privat...
package me.rainssong.effects { import flash.display.BitmapData; import flash.display.BitmapDataChannel; import flash.display.BlendMode; import flash.display.DisplayObject; import flash.events.Event; import flash.filters.ConvolutionFilter; import flash.filters.DisplacementMapFilter; import flash.geom.ColorTrans...
package { import flash.display.GradientType; import flash.display.Shape; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.filters.DropShadowFilter; import flash.filters.GlowFilter; import flash.geom.Matrix; import flash...
/***************************************************** * * 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...
package laya.d3.core.particleShuriKen { import laya.d3.core.material.BaseMaterial; import laya.d3.core.render.RenderQueue; import laya.d3.math.Vector4; import laya.d3.resource.BaseTexture; import laya.d3.shader.ShaderDefines; import laya.net.Loader; /** * ... * @author ... */ public class Sh...
/******************************************************************************* * 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 t...
package cmodule.lua_wrapper { const __2E_str977:int = gstaticInitter.alloc(7,1); }
package we3d.rasterizer { import flash.display.Graphics; import we3d.we3d; import we3d.material.Surface; import we3d.material.WireAttributes; import we3d.mesh.Face; import we3d.mesh.Vertex; import we3d.renderer.RenderSession; use namespace we3d; /** * Draws only the outlines of a polygon */ public cla...
package org.osflash.net.ftp.commands { /** * @author Simon Richardson - simon@ustwo.co.uk */ public final class FTPAcctCommand extends FTPCommand { public static const NAME : String = 'ACCT'; public function FTPAcctCommand() { super(NAME); } } }
class mx.transitions.Tween { var obj, prop, begin, __set__position, __set__duration, useSeconds, __set__finish, _listeners, addListener, _time, prevTime, __get__duration, looping, _duration, broadcastMessage, __get__time, isPlaying, _fps, __get__FPS, __get__position, _pos, prevPos, change, __get__finish, _interva...
package fl.motion.easing { /** * The Quintic class defines three easing functions to implement * motion with ActionScript animation. The acceleration of motion for a Quintic easing * equation is greater than for a Quartic easing equation. * * @playerversion Flash 9.0.28.0 * @langversion 3.0 * @keyword E...
package format.swf.data.actions.swf5 { import format.swf.data.actions.*; class ActionTargetPath extends Action implements IAction { public static inline var CODE:Int = 0x45; public function ActionTargetPath(code:Int, length:Int, pos:Int) { super(code, length, pos); } override public function toSt...
package sk.yoz.ycanvas.demo.markers.events { import flash.events.Event; import sk.yoz.ycanvas.demo.markers.ycanvas.Partition; public class PartitionEvent extends Event { public static const LOADED:String = "partitionLoaded"; private var _partition:Partition; ...
// // Flump - Copyright 2013 Flump Authors package flump.executor { /** * A Future that provides interfaces to succeed or fail directly, or based * on the result of Function call. */ public class FutureTask extends Future { public function FutureTask (onCompletion :Function=null) { super(onCompletion);...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * com.sekati.thinkgear.ui.demo.DemoView * @version 1.0.0 * @author jason m horwitz | sekati.com * Copyright (C) 2010 jason m horwitz, Sekat LLC. All Rights Reserved. * Released under the MIT License: http://www.opensource.org/licenses/mit-license.php */ package com.sekati.thinkgear.ui { import caurina.trans...
package com.tinyspeck.engine.view.ui.glitchr.filters { import com.tinyspeck.engine.view.ui.TSSlider; import flash.display.DisplayObjectContainer; public class FilterSlider extends TSSlider { private static const BORDER:Number = 6; private static const BORDER_CORNER:Number = 20; private static const TRIAN...
Vec3f MAP_SIZE(72, 126, 72); u8[] mapData = { 47,16,126,188,167,140,46,16,126,118,100,86,45,16,126,118,100,86,44,16,126,118,100,86,43,16,126,118,100,86,42,16,126,118,100,86,41,16,126,118,100,86,40,16,126,188,167,140,47,16,125,118,100,86,46,16,125,118,100,86,45,16,125,188,167,140,44,16,125,188,167,140,43,16,125,188,167...
/* * The MIT License * * Copyright (c) 2007 The SixDegrees Project Team * (Jason Bellone, Juan Rodriguez, Segolene de Basquiat, Daniel Lang). * * 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 th...
package dragonBones.display { import dragonBones.core.dragonBones_internal; import dragonBones.fast.FastSlot; import flash.display.BlendMode; import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; use namespace dragonBones_internal; public class NativeFastSlot extends FastSlot { ...
package sound.se { import flash.media.*; import flash.events.Event; import flash.net.URLRequest; import sound.se.BaseSESound; public class CardSetCSE extends BaseSESound { private static const URL:String = "/public/sound/se/ulse05_c.mp3"; private var _url : URLRequest = new U...
//////////////////////////////////////////////////////////////////////////////// // // 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.pubnub.subscribe { import flash.events.Event; /** * ... * @author firsoff maxim, firsoffmaxim@gmail.com, icq : 235859730 */ public class SubscribeEvent extends Event { public static const DATA:String = 'ChannelEvent.data'; public static const CONNECT:String = 'ChannelEvent.connec...
package serverProto.summonMonster { public final class ProtoSummonMonsterOperateRuneType { public static const PROTO_SUMMON_MONSTER_OPERATE_RUNE_TYPE_SET:int = 1; public static const PROTO_SUMMON_MONSTER_OPERATE_RUNE_TYPE_UNSET:int = 2; public static const PROTO_SUMMON_MONST...
package org.motivateclock.model.statistic { import flash.data.SQLConnection; import flash.data.SQLMode; import flash.data.SQLResult; import flash.data.SQLStatement; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.SQLErrorEvent; import flash.events.SQL...
package com.swfwire.decompiler.data.swf.structures { public class MatrixRotateStructure { public var skew0:Number; public var skew1:Number; public function MatrixRotateStructure(skew0:Number = 0, skew1:Number = 0) { this.skew0 = skew0; this.skew1 = skew1; } } }
package view { import flash.filters.*; import flash.display.*; import flash.events.Event; import flash.events.MouseEvent; import flash.display.*; import flash.geom.*; import flash.events.*; import flash.events.Event; import org.libspark.thread.*; import view.image.BaseLoadImag...
package laya.debug.view.nodeInfo.views { import laya.display.Graphics; import laya.display.Sprite; import laya.events.Event; import laya.maths.Point; import laya.maths.Rectangle; import laya.utils.Browser; import laya.debug.DebugTool; import laya.debug.tools.DisControlTool; import laya.debug.tools.D...
package guild.def { public class EscortModelKeyDef { public static const START_ESCORT:String = "startEscort"; public static const END_ESCORT:String = "endEscort"; public function EscortModelKeyDef() { super(); } } }
/* ** 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 org.rapo.games.astro.GameTimer; import org.rapo.games.astro.Powerup; imp...
package kabam.rotmg.pets.view { import flash.display.Sprite; import kabam.rotmg.pets.data.PetVO; import kabam.rotmg.pets.util.PetsConstants; import kabam.rotmg.pets.util.PetsViewAssetFactory; import kabam.rotmg.pets.view.components.DialogCloseButton; import kabam.rotmg.pets.view.components.PetsButtonBar; import kabam...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * Created with IntelliJ IDEA. * User: mobitile * Date: 4/23/13 * Time: 11:23 AM * To change this template use File | Settings | File Templates. */ package skein.components.builder.mixins { public interface SpriteMixin { //-------------------------------------------------------------------------- // ...
//////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Ruben Buniatyan. All rights reserved. // // This source is subject to the license agreement accompanying it. // //////////////////////////////////////////////////////////////////////////////// package flame.crypto {...
package cmodule.lua_wrapper { const __2E_str31:int = gstaticInitter.alloc(5,1); }