text
stringlengths
4
1.04M
package { /** * Portable. Independent of Flash. */ public class MonsterModel { internal var cityNames:Array; internal var level:int = 1; internal var length:int; internal var changes:Object; internal var population:int; internal var health:int; ...
package com.company.assembleegameclient.mapeditor { import com.company.assembleegameclient.editor.Command; public class MEObjectNameCommand extends Command { public function MEObjectNameCommand(map:MEMap, x:int, y:int, oldName:String, newName:String) { super(); this.map_ = map; this.x_ = ...
//////////////////////////////////////////////////////////////////////////////// // // 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.smartfoxserver.v2.redbox { import com.smartfoxserver.v2.SmartFox; import com.smartfoxserver.v2.core.SFSEvent; import com.smartfoxserver.v2.entities.data.ISFSObject; import com.smartfoxserver.v2.entities.data.SFSObject; import com.smartfoxserver.v2.redbox.data.ChatSession; import com.smartfoxserver.v2....
package org.aswing{ import org.aswing.plaf.basic.BasicClosableTabbedPaneUI; /** * Dispatched when a tab clos button is clicked. * @eventType org.aswing.event.TabCloseEvent.TAB_CLOSING */ [Event(name="tabClosing", type="org.aswing.event.TabCloseEvent")] /** * A TabbedPane with each tab a close button, you must ...
/* 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 FinalClassImpInternalIntname.*; import com.adobe.test.Assert; // var SECTION = "Definitions"; // provi...
//////////////////////////////////////////////////////////////////////////////// // // 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 { import com.adobe.serialization.json.JSON; import com.errors.RuntimeError; import com.events.OErrorEvent; import com.events.OProgressEvent; import com.utils.URLStreamProgress; import com.utils.Utils; import flash.events.DataEvent; import flash.events.Event; import flash.events.EventDispatcher; ...
/* -*- 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...
/* 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:*=1.2; var b:*=2.4; var c:* = -3.2; var fstart:uint...
package se.lnu.stickossdk.fx { //----------------------------------------------------------- // Imports //----------------------------------------------------------- import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObjectContainer; import flash.geom.Point; import flash...
/** * VERSION: 1.02 * DATE: 7/15/2009 * ACTIONSCRIPT VERSION: 3.0 * UPDATES AND DOCUMENTATION AT: http://www.TweenMax.com **/ package com.greensock.plugins { import flash.display.*; import com.greensock.*; import com.greensock.plugins.*; /** * Tweens a MovieClip to a particular frame label. <br /><...
package setting.view { import com.pickgliss.events.InteractiveEvent; import com.pickgliss.toplevel.StageReferance; import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.LayerManager; import com.pickgliss.ui.controls.SelectedCheckButton; import com.pickgliss.ui.controls.Silder; import co...
/** * * as3utils - ActionScript Utility Classes * Copyright (C) 2011, Sandeep Gupta * http://www.sangupta.com/projects/as3utils * * The file is licensed under the 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 ...
package com.ankamagames.dofus.network.messages.game.context.fight { import com.ankamagames.jerakine.network.CustomDataWrapper; import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkMessage; ...
package kabam.rotmg.mysterybox.components { import com.company.assembleegameclient.map.ParticleModalMap; import com.company.assembleegameclient.objects.ObjectLibrary; import com.company.assembleegameclient.objects.Player; import com.company.assembleegameclient.ui.dialogs.Dialog; import com.company.assembleegameclient....
//original script by XeonFaux #include "Hitters.as"; void onInit(CBlob@ this) { if (!this.exists("attack frequency")) this.set_u8("attack frequency", 30); if (!this.exists("attack distance")) this.set_f32("attack distance", 0.5f); if (!this.exists("attack damage")) this.set_f32("a...
//////////////////////////////////////////////////////////////////////////////// // // 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: 1.872 * DATE: 2011-08-06 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading { import com.greensock.events.LoaderEvent; import com.greensock.loading.core.LoaderItem; import com.greensock.loading.display.ContentDisplay; import flash.disp...
/** * Copyright (C) 2009 Philipp Heim, Sebastian Hellmann, Jens Lehmann, Steffen Lohmann and Timo Stegemann * * This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or...
/** * VERSION: 1.84 * DATE: 2011-03-23 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading { import com.greensock.loading.core.DisplayObjectLoader; import flash.display.Bitmap; import flash.events.Event; /** * Loads an image file (png, jpg, or gif) an...
package spine { public class SlotData { internal var _name:String; internal var _boneData:BoneData; public var r:Number = 1; public var g:Number = 1; public var b:Number = 1; public var a:Number = 1; public var attachmentName:String; public function SlotData (name:String, boneData:BoneData) { if (name == nu...
// Action script... // [Initial MovieClip Action of sprite 20512] #initclip 33 if (!dofus.managers.EffectsManager) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.managers) { _global.dofus.managers = new Object(); } // end if var _loc1 = (_global.dofus.m...
package pw.agar.pwclient { import flash.display.MovieClip; import flash.display.Stage; import flash.events.Event; import flash.external.ExternalInterface; import pw.agar.pwclient.Canvas; import pw.agar.pwclient.Game; import pw.agar.pwclient.Leaderboard; import pw.agar.pwclient.sidebar.Sidebar; ...
package { import flash.display.Sprite; import starling.core.Starling; [SWF(width="800", height="600", frameRate="60", backgroundColor="#cccccc")] public class Example_Knight_TimelineEvent extends flash.display.Sprite { public function Example_Knight_TimelineEvent() { starlingInit(); } private...
package serverProto.huntlife { 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; impor...
p[qb2_abstract][qb2_abstract]k[qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract] { [qb2_abstract][qb2_abstract]p[qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract][qb2_abstract]k[qb2...
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com // All rights reserved. package core.editor.contexts { import flash.display.DisplayObject; import core.app.CoreApp; import core.appEx.core.contexts.IVisualContext; import core.appEx.util.VectorUtil; import core.data.ArrayCollection; import core.ui.com...
package masputih.patterns.commands { import flash.events.Event; import flash.events.TimerEvent; import flash.utils.Timer; import nl.demonsters.debugger.MonsterDebugger; /** * * @author Anggie Bratadinata */ public class DelayCommand extends SimpleCommand { public static const NAME:Str...
/* ***** 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.playfab.AdminModels { public class DeleteOpenIdConnectionRequest { public var ConnectionId:String; public function DeleteOpenIdConnectionRequest(data:Object=null) { if(data == null) return; ConnectionId = data.ConnectionId; }...
///////////////////////////////////////////////////////////////////////////////////// // // 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 com.syndrome.sanguo.battle.effect { /** * 爆炸碎片 */ public class CardBombEffectItem extends Object { private var initSpeedArg:Number; public var xSpeedArg:Number = 0; public var ySpeedArg:Number = 0; public var x:Number; public var y:Number; public var vx:Number; public var vy:Number; publi...
package com.guepard.decompiler.abc.info { /** * ... * @author Antonov Sergey */ public class ConstantPool { public var integers:Array; public var uintegers:Array; public var doubles:Array; public var strings:Array; public var namespaces:Array; public var namespaceSets:Array public ...
package com.codeazur.as3swf.data.filters { import com.codeazur.as3swf.SWFData; public class FilterBlur extends Filter implements IFilter { public var blurX:Number; public var blurY:Number; public var passes:uint; public function FilterBlur(id:uint) { super(id); } override public...
/* * Copyright 2007 (c) Tim Knip, ascollada.org. * * 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,...
//////////////////////////////////////////////////////////////////////////////// // // 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...
// Action script... // [Initial MovieClip Action of sprite 20573] #initclip 94 if (!dofus.graphics.gapi.controls.bookpageindex.BookPageIndexChapterItem) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // e...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.Component; import GUI.fox.aswing.Container; import GUI.fox.aswing.FocusManager; import GUI.fox.aswing.geom.Dimension; import GUI.fox.aswing.graphics.Graphics; import GUI.fox.aswing.Insets; import GUI.fox.aswing.JAccordion; import GUI.fox.aswing.Lo...
/* * 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 ...
class InventoryScrollingList extends Shared.CenteredScrollingList { function InventoryScrollingList() { super(); } function SetEntryText(aEntryClip: MovieClip, aEntryObject: Object): Void { var equippedStates: Array = ["None", "Equipped", "LeftEquip", "RightEquip", "LeftAndRightEquip"]; if (aEntryObject.tex...
/* * HumboldtJSDOM * http://humboldtjs.com/ * * Copyright (c) 2012 Daniël Haveman * Licensed under the MIT license * http://humboldtjs.com/license.html */ package dom.domobjects { internal class DOMBase { /** Not in IE: Add an eventlistener to an event type to be handled by the listener function in the capture phas...
#include "Knocked.as"; f32 SCREECH_DISTANCE = 256.0f; const int TELEPORT_FREQUENCY = 15 * 30; //15 secs const int TELEPORT_DISTANCE = 120;//getMap().tilesize; void onInit( CBlob@ this ) { this.set_u32("last teleport", 0 ); this.set_bool("teleport ready", true ); this.set_u32("invisible", 0); } void onTick( CBlob...
// Copyright (c) 2012, Unwrong Ltd. http://www.unwrong.com // All rights reserved. package core.appEx.events { import flash.events.Event; import core.appEx.core.contexts.IContext; public class ContextManagerEvent extends Event { static public const CURRENT_CONTEXT_CHANGED :String = "currentContextChanged";...
//////////////////////////////////////////////////////////////////////////////// // // 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...
.entry LENGTH .extern L3 .extern W LABEL: cmp r3,r4 red LABEL M: jmp W STR: .string "hello world" bne r7 inc L3 END: stop LENGTH: .data 6,9,15 K: .data 22
/** * Copyright (C) 2008 Darshan Sawardekar. * * 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...
/* * 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 purpose,...
package org.flexlite.domUI.components { import flash.geom.Point; import org.flexlite.domUI.components.supportClasses.SliderBase; [DXML(show="true")] /** * 垂直滑块控件 * @author DOM */ public class VSlider extends SliderBase { /** * 构造函数 */ public function VSlider() { super(...
//////////////////////////////////////////////////////////////////////////////// // // 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.mangui.HLS.muxing { /** Audio Frame **/ public class AudioFrame { private var _start : uint; private var _length : uint; private var _expected_length : uint; private var _rate : uint; public function AudioFrame(start : uint, length : uint, expected_length : u...
package Ankama_Tooltips.makers { import Ankama_Tooltips.Api; import Ankama_Tooltips.blocks.TchatTooltipBlock; import com.ankamagames.berilia.interfaces.ITooltipMaker; import com.ankamagames.berilia.types.tooltip.Tooltip; public class TchatTooltipMaker implements ITooltipMaker { ...
package com.playfab.AdminModels { public class { public static const CloudScript:String = "CloudScript"; public static const ActionsOnPlayerSegment:String = "ActionsOnPlayerSegment"; public static const CloudScriptAzureFunctions:String = "CloudScriptAzureFunctions"; public stat...
package com.thedevstop.asbus { import com.codecatalyst.promise.Promise; public interface IQueryBus { /** * Requests a result for the query. * @return The promise of a result. */ function request(query:Query):Promise } }
package com.playfab.ClientModels { public class SetFriendTagsRequest { public var FriendPlayFabId:String; public var Tags:Vector.<String>; public function SetFriendTagsRequest(data:Object=null) { if(data == null) return; FriendPlayFabId =...
package com.company.assembleegameclient.ui.dialogs { import flash.events.Event; public class NotEnoughFameDialog extends Dialog { public function NotEnoughFameDialog() { super("You do not have enough Fame for this item. " + "You gain Fame when your character dies after having " + "accomplished great thi...
//////////////////////////////////////////////////////////////////////////////// // // 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.ankamagames.dofus.logic.game.common.actions.social { import com.ankamagames.dofus.misc.utils.AbstractAction; import com.ankamagames.jerakine.handlers.messages.Action; public class AddEnemyAction extends AbstractAction implements Action { public var name:String; ...
package framework.services.helper { import flash.utils.Dictionary; public class SQLBuilder { public function SQLBuilder() { } public static function buildUpdateSQLFromDict(table:String, paramDict:Dictionary):String { return ""; } } }
////////////////////////////////////////////////////////// // NeatUnit Beta 1 // Copyright (c) 2008-2010 Peter Sheen // http://code.google.com/p/neatunit // Released under the MIT License: // http://www.opensource.org/licenses/mit-license.php /////////////////////////////////////////////////////////////////// ...
package visuals.ui.elements.booster { 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 SymbolBoosterType2Strength2Generic ex...
package ssen.flexkit.components.grid.renderers { import flash.events.IEventDispatcher; import mx.collections.IList; import mx.events.PropertyChangeEvent; public class HierarchicalSumRenderer extends GridRenderer { private var prevDatas:Vector.<IEventDispatcher>; override protected function draw(hasBeenRecycled:Boo...
/* Copyright 2012-2020 Bowler Hat LLC. All Rights Reserved., Marcel Piestansky 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, ...
package com.tinyspeck.engine.view.ui { import com.tinyspeck.core.beacon.KeyBeacon; import com.tinyspeck.core.beacon.StageBeacon; import com.tinyspeck.debug.Console; import com.tinyspeck.engine.control.TSFrontController; import com.tinyspeck.engine.event.TSEvent; import com.tinyspeck.engine.port.AssetManager; imp...
/* ADOBE SYSTEMS INCORPORATED Copyright � 2008 Adobe Systems Incorporated. All Rights Reserved. NOTICE: Adobe permits you to modify and distribute this file only in accordance with the terms of Adobe AIR SDK license agreement. You may have received this file from a source other than Adobe. Nonetheless, you may mo...
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.ChangePasswordTask; import kabam.rotmg.account.web.vi...
package converter.rest { /** * Property descriptor */ public class JsonObjectProperty { /** * Property name */ public var name:String; /** * Property class name */ public var typeName:String; /** * Property clas...
package constants { public class HouseType { public static const HUGE:uint = 0; // 8x8, 7x7 public static const BIG:uint = 1; // 6x6, 5x5 public static const MEDIUM:uint = 2; // 4x4, 3x3 public static const SMALL:uint = 3; // 2x2 1x1 } }
package { import flash.events.Event; import content.TurntableContent; import sunag.sea3d.studio.App; import sunag.sea3d.studio.UI; public class Main extends App { private var win:Object; public function Main() { super("sea3d", "turntable", 10000); // 10000 = VVSSBB (V=version, S=subversion...
package kabam.rotmg.death.view { import com.company.assembleegameclient.ui.dialogs.Dialog; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.events.Event; import flash.filters.ColorMatrixFilter; import org.osflash.signals.Signal; public class ResurrectionView ext...
/** * BigInteger * * An ActionScript 3 implementation of BigInteger (light version) * Copyright (c) 2007 Henri Torgemane * * Derived from: * The jsbn library, Copyright (c) 2003-2005 Tom Wu * * See LICENSE.txt for full license information. * * Changes 2010-02-10 Jason von Nieda (jason[at]vonnieda.org) ...
package { import flash.display.MovieClip; import flash.display.Sprite; import flash.text.TextField; public class Symbol1 extends MovieClip { public function Symbol1() { // constructor code var btn:Sprite = new Sprite(); btn.graphics.beginFill(0x00FF00, 1); btn.graphics.drawCircle(4...
package preview_fla { import flash.display.*; import flash.events.*; import flash.net.*; dynamic public class background1_12 extends MovieClip { public var bg1iconBMP:Bitmap; public var bg1iconString:String; public var bg1iconLoader:Loader; public var url...
package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="EmbeddedData_xmasNexusObjectsCXML.xml", mimeType="application/octet-stream")] public class EmbeddedData_xmasNexusObjectsCXML extends ByteArrayAsset { public function EmbeddedData_xmasNexusObjectsCXML() { super(); } } }
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2003-2007 Adobe Systems Incorporated // All Rights Reserved. // // NOTICE: Adobe permits you to use, modify, and distribute this file // in accordance with the terms of the license agreeme...
/* * 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 io.axel.camera.effect { import io.axel.Ax; import io.axel.camera.AxCamera; /** * A class containing the common logic between camera effects. */ public class AxCameraEffect { /** Whether or not this effect is currently active. */ public var active:Boolean; /** The total duration of this effect....
/* 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 SECTION = "Directives"; // provide a document reference (ie, Actionsc...
/** * Copyright (c) 2012 - 2100 Sindney * * 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, mer...
package { import feathers.tests.ButtonTests; import feathers.tests.GroupedListTests; import feathers.tests.LayoutGroupTests; import feathers.tests.ListTests; import feathers.tests.PickerListTests; import feathers.tests.ProgressBarTests; import feathers.tests.ScrollContainerTests; import ...
package kabam.rotmg.assets.EmbeddedAssets { import kabam.rotmg.assets.*; import mx.core.*; [Embed(source="dats/EmbeddedAssets_brokenPillarEmbed_.dat", mimeType="application/octet-stream")] public class EmbeddedAssets_brokenPillarEmbed_ extends ByteArrayAsset { public function EmbeddedAssets_brokenPillarEmbed_() {...
//////////////////////////////////////////////////////////////////////////////// // // 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...
// Action script... // [Initial MovieClip Action of sprite 20690] #initclip 211 if (!dofus.aks.Aks) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.aks) { _global.dofus.aks = new Object(); } // end if var _loc1 = (_global.dofus.aks.Aks = function (oAPI) ...
package com.unhurdle.spectrum { COMPILE::JS { import org.apache.royale.core.WrappedHTMLElement; } import org.apache.royale.events.Event; import com.unhurdle.spectrum.utils.getDataProviderItem; [Event(name="search", type="org.apache.royale.events.Event")] [Event(name="menuChange", type="org.apache.roy...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package asx.date { /** * Date for beginning of yesterday */ public function yesterday():Date { return advanceDate(beginningOfDay(new Date()), { days: -1 }); } }
/* * 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 ...
/** * VERSION: 1.84 * DATE: 2011-03-23 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading { import com.greensock.loading.core.LoaderItem; import flash.events.Event; import flash.events.ProgressEvent; import flash.net.URLLoader; /** Dispatched whe...
package zen.enums { public class ShadowQuality { public static const TINY:int = 128; public static const LOW:int = 0x0100; public static const MEDIUM:int = 0x0200; public static const HIGH:int = 0x0400; public static const BEST:int = 0x0800; } }
/* Copyright 2018 Tua Rua Ltd. 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 to in writing, software ...
package com.ankamagames.atouin.renderers { import com.ankamagames.atouin.Atouin; import com.ankamagames.atouin.AtouinConstants; import com.ankamagames.atouin.data.elements.Elements; import com.ankamagames.atouin.data.elements.subtypes.NormalGraphicalElementData; import com.ankamagames.atouin.data.m...
package components.managers.events { import flash.display.DisplayObject; import flash.events.Event; import mx.core.IFlexDisplayObject; public class PopUpEvent extends Event { public static const OPEN : String = 'open'; public static const CLOSE : String = 'close'; /** * Общщее количество открытых ...
/* * Scratch Project Editor and Player * Copyright (C) 2014 Massachusetts Institute of Technology * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the License, or (...
// ================================================================================================= // // 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 widgets.Interrupciones.busqueda.resultado.exportarExcel { import com.as3xls.xls.ExcelFile; import com.as3xls.xls.Sheet; import flash.net.FileReference; import flash.utils.ByteArray; import mx.collections.ArrayCollection; import comun.util.ZStringUtil; import comun.util.zalerta.ZAlerta; import wi...
// makeswf -v 7 -s 200x150 -r 1 -o scope-chain-what-is.swf scope-chain-what-is.as // taken with permission from http://www.timotheegroleau.com/Flash/articles/scope_chain.htm _global.a = 4; a = 5; obj = new Object(); obj.a = 6; with(obj) { trace(a); // 6 delete a; trace(a); // 5 delete a; trace(a); // 4 }; l...
package starling.events { /** Stores the information about raw touches in a pool of object instances. * * <p>This class is purely for internal use of the TouchProcessor.</p> */ public class TouchData { private var _id:int; private var _phase:String; private var _globa...
import classes.* var bob : Zombie = new Zombie trace( bob.m_health ) //trace( bob.m_name ) // runtime error trace( bob.m_speed ) Entity.dump( bob, 'before' ) bob.m_health = 1 //bob.m_name = 'bob' // runtime error //bob.m_target = bob // runtime error //bob.m_speed = 22 // runtime error trace( bob.m_health ) /...
/**Created by the LayaAirIDE,do not modify.*/ package laya.debug.ui.debugui { import laya.ui.*; import laya.debug.uicomps.RankListItem; public class FindNodeUI extends View { public var bg:Image; public var closeBtn:Button; public var title:Label; public var typeSelect:ComboBox; publi...
/* 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.data { import flash.errors.IllegalOperationError; /** * An <code>IListCollectionDataDesc...