Flashtest
♥0 |
Line 10 |
Modified 2011-08-28 11:24:43 |
MIT License
archived:2017-03-30 03:14:45
ActionScript3 source code
/**
* Copyright Glidias ( http://wonderfl.net/user/Glidias )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/gl0h
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// The execute() method is to be called elsewhere from another WONDERFL swf.
}
public function execute():void {
throw new Error("Got execute!");
}
}
}