text
stringlengths
4
1.04M
/* * Licensed under the MIT License * * Copyright 2010 (c) Flávio Silva, http://flsilva.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 withou...
// ================================================================================================= // // Starling Framework - Particle System Extension // 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 acc...
package flashx.textLayout.events { import flash.events.Event; public class TextLayoutEvent extends Event { public static const SCROLL:String = "scroll"; public function TextLayoutEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false) { ...
package ash.core { import flash.utils.Dictionary; import flash.utils.describeType; import flash.utils.getDefinitionByName; /** * A default class for managing a NodeList. This class creates the NodeList and adds and removes * nodes to/from the list as the entities and the components in the engine change. * ...
/* Feathers Copyright 2012-2014 Joshua Tynjala. All Rights Reserved. This program is free software. You can redistribute and/or modify it in accordance with the terms of the accompanying license agreement. */ package feathers.controls { import feathers.core.FeathersControl; import feathers.core.IFeathersControl; im...
// Action script... // [Initial MovieClip Action of sprite 20937] #initclip 202 if (!dofus.graphics.gapi.controls.Timeline) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // end if if (!dofus.graphics...
//////////////////////////////////////////////////////////////////////////////// // // 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.unhurdle.spectrum { public class AccordionContent extends Group { public function AccordionContent() { super(); } override protected function getSelector():String{ return "spectrum-Accordion-itemContent"; } COMPILE::JS private var _textNode:Text; private v...
intrinsic class Boolean { function valueOf():Boolean; }
package net.richardlord.asteroidsember.systems { import ember.core.Game; import ember.core.Nodes; import net.richardlord.asteroidsember.components.Gun; import net.richardlord.asteroidsember.components.GunControls; import net.richardlord.asteroidsember.components.Position; import net.richardlord.asteroidsember.ga...
package { class gadget extends Primit { static var CreateProcessFunc:uint; static var method_2:uint; function gadget() { super(); } static function flash1000(param1:uint = 0, ... rest) : * { } ...
/* * Copyright (C) 2006 Claus Wahlers and Max Herkender * * 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...
/** * <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...
/* * ______ _____ _______ * .-----..--.--..----..-----.| __ \ \| ___| * | _ || | || _|| -__|| __/ -- | ___| * | __||_____||__| |_____||___| |_____/|___| * |__| * $Id: GraphicState.as 238 2010-01-31 10:49:33Z alessandro.crugnola $ * $Author Alessandro Crugnol...
/* -*- Mode: java; indent-tabs-mode: nil -*- */ /* Compiled with: java -jar utils/asc.jar -import playerglobal.abc -swf SimpleButtonTest,400,400,2 test/swfs/flash_display_SimpleButton.as */ package { import flash.display.Sprite; import flash.events.*; public class SimpleButtonTest extends Sprite { ...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2010 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 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 SymbolIconGuildStatMotivationGeneric ex...
/* Copyright aswing.org, see the LICENCE.txt. */ import GUI.fox.aswing.ASWingConstants; import GUI.fox.aswing.Component; import GUI.fox.aswing.Container; import GUI.fox.aswing.EmptyLayout; import GUI.fox.aswing.geom.Dimension; import GUI.fox.aswing.geom.Rectangle; import GUI.fox.aswing.Insets; /** * SoftBoxLayout...
package com.ankamagames.dofus.logic.game.common.actions.quest { import com.ankamagames.dofus.misc.utils.AbstractAction; import com.ankamagames.jerakine.handlers.messages.Action; public class AchievementRewardRequestAction extends AbstractAction implements Action { public va...
package com.codeazur.as3swf.tags { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.data.SWFButtonCondAction; import com.codeazur.as3swf.data.SWFButtonRecord; import com.codeazur.utils.StringUtils; import flash.utils.Dictionary; public class TagDefineButton2 implements IDefinitionTag ...
//////////////////////////////////////////////////////////////////////////////// // // 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 zombie.behaviors { import fplib.base.Behavior; import net.flashpunk.utils.Input; import net.flashpunk.utils.Key; import net.flashpunk.FP; /** * ... * @author Diogo Muller */ public class DebugInfoBehavior extends Behavior { public function DebugInfoBehavior() { Input.define("Debug", K...
/** * To use this version, you need FeedAPetMain.as and AbstractPet.as * FeedAPetMain: Only deals with amfphp side of feedapet (retrieving data, feed pet, check for login, etc.) * AbstractPet: Class for each pet you'll be feeding. It hold's pet's unique data. * * WorkFlow: * 1. Create a feedAPet "page" (should...
package asunit.support { import asunit.asserts.*; public class SucceedAssertTrue{ public var methodsCalled:Array; public function SucceedAssertTrue() { methodsCalled = []; } [Before] public function runBefore():void { methodsCalled.push(arguments.callee); } [After] ...
package cmodule.lua_wrapper { import avm2.intrinsics.memory.li16; import avm2.intrinsics.memory.li32; import avm2.intrinsics.memory.li8; import avm2.intrinsics.memory.si32; import avm2.intrinsics.memory.si8; public final class FSM_leaveblock extends Machine { public stat...
// 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/. function bitXor() { var x = 10; print(x ^ 4); } bitXor();
/** * __ __ __ * ____/ /_ ____/ /______ _ ___ / /_ * / __ / / ___/ __/ ___/ / __ `/ __/ * / /_/ / (__ ) / / / / / /_/ / / * \__,_/_/____/_/ /_/ /_/\__, /_/ * / / * \/ * http://distriqt.com * * @author Michael (https://git...
package quickb2.lang.foundation { /** * Just a tagging base class for source to source compilation purposes */ public class qb2Struct { } }
package org.openPyro.managers { import flash.display.Bitmap; import flash.display.DisplayObject; import flash.display.Sprite; import flash.events.EventDispatcher; import flash.events.MouseEvent; import flash.geom.Rectangle; import org.openPyro.managers.events.DragEvent; import org.openPyro.utils.ArrayUtil; i...
package com.tudou.player.skin.themes.tdtv { import com.tudou.player.skin.widgets.Widget; import flash.display.Sprite; import flash.events.Event; /** * FirstLoadWidget * * @author 8088 */ public class FirstLoadWidget extends Widget { public function FirstLoadWidget() { super(); } overri...
/** * Generated by Gas3 v3.1.0 (Granite Data Services). * * NOTE: this file is only generated if it does not exist. You may safely put * your custom code here. */ package org.dukecon.model { [RemoteClass(alias="org.dukecon.model.Resources")] public class Resources extends ResourcesBase { } }
package com.codeazur.as3swf.data.abc.bytecode.attributes { import com.codeazur.as3swf.SWFData; import com.codeazur.as3swf.data.abc.ABCData; import com.codeazur.utils.StringUtils; /** * @author Simon Richardson - simon@ustwo.co.uk */ public class ABCOpcodeDoubleAttribute extends ABCOpcodeAttribute { public...
include cgen.inc psect top global topcode topcode: global csv call csv ld l,(ix+6) ld h,(ix+7) dec hl ld (ix+6),l ld (ix+7),h ld l,(ix+8) ld h,(ix+9) inc hl inc hl ld (ix+8),l ld (ix+9),h jp l11 l12: ld l,(ix+8) ld h,(ix+9)...
package kabam.rotmg.pets.controller { import com.company.assembleegameclient.editor.Command; import kabam.lib.net.api.MessageProvider; import kabam.lib.net.impl.SocketServer; import kabam.rotmg.messaging.impl.GameServerConnection; import kabam.rotmg.messaging.impl.outgoing.ActivePetUpdateRequest; import kabam.rotmg.p...
/* 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 "alieninfantrycls.as" //Spawn entity initially void Create...
package visuals.ui.dialogs { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashLabel; import com.playata.framework.display.lib.flash.FlashLabelArea; import com.playata.framework.disp...
package org.yellcorp.lib.color.matrix { import flash.geom.ColorTransform; public class ColorMatrixUtil { public static const EPSILON:Number = 1 / 512; public static function makeIdentity(cm:Array = null):Array { if (!cm) cm = new Array(20); setDiagonal(cm, 1, 1, 1, 1); setOffset(...
/* Copyright (c) 2007 Derek Wischusen * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, copy, modify, merge, pub...
package serverProto.activity { 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...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/* 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; import com.adobe.test.Utils; // var SECTION = "instanceof"; // provide a ...
/**Created by the LayaAirIDE,do not modify.*/ package ui.gameCommon.shortCutChat { import laya.ui.*; import laya.display.*; public class PopChatItemUI extends View { public var backimg:Image; public var tf:Label; public static var uiView:Object =/*[STATIC SAFE]*/{"type":"View","props":{"width":0,"height":0}...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF li...
//////////////////////////////////////////////////////////////////////////////// // // 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 ...
package citrus.physics.nape { import citrus.physics.APhysicsEngine; import citrus.physics.PhysicsCollisionCategories; import citrus.view.ISpriteView; import nape.geom.Vec2; import nape.space.Space; /** * This is a simple wrapper class that allows you to add a Nape space to your game's state. * Add an insta...
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2007-2010 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 ...
package com.timotuominen.flex.maps.components.markers { import com.timotuominen.flex.maps.model.LatLng; import flash.events.IEventDispatcher; import mx.core.IDataRenderer; import mx.core.IUIComponent; public interface IMarker extends IUIComponent, IEventDispatcher { function set latlng(value:LatLng) : voi...
package flare.animate { import flare.util.Vectors; /** * Transition that runs multiple transitions simultaneously (in parallel). * The duration of this parallel transition is computed as the maximum * total duration (duration + delay) among the sub-transitions. If the * duration is explicitly set, the su...
/* Copyright (c) 2002-2010, Open-Plug All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided the above copyright notice, this list of conditions and the following disclaimer is retained. THIS SOFTWARE IS PROVIDED BY THE COP...
package com.playata.application.data.outfit { import com.playata.application.data.battle.BattleSkill; import com.playata.application.data.character.Character; import com.playata.application.data.dataobject.DOOutfit; import com.playata.application.data.inventory.Inventory; import com.playata.application.d...
// // $Id$ package com.threerings.msoy.room.client { import com.threerings.util.MessageBundle; import com.threerings.util.StringUtil; import com.threerings.crowd.chat.client.CommandHandler; import com.threerings.crowd.chat.client.SpeakService; import com.threerings.crowd.chat.data.ChatCodes; import com.threerings.cr...
package cc.varga.jdownloader.api.commands.values { import cc.varga.jdownloader.api.commands.JDownloaderCommand; /** * @author Francis Varga */ public class GetSpeed extends JDownloaderCommand { public function GetSpeed () { super(); } } }
/* AS3 Copyright 2009 */ package com.neopets.games.inhouse.G1156.displayObjects { import com.neopets.games.inhouse.G1156.events.GameEvents; import com.neopets.games.inhouse.G1156.gameEngine.GameCore; import com.neopets.util.events.CustomEvent; import com.neopets.util.events.MultitonEventDispatcher; import fla...
/* Copyright (c) 2012 Adobe Systems Incorporated Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, pub...
/** * Modified version of Rob's loadPet class * (Difference: This class should be instantiated instead of being linked to a MC in the library) * * ============================================================================================ * IMPORTANT: BE SURE TO NOTIFY PHP PERSON AND HAVE HIM OR HER ADD YOUR FEE...
/* * 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.company.assembleegameclient.game { import com.company.assembleegameclient.map.Camera; import com.company.assembleegameclient.map.Map; import com.company.assembleegameclient.objects.GameObject; import com.company.assembleegameclient.objects.IInteractiveObject; import com.company.assembleegameclient.objects.O...
package com.tencent.morefun.naruto.plugin.ui.tooltip { import flash.display.MovieClip; public dynamic class TuPoLine extends MovieClip { public function TuPoLine() { super(); } } }
/* -*- 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; gTes...
package flashx.textLayout.factory { import flash.display.Sprite; import flash.geom.Rectangle; import flash.text.engine.TextLine; import flashx.textLayout.compose.FloatCompositionData; import flashx.textLayout.compose.IFlowComposer; import flashx.textLayout.compose.SimpleCompose; import flas...
package kabam.rotmg.account.core { import com.company.assembleegameclient.util.offer.Offer; public class PaymentData { public function PaymentData() { super(); } public var offer:Offer; public var paymentMethod: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 license...
// ================================================================================================= // // Starling Framework // Copyright 2011-2015 Gamua. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying license agreemen...
package com.HAL.controls.events { import flash.events.Event; public class ListInFocusEvent extends Event { public function ListInFocusEvent(type:String, event:*, bubbles:Boolean=true, cancelable:Boolean=false) { super(type, bubbles, cancelable); this.event = event; } public stati...
package laya.display { import laya.display.css.CSSStyle; import laya.display.css.Style; import laya.display.css.TransformInfo; import laya.events.EventDispatcher; import laya.filters.ColorFilter; import laya.filters.Filter; import laya.maths.GrahamScan; import laya.maths.Matrix; import laya.maths.Point; impor...
package org.aswing.keyboard { import flash.events.KeyboardEvent; /** * KeyboardList Interface * * @author Cristobal Dabed * @version 0.1 */ internal interface KeyboardList { function onKeyUp(event:KeyboardEvent):Boolean; function onKeyDown(event:KeyboardEvent):Boolean; function removeAll():void; ...
package kneel_down_fla { import flash.display.*; dynamic public class MainTimeline extends MovieClip { public var theUpper:MovieClip; public function MainTimeline() { return; }// end function } }
package com.playata.application.data.optical_changes { import com.playata.application.data.constants.COpticalChange; import com.playata.application.data.constants.COpticalChangeCategory; import com.playata.application.data.dataobject.DOOpticalChangesLookup; import com.playata.framework.core.TypedObject; ...
package net.richardlord.coral.quaternion { import net.richardlord.coral.Quaternion; import net.richardlord.coral.Utils; import com.gskinner.performance.MethodTest; import com.gskinner.performance.TestSuite; public class QuaternionMagnitudeSquaredTest extends TestSuite { private var loops : uint = 1000000; ...
package org.erlyvideo { import flash.net.NetStream; import org.osmf.net.NetStreamLoadTrait; import org.osmf.net.NetStreamSeekTrait; import org.osmf.net.NetStreamTimeTrait; public class MyNetStreamSeekTrait extends NetStreamSeekTrait { public function MyNetStreamSeekTrait(timeTrait:NetStreamTimeTrait, lo...
/** * SwfStore - a JavaScript library for cross-domain flash cookies * * http://github.com/nfriedly/Javascript-Flash-Cookies * * Copyright (c) 2010 by Nathan Friedly - Http://nfriedly.com * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated d...
package kabam.rotmg.account.web.view { import kabam.lib.tasks.Task; import kabam.rotmg.account.web.model.ChangePasswordData; import kabam.rotmg.account.web.signals.WebChangePasswordSignal; import kabam.rotmg.core.signals.TaskErrorSignal; import kabam.rotmg.dialogs.control.OpenDialogSignal; import robo...
/* Feathers Copyright 2012-2016 Bowler Hat LLC. 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.supportClasses { import flash.display.Sprite; import flash.events.TextEvent; impo...
/** * OAuthEvent * * A simple wrapper for some events dispatched by the OAuthManager class * Copyright (c) 2009 Dan Petitt (http://coderanger.com). All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the following condi...
///////////////////////////////////////////////////////////////////////////////////// // // Simplified BSD License // ====================== // // Copyright 2013 Pascal ECHEMANN. All rights reserved. // // Redistribution and use in source and binary forms, with or without modification, // are per...
/** * @author Peter Hansen * @copyright p3337.de All rights reserved. */ package de.p3337.straightouttaspace.Utils { /** * This class provides a list of all available spaceship sizes * SMALL, MEDIUM, or LARGE. */ public class SizeEnum { public var Text:String; {CStringUtils.InitEnumConstants(SizeEnu...
package uieditor.editor.feathers.popup { import feathers.controls.Button; import feathers.controls.LayoutGroup; import feathers.core.PopUpManager; import feathers.layout.HorizontalLayout; import feathers.layout.VerticalLayout; import starling.display.DisplayObject; import starling.events.Event; import uiedito...
//////////////////////////////////////////////////////////////////////////////// // // 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 visuals.ui.dialogs { import com.playata.framework.display.Sprite; import com.playata.framework.display.lib.flash.FlashDisplayObjectContainer; import com.playata.framework.display.lib.flash.FlashLabel; import com.playata.framework.display.lib.flash.FlashLabelArea; import com.playata.framework.disp...
import org.caleb.components.list.ListItem; import org.caleb.core.CoreInterface; /* * This interface is intended to: * 1: Reasonably reflect the functionality encapsulated * in Macromedia's mx.controls.List * 2: Provide a concrete view implemenation * for our org.caleb.collection.SimpleList */ interface org.c...
//////////////////////////////////////////////////////////////////////////////// // // 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...
package { import flash.utils.Dictionary; public class Issue230 { public function Issue230() { var d:Dictionary = new Dictionary(true); } } }
/* * Copyright (c) 2007 Derek Wischusen * * Permission is hereby granted, free of charge, to any person obtaining a copy of * this software and associated documentation files (the "Software"), to deal in * the Software without restriction, including without limitation the rights to * use, copy, modify, merge,...
package kabam.rotmg.account.web { import kabam.rotmg.account.core.Account; import kabam.rotmg.account.core.model.MoneyConfig; import kabam.rotmg.account.core.services.ChangePasswordTask; import kabam.rotmg.account.core.services.LoginTask; import kabam.rotmg.account.core.services.MakePaymentTask; impor...
/* VERSION: 1.01 DATE: 1/29/2009 ACTIONSCRIPT VERSION: 3.0 DESCRIPTION: This class works in conjunction with the TweenLiteVars or TweenMaxVars class to grant strict data typing and code hinting (in most code editors) for filter tweens. See the documentation in the TweenLiteVars or TweenMaxVars for more inform...
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.news.model.InGameNews package kabam.rotmg.news.model { public class InGameNews { public var showAtStartup:Boolean; public var showInModes:int; public var title:String; public var startTime:Number; ...
/* * Copyright 2018 Tallence AG * * 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 ...
package com.playfab.ServerModels { public class ModifyCharacterVirtualCurrencyResult { public var Balance:int; public var VirtualCurrency:String; public function ModifyCharacterVirtualCurrencyResult(data:Object=null) { if(data == null) return; ...
//////////////////////////////////////////////////////////////////////////////// // // 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.misc.stackedMessages { import com.ankamagames.dofus.kernel.Kernel; import com.ankamagames.dofus.types.enums.StackActionEnum; import com.ankamagames.jerakine.logger.Log; import com.ankamagames.jerakine.logger.Logger; import com.ankamagames.jerakine.mes...
/*------------------------------------------------------------------------------ * NAME : SimpleTween * DESC : SimpleTween motion class * $Author: 한현수 * $Revision: 1.5 *------------------------------------------------------------------------------ * 수정사항 * 130125 SooTween 으로 이름 변경 * 120409 같은 ID 에 대해서 동시에 업데이트 ...
//////////////////////////////////////////////////////////////////////////////// // // 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.codeazur.as3swf.data.actions.swf6 { import com.codeazur.as3swf.data.actions.*; public class ActionEnumerate2 extends Action implements IAction { public function ActionEnumerate2(code:uint, length:uint) { super(code, length); } public function toString(indent:uint = 0):String { ...
package cmodule.lua_wrapper { const __2E_str21324:int = gstaticInitter.alloc(27,1); }
package fl.motion { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.display.MovieClip; import flash.events.Event; import flash.geom.Point; import flash.utils.Dictionary; import flash.display.SimpleButton; /** * The AnimatorFactoryBase class provides A...
package com.tinyspeck.engine.data.pc { import com.tinyspeck.engine.data.location.Location; import com.tinyspeck.engine.model.TSModelLocator; import flash.utils.Dictionary; public class PCHomeInfo extends AbstractPCEntity { public var interior_tsid:String; public var exterior_tsid:String; public var all_lo...
/* Copyright 2009 Music and Entertainment Technology Laboratory - Drexel University 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...
//////////////////////////////////////////////////////////////////////////////// // // 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.lessrain.project.view.utils { import flash.utils.ByteArray; import flash.utils.Endian; /** * Take a fileName, byteArray, and parameters object as input and return ByteArray post data suitable for a UrlRequest as output * * @see http://marstonstudio.com/?p=36 * @see http://www.w3.org/TR/html4/int...