flash on 2010-6-9
frocessing 0.6 update test.
♥0 |
Line 10 |
Modified 2010-06-09 13:26:36 |
MIT License
archived:2017-03-09 23:29:11
ActionScript3 source code
/**
* Copyright nutsu ( http://wonderfl.net/user/nutsu )
* MIT License ( http://www.opensource.org/licenses/mit-license.php )
* Downloaded from: http://wonderfl.net/c/8wQK
*/
//frocessing 0.6 update test.
package {
import frocessing.display.F5MovieClip2D
public class FlashTest extends F5MovieClip2D {
public function draw():void {
translate( mouseX, mouseY );
fillGradient( "linear", -40, -40, 40, 40, [0xff0000, 0x0000ff] );
circle( 0, 0, 80 );
}
}
}