forked from: flash on 2011-11-29
♥0 |
Line 7 |
Modified 2011-11-29 10:15:48 |
MIT License
archived:2017-03-20 09:45:12
ActionScript3 source code
/**
* Copyright marimeko ( http://wonderfl.net/user/marimeko )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/A4hO
*/
// forked from hannahrutherford1123's flash on 2011-11-29
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
}
}
}