flash on 2009-12-30
♥0 |
Line 11 |
Modified 2009-12-30 14:00:28 |
MIT License
archived:2017-03-30 11:01:48
ActionScript3 source code
/**
* Copyright hacker_yk666qry ( http://wonderfl.net/user/hacker_yk666qry )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/tvBH
*/
package {
import flash.display.Sprite;
public class FlashTest extends Sprite {
public function FlashTest() {
// write as3 code here..
graphics.lineStyle(2,0x000000);
graphics.moveTo(200,200);
graphics.lineTo(200,20);
graphics.lineTo(333,300);
}
}
}