flash on 2011-9-4
♥0 |
Line 9 |
Modified 2011-09-04 20:28:57 |
MIT License
archived:2017-03-20 12:45:15
ActionScript3 source code
/**
* Copyright WinField95 ( http://wonderfl.net/user/WinField95 )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/76vf
*/
package {
import flash.display.Sprite;
import com.actionscriptbible.Example;
public class FlashTest extends Example {
public function FlashTest() {
// write as3 code here..
trace("!!!!!!!");
}
}
}