text
stringlengths
4
1.04M
package inobr.eft.common.ui { import flash.events.*; /** * The basic Event for all Tool Pannel. * If any Button must create a new element it must dispatch * this Event with the name of Class given. * * ... * @author Peter Gerasimenko, gpstmp@gmail.com */ public class GScrollBarEvent extends Event ...
package visuals.ui.elements.icons { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashSprite; import flash.display.MovieClip; public class SymbolIconHideUiGeneric extends Sprite ...
package kabam.rotmg.death.control { import kabam.rotmg.core.model.PlayerModel; import kabam.rotmg.death.model.DeathModel; import kabam.rotmg.dialogs.control.CloseDialogsSignal; import kabam.rotmg.messaging.impl.incoming.Death; public class HandleDeathCommand { public function HandleDeathCommand() { super...
package starling.extensions.pixelmask { import flash.display3D.Context3DBlendFactor; import flash.geom.Matrix; import starling.core.RenderSupport; import starling.core.Starling; import starling.display.BlendMode; import starling.display.DisplayObject; import starling.display.DisplayObjectContainer; import sta...
package { import remx.GameApp; import remx.GameScreen; import remx.Sprite; /** * This is the primary (main) game screen, it is the first screen to be * constructed when the game is initialized. * * Because a primary (main) resource package was registered this screen can access the * resources ...
package com.hp.asi.hpic4vc.ui.model { import com.vmware.core.model.DataObject; import mx.collections.ArrayCollection; [Bindable] [RemoteClass(alias="com.hp.asi.hpic4vc.server.provider.model.InfrastructureDetailModel")] /** * A data model of HostDetail. * This Flex class maps to the HostDetailMode...
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com // All rights reserved. package cadetEditor3D.ui.views { import cadet3D.components.renderers.Renderer3D; import cadetEditor.ui.views.ToolEditorView; import cadetEditor3D.contexts.CadetEditorContext3D; import cadetEditor3D.tools.gizmos.SelectionOverlay...
package services.command.rates.packages { import com.adobe.cairngorm.control.CairngormEvent; import services.business.rates.packages.PackageDelegate; import services.cairngorm.BaseCommand; import services.events.rates.packages.GetTransactionItemPageEvent; import mx.collections.ArrayCollection; /** * The GetTr...
package citrus.physics { import citrus.core.CitrusObject; /** * An abstract template used by every physics engine. */ public class APhysicsEngine extends CitrusObject { protected var _visible:Boolean = false; protected var _touchable:Boolean = false; protected var _group:uint = 1; protec...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * <p>Original Author: Daniel Freeman</p> * * <p>Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, me...
package com.ankamagames.jerakine.utils.misc { import flash.system.ApplicationDomain; public class ApplicationDomainShareManager { private static var _applicationDomain:ApplicationDomain; public function ApplicationDomainShareManager() { super(); ...
package serverProto.saveJinchuuriki { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.WireType; import serverProto.inc.ProtoRetInfo; import com.netease.protobuf.WritingBuffer; import com.netease.protobuf.WriteU...
/* Automatically generated by IntelliJ IDEA from Java, revision needed before production use */ /* * Copyright (c) 2008, Vaclav Slovacek. All Rights Reserved. * * Product: UIProtocol Java * * This source-code is released under following license: * - no release outside i2home project is allowed * - this copyright...
package com.splunk.properties { import com.jasongatt.layout.DistributedLayoutPolicy; import com.jasongatt.layout.DistributedStackLayoutPolicy; import com.jasongatt.layout.GroupLayoutPolicy; import com.jasongatt.layout.StackLayoutPolicy; public class LayoutPolicyPropertyParser extends AbstractPropertyParser { ...
/** * Created by oburdun on 1/3/14. */ package com.playtika.multicore.base.facade { import org.puremvc.as3.multicore.patterns.facade.Facade; public class LobbyFacade extends Facade { public function LobbyFacade(key:String) { super(key); } } }
/** * Latest information on this project can be found at http://www.rogue-development.com/objectHandles.html * * Copyright (c) 2009 Marc Hughes * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to d...
package io.swagger.client.model { [XmlRootNode(name="200Response")] public class 200Response { [XmlElement(name="name")] public var name: Number = 0; public function toString(): String { var str: String = "200Response: "; str += " (name: " + name + ")"; ret...
/** * * * ScaleBitmapSprite * * @author Didier Brun * @author Jerôme Decoster * @version 1.1 * */ package org.bytearray.display { import flash.display.BitmapData; import flash.display.Sprite; import flash.events.Event; import flash.geom.Rectangle; public class ScaleBitmapSprite extends Sprite { private var...
//////////////////////////////////////////////////////////////////////////////// // // 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 licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package integration.commandPooling.testObj { import mvcexpress.mvc.Proxy; /** * CLASS COMMENT * @author Raimundas Banevicius (http://mvcexpress.org/) */ public class CommPoolingDependencyProxy extends Proxy { private var _proxyName:String; public function CommPoolingDependencyProxy(proxyName:String = "undefined"...
package { import flash.display.*; import flash.geom.*; import flash.events.*; import flash.net.*; import org.si.sion.SiONVoice; public class instrumentclass { public function instrumentclass():void { clear(); } public function clear():void { category = "MIDI"; name = "Grand Piano"; type = 0...
/* ***** 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) 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.data.validators { import reprise.data.validators.RegExpValidator; public class EmailVa...
package io.decagames.rotmg.ui.popups.header { import com.company.assembleegameclient.util.TextureRedrawer; import com.company.util.AssetLibrary; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import io.decagames.rotmg.ui.defaults.DefaultLabel...
package Playtomic { import flash.external.ExternalInterface; public final class _-1s extends Object { { var _loc1_:* = true; var _loc2_:* = false; if(!_loc2_) { _-r = "today"; if(!_loc2_) { LAST7DAYS = "last7days"; if(!...
/* * Copyright 2011 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 or agreed ...
//////////////////////////////////////////////////////////////////////////////// // // Copyright (c) 2015 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...
/* Copyright aswing.org, see the LICENCE.txt. */ package org.aswing.plaf.basic.accordion{ import org.aswing.*; import org.aswing.plaf.basic.tabbedpane.Tab; /** * BasicAccordionHeader implemented with a JButton * @author iiley * @private */ public class BasicAccordionHeader implements Tab{ protected var but...
/* Adobe Systems Incorporated(r) Source Code License Agreement Copyright(c) 2005 Adobe Systems Incorporated. All rights reserved. Please read this Source Code License Agreement carefully before using the source code. Adobe Systems Incorporated grants to you a perpetual, worldwide, non-exclusive, no-c...
package { import laya.display.Sprite; import laya.display.Stage; import laya.filters.BlurFilter; import laya.utils.Browser; import laya.utils.Handler; import laya.webgl.WebGL; public class Filters_Blur { private const apePath:String = "../../../../res/apes/monkey2.png"; public function Filters_Blur()...
package com.gamesparks.api.requests { import com.gamesparks.api.responses.*; import com.gamesparks.*; /** * Send a message to all the players who are member of the given team */ public class SendTeamChatMessageRequest extends GSRequest { function SendTeamChatMessageRequest(gs:GS) { super(gs); d...
 package plugins.mxml.spark { import core.base.CoreBaseClassFactory; import core.base.CoreCallback; import core.context.CoreContext; import core.service.CoreServiceContainer; import spark.components.CheckBox; public class GuiCheckBox extends CheckBox { public function GuiCheckBox() { CoreBaseClassFactory.con...
/* * 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...
/* * Copyright (c) 2018 Marcel Piestansky * * 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 or agre...
/* ***** 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.port { import com.tinyspeck.tstweener.TSTweener; import com.tinyspeck.core.beacon.KeyBeacon; import com.tinyspeck.core.beacon.StageBeacon; import com.tinyspeck.core.memory.DisposableSprite; import com.tinyspeck.debug.Console; import com.tinyspeck.engine.control.TSFrontController; i...
package SJ.Game.herotrain { import SJ.Common.Constants.ConstHeroTrain; import SJ.Common.Constants.ConstMainUI; import SJ.Common.Constants.ConstTextFormat; import SJ.Game.SocketServer.SocketCommand_heroTrain; import SJ.Game.controls.CJPanelFrame; import SJ.Game.controls.CJPanelTitle; import SJ.Game.data.CJDataMan...
package game.view { import com.pickgliss.utils.ObjectUtils; import flash.display.DisplayObject; import flash.display.Sprite; import flash.events.Event; import flash.utils.getTimer; [Event(name="complete",type="flash.events.Event")] public class AutoPropEffect extends Sprite { ...
package kabam.rotmg.packages.control { import kabam.lib.tasks.TaskMonitor; import kabam.rotmg.packages.services.BuyPackageTask; public class BuyPackageCommand { [Inject] public var buyPackageTask:BuyPackageTask; [Inject] public var taskMonitor:TaskMonitor; public function execute():void { ...
package org.spicefactory.parsley.coretag.inject.model { /** * @author Jens Halm */ public class RequiredPropertyInjection { [Inject] public var dependency:InjectedDependency; } }
/* * 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...
//////////////////////////////////////////////////////////////////////////////// // // 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 io.decagames.rotmg.shop.mysteryBox.rollModal { import com.company.assembleegameclient.map.ParticleModalMap; import com.gskinner.motion.GTween; import com.gskinner.motion.easing.Sine; import flash.display.Bitmap; import flash.display.Sprite; import flash.geom.Point; import flash.utils.setTim...
package citrus.view.spriteview { import citrus.core.CitrusEngine; import citrus.core.ICitrusObject; import citrus.core.IState; import citrus.physics.APhysicsEngine; import citrus.physics.IDebugView; import citrus.system.components.ViewComponent; import citrus.view.ACitrusCamera; import citrus.view.ACitrusVi...
package kabam.rotmg.account.web.view { import kabam.rotmg.account.ui.components.DateField; public class DateFieldValidator { public static function getPlayerAge(param1:DateField):uint { var _loc2_:Date = new Date(getBirthDate(param1)); var _loc4_:Date = new Date(); var _loc3_:uint = _loc4_...
package cc.gullinbursti.lang { //] includes [!]> //]=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~. import cc.gullinbursti.math.BasicMath; import cc.gullinbursti.math.algebra.Fractions; import cc.gullinbursti.math.discrete.Factorization; import flash.geom.Point; //]~=~=~=~=~=~=~=~=~=~=~=~=~=~[]~=~=~=~=~=~=~=~=~=~=~=~=~=~[ ...
package ehs.services { public class LabSafetyServer { public static var isAuthorized:Boolean ; public static var currentUser:String; public static var busy:Boolean; public static function saveToDrive():void{ if(isAuthorized){ JavaScript.exec('this.GoogleDrive.updateWeaveFile()'...
package flash.display { import flash.utils.Dictionary; public class MovieClip extends Sprite { private var _currentFrame:int; private var _timeline:Object; private var _tweensByDisplayObject:Dictionary; public function MovieClip() { super(); _timeline = window["flashjs_display_MovieClip_getTimel...
package com.codeazur.as3swf.data.actions.swf4 { import com.codeazur.as3swf.data.actions.*; public class ActionGetProperty extends Action implements IAction { public static const CODE:uint = 0x22; public function ActionGetProperty(code:uint, length:uint, pos:uint) { super(code, length, pos); } ove...
void TestContainer_vector(){ { test_Startnew("vector<int>"); vector<int> cont; for(int i=0; i<5;i++){ cont.push_back(i*10); } cont.erase(3); cont.sort(false); {//test copying the whole container vector<int> cont2(cont); cont = cont2; } //int i=0; //for(vector_iterator<int> it(@...
package dagd.jennings { import dagd.core.Game; public class GameJennings extends Game { public function GameJennings() { } } }
package nape.geom { import zpp_nape.util.ZPP_Vec2List; import zpp_nape.util.ZNPNode_ZPP_Vec2; import zpp_nape.geom.ZPP_Vec2; import zpp_nape.util.ZNPList_Vec2Iterator; import flash._-2v; public class Vec2List extends Object { public function Vec2List() { if(_-2v._-7E...
package com.ixiyou.effects { /** 位图置换飘忽 erikhallander@gmail.com http://www.erikhallander.com/blog init() function init():void{ var targetClip:MovieClip = new clip(); addChild(targetClip); targetClip.x = 70; targetClip.y = 155; targetClip.buttonMode = true; pDist = new PerlinDistort(t...
/** * CHANGELOG * * 2011-11-08 16:55: Create changelog */ package pl.asria.tools.display { import flash.geom.Rectangle; /** * ... * @author Piotr Paczkowski */ public interface IWorkspace { function getWorkspace():Rectangle } }
package asx.fn { /** * Identity function, returns whatever is given the first parameter */ public function I(...rest):Object { return rest[0]; } }
/* 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.controls.renderers { import feathers.controls.Button; import feathers.controls.ImageLoader;...
/* * Copyright (c) 2014-2022 Object Builder <https://github.com/ottools/ObjectBuilder> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation ...
/* * jPlayer Plugin for jQuery JavaScript Library * http://www.jplayer.org * * Copyright (c) 2009 - 2014 Happyworm Ltd * Licensed under the MIT license. * http://opensource.org/licenses/MIT * * Author: Robert M. Hall * Date: 3rd November 2013 * Based on JplayerMp4.as with modifications for rtmp */ package ...
/* as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform http://code.google.com/p/as3isolib/ Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved. Permission is hereby gr...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2008 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 airdatabase { import airdatabase.core.asl_unit_testing; import airdatabase.els.EncryptedLocalStorage; import airdatabase.errors.messages.IncorrectTypeErrorMessage; import airdatabase.errors.messages.IncorrectValueErrorMessage; import airdatabase.errors.messages.NotImplementedErrorMessage; import airdataba...
package kabam.rotmg.stage3D.graphic3D { import flash.utils.Dictionary; import kabam.rotmg.stage3D.proxies.Context3DProxy; import kabam.rotmg.stage3D.proxies.VertexBuffer3DProxy; import org.swiftsuspenders.Injector; import org.swiftsuspenders.dependencyproviders.DependencyProvider; public class VertexBufferFactory i...
package br.com.caelum.stella.validation.ie { import br.com.caelum.stella.MessageProducer; import br.com.caelum.stella.ValidationMessage; import br.com.caelum.stella.validation.BaseValidator; import br.com.caelum.stella.validation.DigitoVerificadorInfo; import br.com.caelum.stella.validation.StellaValidator; impor...
package kabam.lib.console.signals { import kabam.lib.console.vo.ConsoleAction; import org.osflash.signals.Signal; public final class RegisterConsoleActionSignal extends Signal { public function RegisterConsoleActionSignal() { super(ConsoleAction, Signal); } } }
/****************************************************************************** * Spine Runtimes License Agreement * Last updated May 1, 2019. Replaces all prior versions. * * Copyright (c) 2013-2019, Esoteric Software LLC * * Integration of the Spine Runtimes into software or otherwise creating * derivat...
package swf.data.actions.swf5 { import swf.data.actions.*; class ActionAdd2 extends Action implements IAction { public static inline var CODE:Int = 0x47; public function ActionAdd2(code:Int, length:Int, pos:Int) { super(code, length, pos); } override public function toString(indent:Int = 0):String { ...
/* * Copyright 2014 Mozilla Foundation * * 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 or agr...
/* * _________ __ __ * _/ / / /____ / /________ ____ ____ ___ * _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \ * _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/ * /___/ * * Tetragon : Game Engine for multi-platform ActionScript projects. * http://w...
package org.silexlabs.amfphp.clientgenerator { import flash.net.NetConnection; import flash.net.Responder; /** * generated with AmfphpCodeGen. Don't edit directly. */ public class AMFPHPServiceClient{ protected var _nc:NetConnection; protected var _serviceName:String; /** * constructor. * @param N...
/************************************************************************** Filename : ScrollBarDirection.as Copyright : Copyright 2011 Autodesk, Inc. All Rights reserved. Use of this software is subject to the terms of the Autodesk license agreement provided at the time of installation or download, or whic...
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ import com.adobe.test.Assert; var...
package edu.isi.bmkeg.indexCd.model { import edu.isi.bmkeg.indexCd.model.Feature; import mx.collections.ArrayCollection; [Bindable] public class Mutation extends Feature { public function Mutation(){} public var site:int; public var from_base:String; public var to_base:String; } }
package org.robotlegs.test.suites { import org.robotlegs.base.SignalCommandMapTests; import org.robotlegs.base.GuardedSignalCommandMapTests; import org.robotlegs.mvcs.SignalCommandTests; import org.robotlegs.mvcs.SignalContextTests; [Suite] [RunWith("org.flexunit.runners.Suite")] public cla...
package com.joeberkovitz.moccasin.service { import com.joeberkovitz.moccasin.model.ModelRoot; /** * Interface definition for a service that handles the loading and saving of documents. */ public interface IMoccasinDocumentService { /** * Return an operation that will loa...
/* 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; // TODO: REVIEW AS4 CONVERSION ISSUE function ToInteger( t ) { t = Numb...
package com.illuzor.otherside.tools { /** * ... * @author illuzor // illuzor.com */ public final class AssetsFlash { // ATLASSES XML BEGIN [Embed(source = "../../../../../bin/graphics/atlas_1.xml", mimeType = "application/octet-stream")] public static const atlas_1_xml:Class; [Embed(sourc...
package ruby.internals { public class Vm_eval_c { public var rc:RubyCore; import ruby.internals.Node; import ruby.internals.StackPointer; public function Init_vm_eval():void { //rc.class_c.rb_define_global_function("catch", rb_f_catch, -1); //rc.class_c.rb_define_global_function("throw", rb_f_thr...
package services.events.inHouse { import services.cairngorm.BaseEvent; import services.vo.backend.PackageRequestVO; public class GetPackagesEvent extends BaseEvent { public var packageRequest:PackageRequestVO = new PackageRequestVO(); public var departureDate:String; public function GetPackagesEvent(type...
package virtualworlds.com.smerc.assets { import com.adobe.utils.DictionaryUtil; import flash.media.Sound; import flash.system.ApplicationDomain; import flash.utils.Dictionary; import org.spicefactory.lib.logging.LogContext; import org.spicefactory.lib.logging.Logger; /** * This Singleton stores sounds an...
package com.radioclouds.visualizer.api { import flash.net.URLLoader; import flash.net.URLRequest; /** * @author matas */ public class URLLoaderSpecial extends URLLoader { private var _caller : String; private var _eventType : String; public function URLLoaderSpecial(request : URLRequest = n...
/* * Copyright 2014 Mozilla Foundation * * 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 or agr...
package pl.brun.lib.debugger.model.content { import pl.brun.lib.Base; import pl.brun.lib.debugger.managers.BDTextsManager; /** * created: 2009-12-25 * @author Marek Brun */ public class BDArrayListModel extends Base implements IBDTextContentProvider, IBDRefreshable { private var text:String; private var...
//////////////////////////////////////////////////////////////////////////////// // // 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 li...
package Objects { public class UndoDeleteCircle extends UndoBlock { public var objectID:int; public var posX:int; public var posY:int public var nodeLabel:String; public var type:int; public var labCentered:Boolean; public var fgColor:uint; public var bgColor:uint; public var layer:in...
package com.catalystapps.gaf.data.config { /** * @private */ public class CAnimationFrame { //-------------------------------------------------------------------------- // // PUBLIC VARIABLES // //-------------------------------------------------------------------------- //-----------------------...
/* Casual Game Engine: Casual Pixel Warrior A sample and test game for Casual Game Engine (C) 2021 - 2022 by Daniel Brendel Contact: dbrendel1988<at>gmail<dot>com GitHub: https://github.com/danielbrendel/ Released under the MIT license */ #include "weapon_bolt.as" #include "blooddecal.as" #include "weapon_...
//////////////////////////////////////////////////////////////////////////////// // // 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 com.ankamagames.atouin.messages { import com.ankamagames.jerakine.messages.ILogableMessage; public class MapLoadedMessage extends MapMessage implements ILogableMessage { public var globalRenderingTime:uint; public var dataLoadingTime:uint; ...
package controllers.panels { import components.panels.BreakpointsPanel; import components.windows.CodeWindow; import components.windows.HelpWindow; import components.windows.StackWindow; import com.demonsters.debugger.MonsterDebuggerConstants; import mx.events.FlexEvent; import flash.events.EventDispatch...
package away3d.stereo { import away3d.core.managers.RTTBufferManager; import away3d.core.managers.Stage3DProxy; import away3d.stereo.methods.InterleavedStereoRenderMethod; import away3d.stereo.methods.StereoRenderMethodBase; import com.adobe.utils.AGALMiniAssembler2; import com.assukar.airong.utils.Debug; impo...
package com.ankamagames.dofus.logic.game.fight.steps { import com.ankamagames.dofus.logic.game.fight.fightEvents.FightEventsHelper; import com.ankamagames.dofus.logic.game.fight.types.BasicBuff; import com.ankamagames.dofus.logic.game.fight.types.FightEventEnum; import com.ankamagames.jerakine.sequence...
package { import net.digitalprimates.fluint.tests.TestCase; import flash.events.Event; import flash.events.EventDispatcher; import mx.messaging.ChannelSet; import mx.messaging.channels.AMFChannel; import mx.rpc.events.ResultEvent; import mx.rpc.events.FaultEvent; import mx.rpc.remoting....
/* * 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...
/* 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 OptionalParams { public class BaseClass { public var i:int; public var s:String; ...
/* * 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"); you may ...
package thumbnail_fla { import flash.display.*; dynamic public class hair_1 extends MovieClip { public var theColor_ccHairMajor:MovieClip; public function hair_1() { return; }// end function } }
package com.ek.library.core { import flash.events.Event; /** * @author eliasku */ public class CoreMouseEvent extends Event { public static const MOUSE_DOWN:String = "core_mouse_down"; public static const MOUSE_UP:String = "core_mouse_up"; public static const MOUSE_MOVE:String = "core_mouse_move"; p...