monkey mynd's Library tagged → View Popular
Drawing Shapes with AS3
package{
import flash.display.Sprite;
public class simple_shape extends Sprite{
var square:Sprite;
public function simple_shape(){
square = new Sprite();
addChild(square);
square.graphics.lineStyle(3,0x00ff00);
square.graphics.beginFill(0x0000FF);
square.graphics.drawRect(0,0,100,100);
square.graphics.endFill();
square.x = stage.stageWidth/2-square.width/2;
square.y = stage.stageHeight/2-square.height/2;
}}
}
1 - 11 of 11
Showing 20▼ items per page
Selected Tags
Related Tags
Sponsored Links
Ads by Google
Top Contributors
Groups interested in flash
Related Lists on Diigo
-
Web Design Inspiration - Mixed Showcases
Items: 56 | Visits: 265
Created by: webfruits
-
Flash Tutorials
Student flash tutorials
Items: 8 | Visits: 194
Created by: dean groom
-
nas_usb-storage server
collection of ethernet usb2...
Items: 38 | Visits: 2080
Created by: toshel <<<<
Highlighter, Sticky notes, Tagging, Groups and Network: integrated suite dramatically boosting research productivity. Learn more »
Join Diigo
