Rectangle in Flash


We can create shapes in flash by using shape class. for example below code for crete rectangle this.createEmptyMovieClip("draw_mc",12); draw_mc.beginFill(0x000000); draw_mc.moveTo(10,100); draw_mc.lineTo(100,100); draw_mc.lineTo(100,200); draw_mc.lineTo(10,200); draw_mc.lineTo(10,100); draw_mc.endFill(); I hope you enjoy it..

contacts : swamy.webdesigner@gmail.com

Thanks,
K Swamy Vishnubhatla

No comments:

Post a Comment

Thanks for comment, We are professionals in Web Designing, Flash, E-learning, Logos Designing, Templates Making, Business Cards, Flash Banners, Flash Components

If you need any of assistance, please contact to swamy.webdesigner@gmail.com

Note: Only a member of this blog may post a comment.