flash on 2010-9-11
♥0 |
Line 11 |
Modified 2010-09-11 11:45:27 |
MIT License
archived:2017-03-20 10:03:51
ActionScript3 source code
/**
* Copyright nekey ( http://wonderfl.net/user/nekey )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/4JoB
*/
package {
import frocessing.display.*;
public class FrocessingSample extends F5MovieClip2DBmp {
// コンストラクタ
public function FrocessingSample() {
stroke( 95, 150, 0 );
fill( 100 , 100 , 50 );
circle ( 250, 200, 100 );
rect ( 250 , 200 , 560 , 350 );
}
}
}