text
stringlengths
4
1.04M
// Aphelion \\ const string chomp_tag = "chomping"; void onTick(CSprite@ this) { CBlob@ blob = this.getBlob(); if (blob.hasTag("dead")) { if(!this.isAnimation("dead")) { this.SetAnimation("dead"); this.PlaySound("/BossDie"); } return; } const bool left = blob....
/** * User: booster * Date: 14/05/14 * Time: 16:07 */ package medkit.geom.shapes.curve { import medkit.geom.shapes.PathIterator; import medkit.geom.shapes.Point2D; import medkit.geom.shapes.Rectangle2D; import medkit.geom.shapes.crossings.Crossings; import medkit.geom.shapes.enum.SegmentType; public class Curve { ...
package auctionHouse.view { import com.pickgliss.ui.ComponentFactory; import com.pickgliss.ui.controls.cell.IDropListCell; import com.pickgliss.ui.core.Component; import com.pickgliss.ui.image.ScaleFrameImage; import com.pickgliss.ui.text.FilterFrameText; import com.pickgliss.utils.ObjectUtils; ...
//////////////////////////////////////////////////////////////////////////////// // // 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 Shared.AS3.COMPANIONAPP { import Shared.AS3.BSButtonHint; import flash.display.MovieClip; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.ColorTransform; public dynamic class MobileButtonHint extends BSButtonHint { public var background:MovieClip; private cons...
/* * 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 com.playfab.DataModels { public class FinalizeFileUploadsRequest { public var Entity:EntityKey; public var FileNames:Vector.<String>; public function FinalizeFileUploadsRequest(data:Object=null) { if(data == null) return; Entity =...
/* * Copyright 2007-2012 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 ap...
package com.company.assembleegameclient.objects { import com.company.assembleegameclient.objects.animation.AnimationsData; import com.company.assembleegameclient.parameters.Parameters; import com.company.assembleegameclient.util.TextureRedrawer; import com.company.assembleegameclient.util.redrawers.GlowRedrawer; impor...
package com.tudou.player.skin.tools { /** * ... * @author likui */ public class CommonTools { /** * Generate video clarity display array for SKIN. * [Note] Skin will use the same sequence to show them. * * @param maxRate From FlashVar. Max rate except ori...
package cmodule.lua_wrapper { public const _index2adr:int = regFunc(FSM_index2adr.start); }
/* include "../includes/License.as.inc"; */ package temple.core { import temple.core.destruction.IDestructible; /** * Interface for all core classes of the Temple. The Temple's core classes are * extensions on the native (base) classes of Flash enhanced with the basic features * of the Temple, ...
/* * actionscript-cafe ArrayUtils 15 jui. 2011 gtriki * * Created by Servebox * Copyright 2010 Servebox (c) All rights reserved. You may not use, distribute * or modify this code under its source or binary form * without the express authorization of ServeBox. Contact : info@servebox.com */ package org.serv...
package br.com.yuiti.lab.infiniship { import br.com.yuiti.lab.infiniship.InfiniShip; import flash.display.Sprite; import flash.events.Event; /** * InfiniShip | AS3 :: Test Application * ====================================================================== * * This is a remake of Dave Bo...
package laya.ani.bone { import laya.maths.Matrix; /** * @private */ public class Transform { public var skX:Number = 0; public var skY:Number = 0; public var scX:Number = 1; public var scY:Number = 1; public var x:Number = 0; public var y:Number = 0; private var mMatrix:Matrix; public fun...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
package kabam.rotmg.chat.control { import kabam.rotmg.chat.model.TellModel; import robotlegs.bender.bundles.mvcs.Command; public class ClearTellModelCommand extends Command { public function ClearTellModelCommand() { super(); } [Inject] public var tellModel:TellModel; override public fun...
package io.decagames.rotmg.ui.assets { import mx.core.ByteArrayAsset; [Embed(source="UIAssets_UI_CONFIG.json", mimeType="application/octet-stream")] public class UIAssets_UI_CONFIG extends ByteArrayAsset { public function UIAssets_UI_CONFIG() { super(); } } }
//////////////////////////////////////////////////////////////////////////////// // // ADOBE SYSTEMS INCORPORATED // Copyright 2004-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 agreeme...
package fl.video { import flash.events.Event; /** * Flash<sup>&#xAE;</sup> Player dispatches a VideoEvent object when the user * plays a video. * * @tiptext VideoEvent class * @langversion 3.0 * @playerversion Flash 9.0.28.0 */ public class VideoEvent extends Event implements I...
/** * Starling Builder * Copyright 2015 SGN Inc. 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 starlingbuilder.editor.ui { import starlingbuilder.util.menu.BaseMenu; import...
// Copyright (c) 2013 Adobe Systems Inc // 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, publis...
package dance_fla { import flash.display.MovieClip; public dynamic class MainTimeline extends MovieClip { public var theLower:MovieClip; public function MainTimeline() { super(); } } }
package { import flash.utils.ByteArray; public class §streaming_pose_6_json$31440c933aaf61ce7f801fc515e0414b-2091864210§ extends ByteArray { public function §streaming_pose_6_json$31440c933aaf61ce7f801fc515e0414b-2091864210§() { super(); } } }
/* Copyright (c) 2009 by contributors: * James Hight (http://labs.zavoo.com/) * Richard R. Masters 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-...
package laya.d3.resource.tempelet { import laya.d3.core.material.BaseMaterial; import laya.d3.core.particle.Particle3D; import laya.d3.core.render.IRenderable; import laya.d3.core.render.RenderState; import laya.d3.graphics.IndexBuffer3D; import laya.d3.graphics.VertexBuffer3D; import laya.d3.graphics.VertexPart...
object path "List of vertices through a graph that forms a path of interest." ( string tName; "Target name (usually chromosome)." int tStart; "Target start (usually chromStart)." int tEnd; "Target end (usually chromEnd)." int type; "Used to classify path a...
/* ***** 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 { dynamic class LzView extends LzNode { function LzView ($0:LzNode? = null, $1:Object? = null, $2:Array? = null, $3:Boolean = false) { super($0, $1, $2, $3) }static var tagname:String = "view";static var __LZCSSTagSelectors:Array = ["view", "node"];static var attributes = new LzInheritedHash(LzNode.attribut...
package Ankama_Social.ui { import Ankama_Common.Common; import com.ankamagames.berilia.api.UiApi; import com.ankamagames.berilia.components.Grid; import com.ankamagames.berilia.components.Input; import com.ankamagames.berilia.components.Label; import com.ankamagames.berilia.components.Texture; ...
package com.catalystapps.gaf.data.converters { /** * @author p0d04Va */ public class WarningConstants { public static const UNSUPPORTED_FILTERS: String = "Unsupported filter in animation"; public static const UNSUPPORTED_TAG: String = "Unsupported tag found, check for playback library updates"; ...
//Marks the right margin of code ******************************************************************* package com.neopets.projects.np10.statemachine { import flash.display.Sprite; import flash.display.Shape; /** * public class State * * <p><u>REVISIONS</u>:<br> * <table width="500" cellpadding="0"> * <tr><...
package serverProto.sceneEscort { import com.netease.protobuf.Message; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_MESSAGE; import com.netease.protobuf.fieldDescriptors.FieldDescriptor$TYPE_INT32; import com.netease.protobuf.WireType; import serverProto.inc.ProtoPlayerBaseInfo; i...
/** Copyright 2013 Zynga 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 applicable law or agreed to in writing, softwar...
table base_age "Age of Base" ( string chrom; "Reference sequence chromosome or scaffold" uint chromStart; "Start position of feature on chromosome" uint chromEnd; "End position of feature on chromosome" string taxon_name; "Oldest taxon that possess this base" uint age; "Normalised substitu...
package { import flash.accessibility.*; import flash.debugger.*; import flash.display.*; import flash.errors.*; import flash.events.*; import flash.external.*; import flash.geom.*; import flash.media.*; import flash.net.*; import flash.printing.*; import flash.profiler.*; import flash.system.*; import flash.text.*; i...
package kabam.rotmg.assets { import mx.core.*; [Embed(source="EmbeddedAssets_signEmbed_.dat", mimeType="application/octet-stream")] public class EmbeddedAssets_signEmbed_ extends ByteArrayAsset { public function EmbeddedAssets_signEmbed_() { super(); } } }
package org.spicefactory.parsley.context.scope.model { import org.spicefactory.parsley.util.MessageCounter; /** * @author Jens Halm */ public class OrderedMixedScopeReceivers extends MessageCounter { public var order:String = ""; [MessageHandler(scope="local", order="1")] public function handleLocalMessage2 (...
/* Copyright 2012 Hewlett-Packard Development Company, L.P. */ package com.hp.asi.hpic4vc.ui.model { import mx.collections.ArrayCollection; [Bindable] [RemoteClass(alias="com.hp.asi.hpic4vc.provider.model.LaunchToolModel")] /** * A data model of link properties to display. * This Flex class maps ...
package Ankama_Tutorial.ui { import Ankama_Common.Common; import com.ankamagames.berilia.api.UiApi; import com.ankamagames.berilia.components.ComboBox; import com.ankamagames.berilia.components.Input; import com.ankamagames.berilia.components.Label; import com.ankamagames.berilia.components.Tex...
//////////////////////////////////////////////////////////////////////////////// // // 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.display.*; import flash.external.*; import flash.utils.*; import flash.system.*; import flash.desktop.*; import flash.events.*; import flash.net.*; import com.adobe.images.*; public class Main extends Sprite { private static var errors: * = {"1000":...
#include "ObjectCommon.as" #include "Collision.as" #include "Camera.as" shared class Object : ICollision { private u16 id = 0; private string initCommand = "init object"; private string syncCommand = "sync object"; private string removeCommand = "remove object"; bool hasSyncedInit = false; private Vec3f gravi...
package ormtest.model { [Bindable] public class Year { [Id(strategy="assigned")] public var year:int; } }
package { import flash.external.ExternalInterface public class Logger { private static const DEBUG:uint = 0 public static function alert(msg:String):void { var str:String = ""; if (DEBUG == 1) str += msg; ...
package com.playata.application.ui.dialogs { import com.playata.application.data.mailbox.Message; import com.playata.application.data.user.User; import com.playata.application.ui.elements.generic.button.UiButton; import com.playata.application.ui.elements.generic.button.UiTextButton; import com.playata.a...
package waterwave { public class Point3D {public var x:Number; public var y:Number; public var z:Number; public function Point3D(x:Number=0,y:Number=0,z:Number=0){ this.x=x; this.y=y; this.z=z; } } }
; ; Copyright (C) 2021 by Ladislau Szilagyi ; ; .HEX file loader ; *Include config.mac COND IO_COMM GLOBAL __MakeSem GLOBAL __MakeTimer GLOBAL __DropSem GLOBAL __DropTimer GLOBAL __Reset_RWB GLOBAl __Wait GLOBAL __GetCountB GLOBAL __ReadB psect text COND SIM RawBuf1 equ 7B01H ;buffer #...
package idv.cjcat.stardustextended.geom { import flash.geom.Point; import idv.cjcat.stardustextended.math.StardustMath; /** * 2D Vector with common vector operations. */ public class Vec2D extends Point { public function Vec2D(_x : Number = 0, _y : Number = 0) { x = _x; y = _y; } ...
package flare.util { import flash.utils.Dictionary; import flare.util.Arrays; import flare.util.Property; /** * Utility class for computing statistics for a collection of values. */ public class Stats { /** Constant indicating numerical values. */ public static const NUMBER:int = 0; /** C...
/* Copyright (c) 2009 Yahoo! Inc. All rights reserved. The copyrights embodied in the content of this file are licensed under the BSD (revised) open source license */ package com.yahoo.astra.mx.controls.colorPickerClasses { import flash.display.DisplayObject; import flash.events.KeyboardEvent; import flas...
// ================================================================================================= // // CadetEngine Framework // Copyright 2012 Unwrong Ltd. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying licens...
package com.unhurdle.spectrum { COMPILE::JS{ import org.apache.royale.core.WrappedHTMLElement; import org.apache.royale.html.util.addElementToWrapper; } public class Well extends Group { /** * <inject_html> * <link rel="stylesheet" href="assets/css/components/well/dist.css"> *...
 package sandy.view { import sandy.bounds.BBox; import sandy.bounds.BSphere; import sandy.core.data.Plane; import sandy.core.data.Point3D; import sandy.core.data.Polygon; import sandy.core.data.Pool; import sandy.core.data.UVCoord; import sandy.core.data.Vertex; import sandy.math.PlaneMath; import sandy.uti...
/* 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.controls { import feathers.core.FeathersControl; import feathers.core.IFeathersControl; im...
/** * Copyright 2017 FreshPlanet * 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...
//////////////////////////////////////////////////////////////////////////////// // // 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...
/** * RetroEffect * -- Generates a retro CRT distortion effect on the requested camera. * Inspired from the article http://active.tutsplus.com/tutorials/effects/create-a-retro-crt-distortion-effect-using-rgb-shifting/ * * @version 1.0 - 31st January 2012 * @link http://www.alanzucconi.com * @author Alan Zucconi...
package com.gestureworks.cml.away3d.elements { import com.gestureworks.cml.core.CMLObject; /** * Loads Geometry instances in CML through the ref attribute */ public class Geometry extends CMLObject { /** * Constructor */ public function Geometry() { super(); } /** * @inheritDoc */...
package laya.utils { /*[IF-FLASH]*/ import flash.utils.Dictionary; /** * <p> <code>Pool</code> 是对象池类,用于对象的存贮、重复使用。</p> * <p>合理使用对象池,可以有效减少对象创建的开销,避免频繁的垃圾回收,从而优化游戏流畅度。</p> */ public class Pool { /**@private 对象存放池。*/ private static var _poolDic:Object = {}; /*[IF-FLASH]*/ private stat...
/** * Created by Akira on 03/03/2015. */ package com.bytesfromouterspace.stockbrokers.view { import com.bytesfromouterspace.stockbrokers.ui.components.BlockerPanel; import com.bytesfromouterspace.stockbrokers.ui.components.Button; import flash.display.Sprite; import flash.events.Event; import fl...
/** * 개발자 : refracta * 날짜 : 2014-09-06 오전 8:12 */ package refracta.presentation.scene { import refracta.presentation.framework.Scene; import refracta.presentation.framework.View; public class S14_MSDegine extends Scene{ private var resource:SceneResource14; override public function init():void { resource = n...
package fairygui { import fairygui.display.BMGlyph; import fairygui.display.BitmapFont; import fairygui.display.Frame; import fairygui.utils.PixelHitTestData; import fairygui.utils.ToolSet; import laya.maths.Rectangle; import laya.resource.Texture; import laya.utils.Byte; import laya.utils.Utils; ...
package LayaAir3D_Physics3D { import laya.d3.core.Camera; import laya.d3.core.MeshSprite3D; import laya.d3.core.Sprite3D; import laya.d3.core.Transform3D; import laya.d3.core.light.DirectionLight; import laya.d3.core.material.BlinnPhongMaterial; import laya.d3.core.scene.Scene3D; import laya.d3.math.Matrix4x4; ...
/* ***** 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/ * ...
// ================================================================================================= // // 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 ehs.ui { import spark.components.SkinnableContainer; import ehs.ui.skins.EHSPanelSkin; public class CustomPanel extends SkinnableContainer { public function CustomPanel() { super(); setStyle("skinClass",Class(EHSPanelSkin)); } [Bindable] public var title:String = ""; ...
package faces.events { /** * Application status strings. */ public class AppStatus { /** * Application is logged in and ready. */ public static const LOGGED_IN:String = "logged in"; /** * Application can't run due to error. ...
package com.hendrix.mirror.commands.attachments { import com.hendrix.http.builders.RequestBuilder; import com.hendrix.mirror.commands.MirrorRequest; import com.hendrix.mirror.config.SConfig; import com.hendrix.mirror.resources.attachments.Attachment; public class Get extends MirrorRequest { private va...
// ================================================================================================= // // CadetEngine Framework // Copyright 2012 Unwrong Ltd. All Rights Reserved. // // This program is free software. You can redistribute and/or modify it // in accordance with the terms of the accompanying license agre...
table rgdGenePathway "Cross-reference of rgdGene2 gene ID to RGD pathway ID" ( string geneId; "Same as name field in rgdGene2 table" string pathwayId; "RGD pathway ID" )
// Decompiled by AS3 Sorcerer 6.08 // www.as3sorcerer.com //kabam.rotmg.assets.EmbeddedAssets_cubeEmbed_ package kabam.rotmg.assets { import mx.core.ByteArrayAsset; [Embed(source="EmbeddedAssets_cube.dat", mimeType="application/octet-stream")] public class EmbeddedAssets_cubeEmbed_ extends ByteArrayAsset ...
/* Feathers Copyright 2012-2020 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.List; import feathers.core.IFeathersControl; ...
/* Copyright aswing.org, see the LICENCE.txt. */ package org.aswing { import org.aswing.layouts.SoftBoxLayout; import org.aswing.lookandfeel.plaf.InsetsUIResource; import org.aswing.plaf.*; import org.aswing.plaf.basic.BasicToolBarUI; /** * <code>JToolBar</code> provides a component that is useful for * displayi...
package { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.events.MouseEvent; import flash.geom.Matrix; import flash.events.Event; /** * ... * @author Nicolas Philippe Lavoie */ public class ToolsPanel extends Sprite { private var _infoPanel:Spr...
package away3d.hacks { import flash.display.BitmapData; import flash.display3D.textures.RectangleTexture; import flash.display3D.textures.TextureBase; public class BitmapRectTexture extends RectTextureBase { protected var _bitmapData:BitmapData; public function BitmapRectTexture(bitmapData:BitmapData) { ...
//////////////////////////////////////////////////////////////////////////////// // // NOTEFLIGHT LLC // Copyright 2009 Noteflight LLC // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTI...
/** * Copyright (c) 2013 Devon O. Wolfgang * * 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, ...
/** * The MIT License * * Copyright (c) 2011 Patrick Mowrer * * 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, ...
/* * Copyright 2010 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
// Action script... // [Initial MovieClip Action of sprite 20705] #initclip 226 if (!dofus.graphics.gapi.ui.Conquest) { if (!dofus) { _global.dofus = new Object(); } // end if if (!dofus.graphics) { _global.dofus.graphics = new Object(); } // end if if (!dofus.graphics.gapi)...
package dragonBones.utils { /** @private */ public namespace dragonBones_internal; }
package com.xzdbd.ags4flex.events { import flash.events.Event; import com.xzdbd.ags4flex.components.layerControlClasses.event.LayerEventBus; /***************************************************************************************************************** * 图层控制组件内部事件类. * * <p>该类不仅包含内部事件常量的定义,还通过内部事件总线 La...
package source.Objects { import net.flashpunk.Entity; import net.flashpunk.graphics.Image; import net.flashpunk.masks.Pixelmask; /** * ... * @author Noel Berry */ public class Spikes extends Entity { [Embed(source = '../../assets/graphics/spikes.png')] public var imgSpike:Class; public var sprSpike:Ima...
/******************************************************************************* * ZaaImbue * Copyright (c) 2011 ZaaLabs, Ltd. * For more information see http://www.zaalabs.com * * This file is licensed under the terms of the MIT license, which is included * in the license.txt file at the root directory of this l...
package ageb.utils { import flash.filesystem.File; import flash.filesystem.FileMode; import flash.filesystem.FileStream; import flash.geom.Point; /** * 图像小工具 * @author zhanghaocong * */ public class ImageUtil { /** * constructor * */ public function ImageUtil() { } /** * 假设 f 是 pn...
package com.playfab.ClientModels { public class DeviceInfoRequest { public var Info:Object; public function DeviceInfoRequest(data:Object=null) { if(data == null) return; Info = data.Info; } } }
/* * Copyright (c) 2006-2007 Erin Catto http://www.gphysics.com * * This software is provided 'as-is', without any express or implied * warranty. In no event will the authors be held liable for any damages * arising from the use of this software. * Permission is granted to anyone to use this software for any pu...
//////////////////////////////////////////////////////////////////////////////// // // 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...
import skyui.components.list.BasicEnumeration; import skyui.components.list.ScrollingList; import ButtonPanel; class LootMenu extends MovieClip { /* STAGE ELMENTS */ public var background: MovieClip; public var itemList: ScrollingList; public var titleText: TextField; public var buttonTake: ButtonPanel; publ...
package fairygui { internal class RelationItem { private var _owner:GObject; private var _target:GObject; private var _defs:Vector.<RelationDef>; private var _targetX:Number; private var _targetY:Number; private var _targetWidth:Number; private var _targetHeight:Number; public function ...
package citrus.physics { /** * Physics Engine uses bits to represent collision categories. * * <p>If you don't understand binary and bit shifting, then it may get kind of confusing trying to work * with physics engine categories, so I've created this class that those bits can be accessed by * creating an...
package kabam.rotmg.application.model { import com.company.assembleegameclient.parameters.Parameters; import flash.net.LocalConnection; import flash.system.Security; public class DomainModel { private const LOCALHOST:String = "localhost"; private const PRODUCTION_WHITELIST:Array = ["www.realmofthemadgod.com...
//////////////////////////////////////////////////////////////////////////////// // // 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 2009 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 de.popforge.revive.member { import de.popforge.revive.geom.Vec2D; public class Movable { static internal const EPLISON_DT: Number = -.0000001; public function applyGlobalEnvirons( globalForce: Vec2D, globalDrag: Number ): void { } public function integrate( dt: Number ): void { } } }
package net.richardlord.asteroids.nodes { import ash.core.Node; import net.richardlord.asteroids.components.Motion; import net.richardlord.asteroids.components.MotionControls; import net.richardlord.asteroids.components.Position; public class MotionControlNode extends Node { public var control : MotionControl...
import GUI.fox.aswing.ASColor; import GUI.fox.aswing.ASTextFormat; import GUI.fox.aswing.DefaultListSelectionModel; import GUI.fox.aswing.GridLayout; import GUI.fox.aswing.Icon; import GUI.fox.aswing.JButton; import GUI.fox.aswing.JCheckBox; import GUI.fox.aswing.JFrame; import GUI.fox.aswing.JList; import GUI.fox.aswi...
package com.pialabs.eskimo.layouts { import com.pialabs.eskimo.components.SlideDataGroup; import flash.display.Sprite; import flash.events.Event; import flash.geom.Point; import flash.system.Capabilities; import mx.core.FlexGlobals; import mx.core.IVisualElement; import mx.effects.Tween; impo...
// Copyright: Hiroshi Ichikawa <http://gimite.net/en/> // License: New BSD License // Reference: http://dev.w3.org/html5/websockets/ // Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-76 package net.gimite.websocket { import flash.system.Security; public class WebSocketMainInsecure extends Web...