text
stringlengths
4
1.04M
/* 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.media { import feathers.controls.Button; import feathers.controls.ToggleButton; import fl...
package com.tonyfendall.cards.model { public class Block extends Item { public function Block() { super(); } } }
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.minimap.control.UpdateGroundTileSignal package kabam.rotmg.minimap.control { import org.osflash.signals.Signal; import kabam.rotmg.minimap.model.UpdateGroundTileVO; public class UpdateGroundTileSignal extends Signal { ...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
/* * Copyright 2009 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 b...
package com.unhurdle.spectrum { COMPILE::JS { import org.apache.royale.html.util.addElementToWrapper; import org.apache.royale.core.WrappedHTMLElement; } /** * <button class="spectrum-Button spectrum-Button--cta" disabled> <span class="spectrum-Button-label">Button</span> </button> <button class...
package com.soenkerohde.twitter.event { import flash.events.Event; import org.iotashan.oauth.OAuthToken; public class TwitterOAuthEvent extends Event { public static const REQUEST_TOKEN:String = "TwitterOAuthEvent.REQUEST_TOKEN"; public static const CONSUMER_ERROR:String = "TwitterOAuthEvent.CONSUMER_ERRO...
package org.casalib.events { import flash.events.IEventDispatcher; public interface IRemovableEventDispatcher extends IEventDispatcher { function removeEventsForType(param1:String) : void; function removeEventsForListener(param1:Function) : void; function remo...
/** * BigBlueButton open source conferencing system - http://www.bigbluebutton.org/ * * Copyright (c) 2012 BigBlueButton Inc. and by respective authors (see below). * * This program is free software; you can redistribute it and/or modify it under the * terms of the GNU Lesser General Public License as published by the ...
package org.jbei.components.railClasses { import flash.display.Graphics; import flash.geom.Point; import mx.core.UIComponent; import org.jbei.bio.sequence.common.Annotation; import org.jbei.components.common.GraphicUtils; /** * @author Zinovii Dmytriv */ public class HighlightLaye...
package com.xinguoedu.evt.media { import flash.events.Event; /** * 专门负责媒体组件的事件类 * @author yatsen_yang * */ public class MediaEvt extends Event { public static const LOAD_MEDIA:String = "load_media"; public static const MEDIA_METADATA:String = "media_metadata"; public static const MEDIA_INFO...
package { import flash.display.MovieClip; import flash.events.KeyboardEvent; import flash.events.Event; public class Weapons extends MovieClip { public static var WeaponSlots:Array; public static var SpecialSlot1:String; public static var SpecialSlot2:String; public static var SpecialSlot3:String; publi...
package com.company.util { import flash.display.BitmapData; public class ImageSet { public function ImageSet() { super(); this.images_ = new Vector.<BitmapData>(); } public var images_:Vector.<BitmapData>; public function add(bitmapData:BitmapData):void { this.images_.push(bi...
package com.application.ocgsee.commands.deck { import com.application.ocgsee.proxys.DeckProxy; import mvclite.contorl.SimpleCommand_Lite; import org.puremvc.as3.interfaces.INotification; public class JoinMainCommand extends SimpleCommand_Lite { public function JoinMainCommand() { super(); } public...
package cmodule.lua_wrapper { const _px:int = gstaticInitter.alloc(4,4); }
package com.company.assembleegameclient.mapeditor { import com.company.assembleegameclient.objects.ObjectLibrary; import com.company.util.MoreStringUtil; import flash.utils.Dictionary; public class ObjectChooser extends Chooser { private var cache:Dictionary; private var lastSearch:String = ""; functio...
package flash.net { import flash.events.EventDispatcher; import flash.media.SoundTransform; import flash.utils.ByteArray; /** * @externs */ public class NetStream extends EventDispatcher { // #if flash // @:noCompletion @:dox(hide) @:require(flash10) public static var CONNECT_TO_FMS:String; ...
class KillRegion: ScriptObject { String Type; String Message; String Tag; KillRegion() { Type = "GenericDeath"; Message = "You died"; Tag = "player"; } void Start() { SubscribeToEvent(node, "NodeCollisionStart", "HandleNodeCollisionStart"); } void Save(Serializer& serializer) { serializer.WriteS...
package org.shypl.biser.io { public final class UintEncoder implements Encoder { public static const INSTANCE:Encoder = new UintEncoder(); public function encode(value:Object, writer:DataWriter):void { writer.writeUint(uint(value)); } } }
package { import xface.XFace; import flash.display.Sprite; public class XRopeExamplesRunner extends Sprite { public function XRopeExamplesRunner() { super(); XFace.setUnitPostfix("Example"); XFace.setSelectorTitle("Select layout groups"); ...
enum WheelType { FL, FR, RL, RR, } class WheelState { bool m_right; float m_steerAngle; float m_rot; float m_slipCoef; float m_dirt; #if TMNEXT float m_breakCoef; float m_tireWear; float m_icing; float m_wetness; #endif } class DashboardWheels : DashboardThing { Resources::Font@ m_font; string m_fontPath...
package com.company.assembleegameclient.ui { import com.company.assembleegameclient.sound.SoundEffectLibrary; import flash.display.Sprite; import flash.events.MouseEvent; import flash.filters.DropShadowFilter; import kabam.rotmg.text.view.TextFieldDisplayConcrete; import kabam.rotmg.text.view.stringBuilder.LineBuilde...
package httpclient.http { import flexunit.framework.TestCase; import flexunit.framework.TestSuite; import org.httpclient.*; import org.httpclient.http.*; import org.httpclient.events.*; import com.adobe.net.*; import flash.utils.ByteArray; import flash.events.Event; public class PostTes...
package com.playfab.MultiplayerModels { public class GetRemoteLoginEndpointResponse { public var IPV4Address:String; public var Port:int; public function GetRemoteLoginEndpointResponse(data:Object=null) { if(data == null) return; IPV4Addr...
package com.ankamagames.dofus.logic.game.common.actions.craft { import com.ankamagames.dofus.misc.utils.AbstractAction; import com.ankamagames.jerakine.handlers.messages.Action; public class JobBookSubscribeRequestAction extends AbstractAction implements Action { public var...
a4128d593c93796860b45b70a53f4ebe765fd6df058620e9b5e0258f6a5ad4baKGV4dGVybiBSRUFEX0FHUl9QTEFOSU5HX1NUQVJUKQooZXh0ZXJuIFdSSVRFX0FHUl9QTEFOSU5HX1NUQVJUKQooZXh0ZXJuIFdSSVRFX0FHUl9QTEFOSU5HX0VORCkKKGV4dGVybiBHRVRfQUdSX0RBWV9PRl9QTEFOSU5HKQooZXh0ZXJuIEdFVF9IT1VSX09GX0RBWSkKKGV4dGVybiBXUklURV9SRUxBWTEpCihleHRlcm4gV1JJVEVfREVM...
package com.tencent.morefun.naruto { public class ServerClock { public static var offest:Number = 0; public function ServerClock() { super(); } public static function setServerTime(param1:Number) : void { offest = param1 - getClientTime()...
package com.bigcloud { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; import flash.net.URLLoader; import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.net.URLVariables; public class ConnectionQueue { private static var instance:C...
package as_lisp.util { import as_lisp.core.Compiler; import as_lisp.core.Machine; import as_lisp.core.Parser; import as_lisp.core.Primitives; import as_lisp.data.Closure; import as_lisp.data.Packages; import as_lisp.libs.Libraries; /** * Binds together an instance of a compiler, parser, and executor. */ ...
/** * CHANGELOG: * * <ul> * <li><b>1.0</b> - 2012-10-09 17:05</li> * <ul> * <li>Create file</li> * </ul> * </ul> * @author Piotr Paczkowski - kontakt@trzeci.eu */ package pl.asria.tools.display.ui.menu { import pl.asria.tools.model.ProxyMap; import flash.display.Sprite; import flash.display.Stage; import flash.ev...
package dragonBones.animation { import dragonBones.Armature; import dragonBones.Slot; import dragonBones.core.dragonBones_internal; import dragonBones.objects.AnimationData; use namespace dragonBones_internal; /** * An Animation instance is used to control the animation state of an Armature. * @see drago...
package com.ankamagames.dofus.network.messages.game.inventory.items { 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 com.tuarua.torrent { [RemoteClass(alias="com.tuarua.torrent.TorrentTracker")] public class TorrentTracker { public var uri:String; public function TorrentTracker(_uri:String) { uri = _uri; } } }
//---------------------------------------------------------------------------------------------------- // SiOPM effect controlable LPF // Copyright (c) 2009 keim All rights reserved. // Distributed under BSD-style license (see org.si.license.txt). //--------------------------------------------------------------------...
package { public dynamic class RegExp { public function get dotall():Boolean { return false; } public function get extended():Boolean { return false; } public function get global():Boolean { return false; } public function get ignoreCase():Boolean { return...
package com.joeberkovitz.simpleworld.controller { import com.joeberkovitz.moccasin.controller.DragMediator; import com.joeberkovitz.moccasin.model.MoccasinModel; import com.joeberkovitz.moccasin.view.ViewContext; import com.joeberkovitz.simpleworld.model.SonicElement; import com.joeberkovitz.simplew...
// makeswf -v 7 -s 200x150 -r 1 -o netstream-load-loop.swf netstream-load-loop.as nc = new NetConnection (); nc.connect (null); ns = new NetStream (nc); ns.onStatus = function (o) { ns.play ("doesnotexist.flv"); trace ("hey"); }; onEnterFrame = function () { trace ("ho"); x++; if (x >= 5) loadMovie ("FSC...
package { import flash.display.MovieClip; import flash.events.Event; public class Blinker extends MovieClip { private var blink: MovieClip = new Blink(); public function Blinker(x_pos: Number, y_pos: Number) { blink.gotoAndStop(1); addChild(blink); blink.x = x_pos; blink.y = y_pos; ...
// Urho2D tile map example. // This sample demonstrates: // - Creating an isometric 2D scene with tile map // - Displaying the scene using the Renderer subsystem // - Handling keyboard to move a 2D character and zoom 2D camera // - Generating physics shapes from the tmx file's objects // - Displaying...
psect text global _strcat _strcat: pop bc pop de pop hl push hl push de push bc ld c,e ;save destination pointer ld b,d 1: ld a,(de) or a jr z,2f inc de jr 1b 2: ld a,(hl) ld (de),a or a jr z,3f inc de inc hl jr 2b 3: ld l,c ;restore destination ld h,b ret ...
package org.flexlite.domUI.managers { import flash.display.InteractiveObject; import flash.display.Stage; import flash.events.Event; import flash.events.FocusEvent; import flash.events.MouseEvent; import flash.text.TextField; import org.flexlite.domUI.core.IUIComponent; /** * 焦点管理器,设置了stage属性后,开始管理全局的焦点。 ...
package com.playfab.ClientModels { public class UserFacebookInfo { public var FacebookId:String; public var FullName:String; public function UserFacebookInfo(data:Object=null) { if(data == null) return; FacebookId = data.FacebookId; ...
package ddt.events { import flash.events.Event; public class SoundEffectEvent extends Event { public var soundInfo:Object; public function SoundEffectEvent(param1:String, param2:Object, param3:Boolean = false, param4:Boolean = false) { this.soundInfo = param...
package com.videojs.providers{ import com.videojs.VideoJSModel; import com.videojs.events.VideoPlaybackEvent; import com.videojs.structs.ExternalErrorEventName; import com.videojs.structs.ExternalEventName; import flash.events.EventDispatcher; import flash.events.NetStatusEvent; import flas...
/** * VERSION: 1.2 * DATE: 2011-03-23 * AS3 * UPDATES AND DOCS AT: http://www.greensock.com/loadermax/ **/ package com.greensock.loading.data { import flash.display.DisplayObject; /** * Can be used instead of a generic Object to define the <code>vars</code> parameter of a CSSLoader's constructor. <br />...
package states { import citrus.core.starling.StarlingState; import citrus.input.Input; import citrus.input.InputController; import citrus.input.controllers.Keyboard; import core.Assets; import flash.geom.Rectangle; import flash.utils.getTimer; import managers.AlienManager; import managers.Al...
package com.ankamagames.dofus.network.types.game.context.roleplay.alignment.war.effort { import com.ankamagames.jerakine.network.ICustomDataInput; import com.ankamagames.jerakine.network.ICustomDataOutput; import com.ankamagames.jerakine.network.INetworkType; import com.ankamagames.jerakine.network.uti...
package wsClasses { public class WSElementType extends WSType { public function WSElementType() { } public var elementType:WSType = null; } }
package com.bojinx.mnav.core.message { public class NavigationMessage { /*============================================================================*/ /*= PUBLIC PROPERTIES */ /*=======================================================================...
package masputih.patterns.commands { import flash.events.Event; import flash.events.EventDispatcher; import nl.demonsters.debugger.MonsterDebugger; /** * The base class for all commands. This class must not be used on its own and needs to be extended. * @author Anggie Bratadinata */ public class S...
/* * =BEGIN CLOSED LICENSE * * Copyright (c) 2013-2014 Andras Csizmadia * http://www.vpmedia.eu * * For information about the licensing and copyright please * contact Andras Csizmadia at andras@vpmedia.eu * * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR * IMPLIED, INCLUDING BUT N...
package net.wooga.selectors.matching.matchers.implementations.combinators { import net.wooga.selectors.matching.matchers.Matcher; import net.wooga.selectors.selectoradapter.SelectorAdapter; public class Combinator implements Matcher{ private var _matcherFamily:MatcherFamily; private var _type:CombinatorType; ...
import template_form.mvctemplate.* import template_form.mvc.*; import template_form.util.*; import template_form.I.* class template_form.mvctemplate.BackgroundController extends AbstractController { public function BackgroundController (model:Observable) { super(model); } ...
package com.ankamagames.jerakine.types.enums { public class DirectionsEnum { public static const RIGHT:int = 0; public static const DOWN_RIGHT:int = 1; public static const DOWN:int = 2; public static const DOWN_LEFT:int = 3; public stat...
/* * _________ __ __ * _/ / / /____ / /________ ____ ____ ___ * _/ / / __/ -_) __/ __/ _ `/ _ `/ _ \/ _ \ * _/________/ \__/\__/\__/_/ \_,_/\_, /\___/_//_/ * /___/ * * Tetragon : Game Engine for multi-platform ActionScript projects. * http://w...
package plugins.mxml.spark { import core.base.CoreBaseClassFactory; import core.base.CoreCallback; import core.context.CoreContext; import core.service.CoreServiceContainer; import spark.components.List; public class GuiList extends List { public function GuiList() { CoreBaseClassFactory.construct(this); } ...
package nid.xfl.compiler.swf.data.actions.swf3 { import nid.xfl.compiler.swf.data.actions.*; import nid.xfl.compiler.swf.SWFData; public class ActionNextFrame extends Action implements IAction { public static const CODE:uint = 0x04; public function ActionNextFrame(code:uint, length:uint) { super(code, ...
/* Copyright (c) 2008, Adobe Systems Incorporated All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this...
/** * gen by tools! * time:Thu Oct 10 18:11:00 GMT+0800 2013 * from:道具容器扩充配置.csv * to:bag_expand_config.json **/ package SJ.Game.data.json { import engine_starling.data.SDataBaseJson; public class Json_bag_expand_config extends SDataBaseJson { public function Json_bag_expand_config() { } private var _id:* = ...
package kabam.rotmg.pets.controller { 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.pets.util.PetsConstants; import robotlegs.bender.bundles...
/* Feathers Copyright 2012-2021 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.renderers { import feathers.controls.DataGrid; import feathers.controls.DataGridCo...
package fl.video { import flash.events.Event; /** * The CaptionChangeEvent is dispatched any time a caption is added or removed from the caption target text field. * * <p>The event is also dispatched when the following conditions are true:</p> * <ul> * <li>the <code>captionTargetName</c...
/* 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 = "switch"; // var VERSION = "ECMA_2"; // var TITLE = "T...
package { import feathers.examples.trainTimes.Main; import flash.display.Loader; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageOrientation; import flash.display.StageScaleMode; import flash.display3D.Context3DProfile; import flash.display3D.Context3DRenderMode; impor...
// ================================================================================================= // // 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 yfqian.yfqian_GG { import laya.display.Sprite; import laya.display.Text; import laya.ui.Clip; import laya.utils.Timer; import yfqian.init.MaxUi; import yfqian.init.yfqian_Data; public class yfqian_Loading { public var LoaNull:Boolean=false; public var logBj:Sprite; public var logimg:Spri...
package kabam.rotmg.account.core.signals { import org.osflash.signals.Signal; public class LogoutSignal extends Signal { public function LogoutSignal() { super(); } } }
/* Copyright (c) 2012 Josh Tynjala 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, publish, distribu...
// ================================================================================================= // // 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. //...
/* * Copyright (C) 2003-2012 Igniterealtime Community Contributors * * Daniel Henninger * Derrick Grigg <dgrigg@rogers.com> * Juga Paazmaya <olavic@gmail.com> * Nick Velloff <nick.velloff@gmail.com> * Sean Treadway <seant@oncotype.dk> * Sean Voisen <sean@voisen.org> * Mark Walters <...
/** * <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...
//////////////////////////////////////////////////////////////////////////////// // // 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.osflash.net.rest.variables { /** * @author Simon Richardson - me@simonrichardson.info */ public class RestUtfVariable extends RestVariable { public function RestUtfVariable(name : String) { super(name, RestVariableType.UTF); } public function get value() : String { return String(variab...
package com.github.asyncmc.mojang.status.flash.model { [XmlRootNode(name="ApiStatus")] public class ApiStatus { public function toString(): String { var str: String = "ApiStatus: "; return str; } } }
package cmodule.lua_wrapper { public const _str_find:int = regFunc(FSM_str_find.start); }
/** * Kerneos * Copyright (C) 2009 Bull S.A.S. * Contact: jasmine AT ow2.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or any later ve...
// Render to texture example // This sample demonstrates: // - Creating two 3D scenes and rendering the other into a texture // - Creating rendertarget texture and material programmatically #include "Scripts/Utilities/Sample.as" Scene@ rttScene_; Node@ rttCameraNode; void Start() { // Execute the common ...
package { import flash.display.Sprite; import cadet.assets.CadetEngineIcons; import cadet.core.ComponentContainer; import cadet.entities.ComponentFactory; import cadet2D.components.connections.Connection; import cadet2D.components.connections.Pin; import cadet2D.components.geom.BoundingSphere; import cadet2...
package kabam.rotmg.tooltips.view { import com.company.assembleegameclient.ui.tooltip.ToolTip; import kabam.rotmg.core.signals.HideTooltipsSignal; import kabam.rotmg.core.signals.ShowTooltipSignal; import robotlegs.bender.bundles.mvcs.Mediator; public class TooltipsMediator extends Mediator { [Inject] publ...
/** * * MetaBalls * * https://github.com/AbsolutRenal * * Copyright (c) 2012 AbsolutRenal (Renaud Cousin). All rights reserved. * * This ActionScript source code is free. * You can redistribute and/or modify it in accordance with the * terms of the accompanying Simplified BSD License Agreement. **/ package ...
// (C) edvardtoth.com package { import flash.display.DisplayObjectContainer; import flash.display.MovieClip; public class AnimationControl { public function AnimationControl() { } public static function stopAll (item:*):void { if (item is DisplayObjectContainer) { controlAnimation (item, "...
package com.utils { public class Utils { static public function trim(str:String) : String { if (!str) return ''; return str.replace(/^\s+/, '').replace(/\s+$/, ''); } static public function sanitize(str:String) : String { // allow on...
package net.flashpunk { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.PixelSnapping; import flash.display.Sprite; import flash.geom.Matrix; import net.flashpunk.graphics.Image; /** * Container for the main screen buffer. Can be used to transform the screen. */ public ...
package io.decagames.rotmg.tos.popups.buttons { import io.decagames.rotmg.ui.buttons.BaseButton; import io.decagames.rotmg.ui.popups.signals.CloseCurrentPopupSignal; import kabam.rotmg.account.core.Account; import kabam.rotmg.appengine.api.AppEngineClient; import robotlegs.bender.bundles.mvcs.Mediator; public class ...
package com.illuzor.spinner.errors { /** * ... * @author illuzor // illuzor.com */ public class StorageManagerError extends Error { public function StorageManagerError(message:String="", id:int=0) { name = "StorageManagerError"; super(name + ": " + message, id); } } }
// ================================================================================================= // // Created by Rodrigo Lopez [roipeker™] on 03/01/2019. // // ================================================================================================= package com.roipeker.starling.draw.utils.earcut { public...
import flash.external.*; import gfx.controls.TextInput; import gfx.controls.Button; import gfx.controls.CheckBox; import gfx.data.dataProvider; import gfx.controls.DropdownMenu; import Screens.ProfileScreen; import Screens.RegisterAccountScreen; import Screens.RegisterAccountScreen2; import mx.utils.Delegate; //Logi...
//////////////////////////////////////////////////////////////////////////////// // // 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.osflash.html.builders.types { /** * @author Simon Richardson - simon@ustwo.co.uk */ public class HTMLVAlignType { public static const TOP : HTMLVAlignType = new HTMLVAlignType('top'); public static const MIDDLE : HTMLVAlignType = new HTMLVAlignType('middle'); public static const BOTTOM : HTM...
/* Copyright (c) 2012 Josh Tynjala 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, publish, distribu...
/** * @author Peter Hansen * @copyright p3337.de All rights reserved. */ package de.p3337.zzznake.Enum { import de.p3337.zzznake.Util.CStringUtils; /** * This class provides a list of all available sound files that can be passed to the Jukebox: * THEME, GAME_OVER, or CRUNCH_FOOD. */ public cla...
/* * 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,...
// Lever.as #include "MechanismsCommon.as"; #include "GenericButtonCommon.as"; class Lever : Component { Lever(Vec2f position) { x = position.x; y = position.y; } }; void onInit(CBlob@ this) { // used by BuilderHittable.as this.Tag("builder always hit"); // used by BlobPlacement.as th...
package laya.display { import laya.maths.Bezier; import laya.maths.GrahamScan; import laya.maths.Matrix; import laya.maths.Point; import laya.maths.Rectangle; import laya.renders.Render; import laya.renders.RenderContext; import laya.resource.Texture; import laya.utils.Utils; /** * @private * Graphic bo...
//---------------------------------------------------------------------------------------------------- // SiMML data // Copyright (c) 2008 keim All rights reserved. // Distributed under BSD-style license (see org.si.license.txt). //--------------------------------------------------------------------------------------...
/** * Copyright (c) 2015 egg82 (Alexander Mason) * * 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, ...
package { import alternativa.engine3d.controllers.SimpleObjectController; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.SimpleButton; import flash.display.Sprite; import flash.events.MouseEvent; import flash.text.TextField; /** * ... * @author Toshiyuki Suzumura / @...
package view.image.raid { import flash.display.*; import flash.events.*; import view.image.BaseImage; import view.utils.*; /** * RaidListPanelImage表示クラス * */ public class RaidListPanelImage extends BaseImage { // HP表示元SWF [Embed(source="../../../../data/i...
//////////////////////////////////////////////////////////////////////////////// // // 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 kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="EmbeddedData_secludedThicketGroundCXML.xml", mimeType="application/octet-stream")] public class EmbeddedData_secludedThicketGroundCXML extends ByteArrayAsset { public function EmbeddedData_secludedThicketGroundCXML() { super(); ...