text stringlengths 4 1.04M |
|---|
/*
* Copyright (c) 2011, wersling.com All rights reserved.
*/
package net.manaca.modules
{
import com.yahoo.astra.layout.LayoutContainer;
import com.yahoo.astra.layout.modes.BorderLayout;
import com.yahoo.astra.layout.modes.ILayoutMode;
import flash.events.Event;
import flash.system.Security;
import org... |
/*
* Copyright (c) 2006-2010 the original author or authors
*
* Permission is hereby granted to use, modify, and distribute this file
* in accordance with the terms of the license agreement accompanying it.
*/
package reprise.ui.renderers
{
import flash.geom.Point;
import reprise.css.propertyparsers.Border;
im... |
package starling.rendering {
import openfl.geom.Matrix;
import openfl.geom.Rectangle;
import starling.textures.Texture;
import starling.utils.RectangleUtil;
import starling.utils.MatrixUtil;
import starling.utils.Pool;
import starling.utils.MathUtil;
/**
* @externs
*/
public class RenderState {
public ... |
package info.smoche.stage3d
{
/**
* ...
* @author ...
*/
public class Uniform
{
public var type:String;
public var index:Number;
public function Uniform(type:String, index:Number)
{
this.type = type;
this.index = index;
}
}
}
|
package plugins.mxml.spark
{
import core.base.CoreBaseClassFactory;
import core.base.CoreCallback;
import core.context.CoreContext;
import core.service.CoreServiceContainer;
import flash.display.SimpleButton;
import flash.events.MouseEvent;
public class GuiSimpleButton extends SimpleButton
{
public function GuiSim... |
package com.registerguard.peel {
import flash.display.MovieClip;
import flash.net.URLRequest;
import flash.display.Loader;
import flash.events.Event;
import flash.events.ProgressEvent;
public class Tease extends MovieClip {
public function Tease():void {
init();
};
private function ini... |
/**
* VERSION: 1.0
* DATE: 2012-03-22
* AS3 (AS2 and JS versions are also available)
* UPDATES AND DOCS AT: http://www.greensock.com
**/
package com.greensock.easing {
/**
* Eases with an overshoot either at the beginning (easeIn), the end (easeOut), or both (easeInOut).
* <code>Back</code> is a convenience clas... |
package com.longtailvideo.jwplayer.events {
import flash.events.Event;
public class SubtitlesTrackDataEvent extends PlayerEvent {
public static const TYPE:String = "subtitlesTrackData";
public function SubtitlesTrackDataEvent(name:String, captions:Array, source:String=null) {
super(TYPE);
_nam... |
package gov.lbl.aercalc.view.components
{
import flash.display.DisplayObject;
import flash.events.Event;
import flash.events.EventDispatcher;
import flash.geom.Rectangle;
import mx.core.FlexGlobals;
import mx.core.IFlexDisplayObject;
import mx.events.CloseEvent;
import mx.events.FlexEvent;
import mx.managers... |
package model.vo
{
/**
* maptile数据结构
* @author sxmad
*
*/
public class MapTileVO
{
public function MapTileVO()
{
}
//以下假设地图网格的大小为30*30
public var tileShowPos:Array; //地图块要显示出来的实际坐标 -- 显示位置处理坐标
public var tilePosArr:Array; //地块在地图中的顶点坐标,[30,30] -- 导出到文件的坐标
public var tileLocArr:Array; //地块在二... |
/*
Copyright (c) 2006. 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 c... |
package HUDMenu_fla
{
import flash.display.MovieClip;
public dynamic class ExplosiveAmmoCountIcon_21 extends MovieClip
{
public function ExplosiveAmmoCountIcon_21()
{
super();
addFrameScript(0,this.frame1);
}
function frame1() : *
{
stop();
}
}
}
|
/*
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.layout
{
import feathers.core.IValidating;
import flash.errors.IllegalOperationError;
imp... |
/**
* 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... |
package com.tinyspeck.engine.view.geo
{
import com.tinyspeck.engine.data.location.AbstractPositionableLocationEntity;
import com.tinyspeck.engine.data.location.Target;
import com.tinyspeck.engine.port.TSSpriteWithModel;
import com.tinyspeck.engine.view.renderer.IAbstractDecoRenderer;
import flash.display.BlendMo... |
/////////////////////////////////////////////////////////////////////////////////////
//
// Simplified BSD License
// ======================
//
// Copyright 2013 Pascal ECHEMANN. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are per... |
/*
* =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... |
/**
* Created by max.rozdobudko@gmail.com on 11/11/17.
*/
package feathersx.data {
public class EdgeInsets {
public function EdgeInsets(top: Number, left: Number, bottom: Number, right: Number) {
super();
_top = top;
_left = left;
_bottom = bottom;
_right = right;
... |
package laya.ui {
import laya.display.Node;
import laya.events.Event;
import laya.maths.Point;
import laya.maths.Rectangle;
import laya.utils.Handler;
import laya.utils.Tween;
/**
* 当对象的 <code>selectedIndex</code> 属性发生变化时调度。
* @eventType laya.events.Event
*/
[Event(name = "change", type = "laya.events.E... |
/*
* Copyright 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 applica... |
package com.rockdot.plugin.ugc.command {
import com.rockdot.core.mvc.RockdotEvent;
import com.rockdot.plugin.ugc.model.vo.UGCItemContainerVO;
import com.rockdot.plugin.ugc.model.vo.UGCTaskVO;
public class UGCReadItemContainerCommand extends AbstractUGCCommand {
override public function execute(event : RockdotEv... |
/**
* This is a generated sub-class of _Tag.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 the R... |
/**************************************
* Developed for Sogou Biz.
* Written by suncan, 2016.
*
*/
package controls
{
import flash.display.Sprite;
import flash.events.Event;
import flash.events.MouseEvent;
import flash.geom.Rectangle;
import bizPlayer.Volume;
/**********************************
* The V... |
; Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software
; Foundation, Inc.
;
; Copyright 2008 William Hart
;
; This file is part of the MPIR Library.
;
; The MPIR Library is free software; you can redistribute it and/or
; modify it under the terms of the GNU Lesser General Public License as
; publishe... |
package visuals.ui.elements.citymap
{
import com.playata.framework.display.MovieClip;
import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer;
import com.playata.framework.display.lib.flash.FlashMovieClip;
public class SymbolCloudsLocation1Generic extends com.playata.framework.display... |
////////////////////////////////////////////////////////////////////////////////
//
// 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
//com.company.assembleegameclient.objects.ArenaGuard
package com.company.assembleegameclient.objects
{
import kabam.rotmg.arena.view.ArenaQueryPanel;
import com.company.assembleegameclient.game.GameSprite;
import com.company.assembleegameclient.ui... |
package modules.sddzGame.sddzInerGame.model
{
public class RSddzModel extends SddzModel
{
public function RSddzModel()
{
super();
}
}
} |
package Enemies
{
import net.flashpunk.Entity;
import flash.geom.Point;
import net.flashpunk.FP;
import Scenery.LightBossTotem;
import Scenery.Tile;
import NPCs.NPC;
/**
* ...
* @author Time
*/
public class LightBossController extends Entity
{
private static const moveDiv:int = 10;
private static va... |
package laya.d3.graphics {
import laya.d3.core.render.BaseRender;
import laya.d3.core.render.RenderElement;
import laya.d3.math.BoundSphere;
/**
* ...
* @author ...
*/
public class RenderCullingObject {
public var _render:BaseRender;
public var _renderElements:Vector.<RenderElement>;
public var _laye... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
/**
* VERSION: 0.41 (beta)
* DATE: 2010-12-24
* AS3
* UPDATES AND DOCS AT: http://www.greensock.com
**/
package com.greensock.motionPaths {
import flash.display.Graphics;
import flash.geom.Matrix;
import flash.geom.Point;
import flash.events.Event;
/**
* A LinePath2D defines a path (using as man... |
package org.hamcrest {
import org.flexunit.Assert;
public class BaseMatcherTest {
[Test]
public function testDescribesItselfWithToStringMethod():void {
var matcher:BaseMatcher = new BaseMatcherForTesting();
Assert.assertEquals("SOME DESCRIPTION", matcher.toString());
... |
package laya.runtime
{
/**
* @private
* @author hugao
*/
public interface IPlatformClass extends IPlatform
{
/**
* 创建对象
* @param ...args 构造函数的参数
* @return 创建出来的对象
*/
function newObject(...args):IPlatform;
}
} |
package com.percentjuice.utils.timelineWrappers.factory
{
import com.percentjuice.utils.pj_as3utils_namespace;
import com.percentjuice.utils.timelineWrappers.ITimelineWrapper;
import com.percentjuice.utils.timelineWrappers.ITimelineWrapperQueue;
import com.percentjuice.utils.timelineWrappers.TimelineWrapper;
impor... |
/**
* Copyright 2010-2012 Singapore Management University
* Developed under a grant from the Singapore-MIT GAMBIT Game Lab
* 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/... |
package com.playfab.ProfilesModels
{
public class GetEntityProfilesRequest
{
public var DataAsObject:*;
public var Entities:Vector.<EntityKey>;
public function GetEntityProfilesRequest(data:Object=null)
{
if(data == null)
return;
DataAsOb... |
/**
* Copyright (c) 2014-present, ErZhuan(coco) Xie
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package coco.manager
{
import flash.display.DisplayObject;
import flash.events.Event;
import flash.events.MouseEvent;
import flash... |
/*
* 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 (the... |
package com.codeazur.as3swf.data.abc.exporters.js.builders.matchers
{
import com.codeazur.as3swf.data.abc.ABC;
import com.codeazur.as3swf.data.abc.exporters.builders.IABCNameBuilder;
import com.codeazur.as3swf.data.abc.exporters.builders.IABCMatcher;
import com.codeazur.as3swf.data.abc.exporters.builders.IABCValue... |
package PlayBinkMenu_fla
{
import flash.display.MovieClip;
public dynamic class BSButtonHint_IconHolder_6 extends MovieClip
{
public var IconAnimInstance:MovieClip;
public function BSButtonHint_IconHolder_6()
{
super();
addFrameScript(0,this.frame1,59,this.frame60);
}
function frame1()... |
package com.ixiyou.utils
{
import flash.utils.ByteArray;
/**
* UTF-8转GB2312、BIG5、GBK编码的类包
* @author $(DefaultUser)
*/
public class UrlMultiEncode
{
public function UrlMultiEncode()
{
}
public static function urlencodeGB2312(str:String):String{
var result:String ="";
var... |
// =================================================================================================
//
// 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 npooling {
import flash.errors.IllegalOperationError;
import flash.utils.Dictionary;
public final class Pool {
private static var _instance:Pool;
private static var _allowInstance:Boolean;
private var _classes:Dictionary;
public function Pool() {
if (!_allowInstance) throw new Ille... |
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 CAttain_condition extends DataBase
{
public static const CMD : int=24008;
public function CAttain_condition()
{
}
overrid... |
package com.codeazur.as3swf.data.abc.reflect
{
/**
* @author Simon Richardson - simon@ustwo.co.uk
*/
public interface IABCReflectInstance extends IABCReflectObject {
function get kind():ABCReflectKind;
}
}
|
// =================================================================================================
//
// Starling Framework
// Copyright 2011 Gamua OG. 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 net.nobien.containers
{
import net.nobien.containers.abstract.AbstractGrid;
/**
* The Grid container lays out its display children in accordance to the specified grid parameters.
*/
public class Grid extends AbstractGrid
{
/**
* Creates a new Grid layout c... |
package org.cocos2d.Actions
{
import org.cocos2d.*;
import org.cocos2d.Actions.*;
public class CCFiniteTimeAction extends CCAction {
protected var duration_:Number;
public function CCFiniteTimeAction() {
duration_ = 0;
}
public function get duration() : Number {
return duration_;
}
public funct... |
package com.myflexhero.network.core.ui
{
import com.myflexhero.network.Consts;
import com.myflexhero.network.Group;
import com.myflexhero.network.Network;
import com.myflexhero.network.Styles;
import com.myflexhero.network.TrapezoidGroup;
import com.myflexhero.network.Utils;
import flash.display.GradientType;
... |
////////////////////////////////////////////////////////////////////////////////
//
// 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
{
import flash.events.Event;
import org.purepdf.Font;
import org.purepdf.colors.RGBColor;
import org.purepdf.elements.Paragraph;
import org.purepdf.pdf.fonts.BaseFont;
import org.purepdf.pdf.fonts.FontsResourceFactory;
import org.purepdf.pdf.fonts.cmaps.CJKFontResourceFactory;
import org.purepdf.pdf.f... |
/**
* Component.as
* Keith Peters
* version 0.9.10
*
* Base class for all components
*
* Copyright (c) 2011 Keith Peters
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software withou... |
;LAB 5, IAC, 2016/17, LEIC-Al
;Rafael PAndrade, 86503
;Constantes
S1 EQU 8000h ;Endereço de memória que contém os segundos
S2 EQU 8001h ;dezenas de segundo
M1 EQU 8002h ;unidades de minuto
M2 EQU 8003h ;dezenas de minutos
T EQU 8004h ;tempo total
MASCARA EQU 8002h ;mascara de interrupçoes
RECETOR_MAS EQU FFF... |
/**
* @NOTE: This class is to be created for further development
*
* @langversion ActionScript 3.0
* @playerversion Flash 9.0
* @author Abraham Lee
* @since 03.26.2009
*/
package com.neopets.users.abelee.effects.particle
{
//----------------------------------------
// IMPORTS
//--------------------------... |
package com.ankamagames.dofus.network.messages.game.context.mount
{
import com.ankamagames.jerakine.network.CustomDataWrapper;
import com.ankamagames.jerakine.network.ICustomDataInput;
import com.ankamagames.jerakine.network.ICustomDataOutput;
import com.ankamagames.jerakine.network.INetworkMessage;
... |
class asunit.textui.SuccessBar extends MovieClip {
private var myWidth:Number;
private var myHeight:Number;
private var bgColor:Number;
private var passingColor:Number = 0x00FF00;
private var failingColor:Number = 0xFD0000;
public static function create(movieClip:MovieClip):SuccessBar{
movieClip.__proto__ = Su... |
package
{
/**
* ...
* @author Alvaro
*/
public class LevelFactory
{
[Embed(source = 'lvl/Level_01_hit.csv', mimeType = "application/octet-stream")] private var LVL_01_HIT:Class;
[Embed(source = 'lvl/Level_01_bg.csv', mimeType = "application/octet-stream")] private var LVL_01_BG:Class;
[Embed(... |
package com.tinyspeck.engine.view.ui.glitchr.filters {
import com.tinyspeck.tstweener.TSTweener;
import com.tinyspeck.engine.util.TFUtil;
import flash.display.Bitmap;
import flash.display.BitmapData;
import flash.display.Shape;
import flash.display.Sprite;
import flash.events.Event;
import flash.events.Mous... |
////////////////////////////////////////////////////////////////////////////////
//
// ADOBE SYSTEMS INCORPORATED
// Copyright 2005-2006 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... |
/*
* _________ __ __
* _/ / / /____ / /________ ____ ____ ___
* _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \
* _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/
* /___/
*
* Tetragon : Game Engine for multi-platform ActionScript projects.
* ... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
////////////////////////////////////////////////////////////////////////////////
//
// 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... |
//------------------------------------------------------------------------------
//
// Anthony Henderson Copyright 2012
// All rights reserved.
//
//------------------------------------------------------------------------------
package feathers.extension.ahhenderson.interfaces._deprecate {
import org.o... |
/**
* Created with IntelliJ IDEA.
* User: mobitile
* Date: 3/28/14
* Time: 1:38 PM
* To change this template use File | Settings | File Templates.
*/
package skein.rest.core
{
import skein.core.skein_internal;
import skein.rest.client.RestClient;
public class RestClientRegistry
{
private static var repositor... |
package pong.game.sys.physics
{
import Box2D.Dynamics.b2World;
public class PhysicsConfig
{
private var _pixelsPerMeter:Number;
private var _toMeters:Number;
private var _world:b2World;
public function PhysicsConfig()
{
pixelsPerMeter = 30;
}
public function get pixelsPerMeter():Number
{
... |
/* 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/. */
const NITER:int=100000000;
function main():void
{
var a:Number=1.2;
var b:Number=2.4;
var c:Number = -3.2;
... |
/////////////////////////////////////////////////////////////////////////////////////
//
// Simplified BSD License
// ======================
//
// Copyright 2013 Pascal ECHEMANN. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are per... |
/**
* Player that reads all media formats Flash can read.
*
* @author Jeroen Wijering
* @version 1.9
**/
import com.jeroenwijering.players.*;
import com.jeroenwijering.utils.BandwidthCheck;
class com.jeroenwijering.players.MediaPlayer extends AbstractPlayer {
/** Array with all config values **/
... |
package com.company.assembleegameclient.game.events {
import flash.events.Event;
import flash.utils.ByteArray;
import kabam.rotmg.servers.api.Server;
public class ReconnectEvent extends Event {
public static const RECONNECT:String = "RECONNECT_EVENT";
public function ReconnectEvent(_arg_1:Server, _arg_2:int... |
package game.machine
{
import caurina.transitions.AuxFunctions;
import com.greensock.easing.Back;
import com.greensock.easing.Expo;
import com.greensock.TweenLite;
import com.greensock.TweenMax;
import com.greensock.TweenNano;
import com.utils.MovieclipTextureAdder;
import com.utils.SpritePool;
import com.uti... |
/*
* 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... |
package Ankama_Tooltips.ui
{
import Ankama_Tooltips.Api;
import com.ankamagames.berilia.components.Label;
import com.ankamagames.berilia.components.Texture;
import com.ankamagames.berilia.types.graphic.GraphicContainer;
import com.ankamagames.dofus.datacenter.arena.ArenaLeague;
import com.ankam... |
package flash.display3D
{
final public class Context3DCompareMode extends Object
{
public static const ALWAYS:String = "always";
public static const NEVER:String = "never";
public static const LESS:String = "less";
public static const LESS_EQUAL:String = "lessEqual";
... |
package com.guepard.converter.atlas
{
import com.guepard.app.Converter;
import com.guepard.converter.shape.ShapeData;
import com.guepard.utils.TextureUtil;
import flash.filesystem.File;
import flash.geom.Rectangle;
/**
* ...
* @author Antonov Sergey
*/
public class AtlasGenerator
{
pr... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.promotions.signals {
import org.osflash.signals.Signal;
public class BuyBeginnersPackageSignal extends Signal {
public function BuyBeginnersPackageSignal() {
super();
}
}
}
|
/* AS3
Copyright 2008
*/
package com.neopets.games.inhouse.SuperSearch.classes.util
{
import flash.display.MovieClip;
import flash.events.EventDispatcher;
import flash.events.Event;
import com.neopets.util.display.DisplayUtils;
import com.neopets.games.inhouse.SuperSearch.classes.util.BroadcastEvent;
impo... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.account.web.commands {
import kabam.lib.tasks.BranchingTask;
import kabam.lib.tasks.DispatchSignalTask;
import kabam.lib.tasks.Task;
import kabam.lib.tasks.TaskMonitor;
import kabam.lib.tasks.TaskSequence;
import kabam.rotmg.account.core.services.RegisterAccountTask;
import kabam.rotmg.account.core.... |
/*
Licensed under the MIT License
Copyright (c) 2008 Pierluigi Pesenti (blog.oaxoa.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 without limitation the ... |
package {
public class Main {
public function Main() {
++1$(EntryPoint)
}
}
} |
/* -*- 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 age.data.objectStates
{
import age.data.ObjectInfo;
import starling.animation.IAnimatable;
/**
* 跳跃状态
* @author zhanghaocong
*
*/
public class JumpState extends AbstractObjectState implements IAnimatable
{
/**
* constructor
*
*/
public function JumpState(info:ObjectInfo)
{
super(... |
/////////////////////////////////////////////////////////////////////////////////////
//
// Simplified BSD License
// ======================
//
// Copyright 2013 Pascal ECHEMANN. All rights reserved.
//
// Redistribution and use in source and binary forms, with or without modification,
// are per... |
package kabam.lib.resizing.signals {
import flash.geom.Rectangle;
import org.osflash.signals.Signal;
public class Resize extends Signal {
public function Resize() {
super(Rectangle);
}
}
}
|
package kabam.rotmg.messaging.impl.outgoing {
import flash.utils.IDataOutput;
public class EditAccountList extends OutgoingMessage {
public var accountListId_:int;
public var add_:Boolean;
public var objectId_:int;
public function EditAccountList(par... |
package layout.showcase.base {
import com.sibirjak.asdpc.core.View;
import com.sibirjak.asdpcbeta.core.managers.PopUpManager;
import com.sibirjak.asdpcbeta.window.Window;
import com.sibirjak.asdpcbeta.window.WindowEvent;
import flash.display.DisplayObject;
import flash.display.DisplayObjectContainer;
import fl... |
// 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 testbool(b) {
if (b) { print("true"); }
else { print("false"); }
}
for (var i = 0; i < 20;... |
/**
* Created by Akira on 02/03/2015.
*/
package com.bytesfromouterspace.stockbrokers.model {
import com.bytesfromouterspace.stockbrokers.event.KingpinEvent;
import flash.events.Event;
[Event(name="change", type="com.bytesfromouterspace.stockbrokers.event.KingpinEvent")]
[Event(name="loadAccept", ty... |
package sandy.core.scenegraph
{
import flash.display.Sprite;
import sandy.materials.Material;
/**
* The IDisplayable interface should be implemented by all visible objects.
*
* <This ensures that all necessary methods are implemented>
*
* @author Thomas Pfeiffer - kiroukou
* @version 3.1
* @... |
package cc.varga.jdownloader.api.commands.actions {
import flash.filesystem.File;
import cc.varga.jdownloader.api.commands.JDownloaderCommand;
/**
* @author Francis Varga
*/
public class AddDownloadContainer extends JDownloaderCommand {
private var COMMAND_URL : String = "/action/add/container/gr... |
package com.joeberkovitz.moccasin.controller
{
import com.joeberkovitz.moccasin.model.MoccasinModel;
import com.joeberkovitz.moccasin.view.IMoccasinView;
import flash.events.MouseEvent;
import flash.utils.getTimer;
/**
* This Mediator-type object takes on responsibility for all mouse inte... |
package GameObjects.HitRegions
{
import flash.display.Sprite;
import GameObjects.Mobile.MobileObject;
public class HitRegion extends Sprite
{
public function HitRegion()
{
}
public function checkBounds(object:MobileObject,dt:Number):void
{
//Implemented in HitObjects
}
}
} |
package game.view.embattle
{
import com.view.base.event.EventType;
import game.manager.GameMgr;
import game.net.message.GameMessage;
import game.uils.LocalShareManager;
import game.view.uitils.Res;
import game.view.viewBase.BattleVideoRankBase;
import starling.core.Starling;
import starling.event... |
package cn.vision.utils
{
/**
*
* <code>ObjectUtil</code>定义了一些关于<code>Object</code>的操作。
*
* @author vision
* @langversion 3.0
* @playerversion Flash 9, AIR 1.1
* @productversion vision 1.0
*
*/
import flash.net.registerClassAlias;
import flash.utils.ByteArray;
import flash.utils.describ... |
package game.view.effects
{
import game.model.Living;
import game.objects.MirariType;
public class DisenableFlyEffectIcon extends BaseMirariEffectIcon
{
public function DisenableFlyEffectIcon()
{
_iconClass = "asset.game.forbidFlyAsset";
super();
}
... |
/*
Copyright (c) 2007 Danny Chapman
http://www.rowlhouse.co.uk
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,
in... |
////////////////////////////////////////////////////////////////////////////////
//
// 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.illuzor.engine3d.notifications {
import flash.display.Sprite;
/**
* ...
* @author illuzor // illuzor@gmail.com // illuzor.com
*/
internal class Alert extends Sprite {
public function Alert(type:String, text:String) {
}
}
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.