API « Actionscript Programming « Flash Tutorials

Home
Flash Tutorials
1.Actionscript Programming
2.Animals
3.Animation
4.Colors
5.Design
6.Effects
7.Game Cartoon
8.Humans
9.Models
10.Nature
11.Operations
12.Shapes
Flex
Flash / Flex / ActionScript
Flash Tutorials » Actionscript Programming » API 

1. The Actionscript Drawing API    flash-creations.com

drawing API, createEmptyMovieClip, beginFill, lineStyle, draw line, draw curve, draw circle, MovieClip.prototype, registration point, draw shape with cutout, reverse direction to make mask with cutout

2. Implement a Map Using the Google Map API for Flash - Flashtuts+    flash.tutsplus.com

Implement a Map Using the Google Map API for Flash - Flashtuts+Com essa solução posso pegar no sistema as coordenadas do imóvel e posicioná-lo aonde eu quero hehe…

7. ActionScript 3 Advanced Drawing API | FlashMyMind - Flash and ActionScript 3 Tutorials    tutorials.flashmymind.com

2. Draw a ball of size 10×10.

8. Drawing lines with the AS3 Drawing API    actionscript4.me

//here we setup a few variables that define the look of the line var lineThickness:Number = 4; var lineColor:int = 0xff00ff;

9. Flash-Video-Soft » Blog Archive » Flash Player 10 Drawing API    flash-video-soft.com

Flash-Video-Soft » Blog Archive » Flash Player 10 Drawing APIEven-odd is the standard fill rule and is the rule used by all of the original drawing APIs. This is also the default for drawPath. The alternate rule is the non-zero rule.

11. API Drawing    flashkit.com

Flash MX comes with a wide range of new features. On of these new features if the "API Drawing" ability. This means you can start off with a completly blank stage and have your script do the drawing at runtime. In this tutorial I will teach you how to make the above drawing application using API. I expect you to be able to use and have a strong knowledge in actionscripting.

12. Drawing Spider Web Using API    flashkit.com

13. kirupa.com - The Drawing API    kirupa.com

14. Using the MovieClipLoader API    nwebb.co.uk

The MovieClipLoader API (Applications Programming Interface) takes away much of the necessary work involved in loading images and swfs in to our Flash movies, and allows us to be notified about the various stages of loading, ultimately giving us more control over our movie, and helping us cut down on the amount of code we need to write.

15. ActionScript Drawing API    oman3d.com

ActionScript Drawing APIThe drawing API resembles a simple pen-like drawing mechanism that lets you move your pointer, or pencil, from one point to the next to draw lines as you connect these points. ActionScript lets you draw directly onto any movie clip by using simple methods to move the pencil, draw using it, and fill the area you surround by the lines you create.

16. Drawing API | Flash Tutorials    webdesign.org

When we are drawing an object that we want to fill with a color we call the function beginFill() before moving the "pencil" and after the last lineTo() we call endFill().

java2s.com  |  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.