Skip to content

Instantly share code, notes, and snippets.

View harpwood's full-sized avatar
💪
HaxeFlixel power

Harpwood Studio harpwood

💪
HaxeFlixel power
View GitHub Profile
@thanksmister
thanksmister / AndroidScroll.as
Created October 18, 2010 17:47
The is an AS3 list that works for both Android and iOS devices. It responds to touch scrolling and touch selection of individual list items. You can use this within Flex Builder or CS5 Flash Professional Android/iPhone project.
/**
* @author Michael Ritchie
* @blog http://www.thanksmister.com
* @twitter Thanksmister
* Copyright (c) 2010
*
* This is a AS3 application to test the TouchList component.
* */
package
{
@amosl
amosl / AnimSprite.as
Last active September 25, 2019 22:26
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:
*