Skip to content

Instantly share code, notes, and snippets.

View devlfm's full-sized avatar

Dev LFM devlfm

View GitHub Profile
@devlfm
devlfm / gist:d81f91cdeb65aa25c164c82c4d96baf9
Created June 22, 2017 16:07 — forked from ThomasBurleson/gist:1034340
Popup Behavior used as Swiz Popup
/**
* Using Popup Behavior with Swiz and registerWindow()
*
* Source is available on GitHub project: Flex-Extensions
*
* https://github.com/CodeCatalyst/flex-extensions/blob/develop/src/com/codecatalyst/component/behavior/ui/Popup.as
*
*/
<?xml version="1.0" encoding="utf-8"?>
/**
* @preserve
* Adamia 3D Engine v0.1
* Copyright (c) 2010 Adam R. Smith
* Licensed under the new BSD License:
* http://www.opensource.org/licenses/bsd-license.php
*
* Project home: http://code.google.com/p/adamia-3d/
*
* Date: 01/12/2010
@devlfm
devlfm / AnimSprite.as
Created January 17, 2017 19:51 — forked from amosl/AnimSprite.as
AnimSprite for Starling
/**
* Copyright (c) 2013 Amos Laber
*
* 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, distribute, sublicense, and/or sell
* copies of the Software, and to permit persons to whom the Software is
* furnished to do so, subject to the following conditions:
*