The corner radius is a widely overlooked feature within Flash. It is a setting that determines the roundness of the corners of rectangles and squares. With the correct settings, it's possible to make great looking buttons. Let's take a closer look.
Rectangle Corner Radius Adobe Flash / Getting Started
The corner radius is a widely overlooked feature within Flash. It is a setting that determines the roundness of the corners of rectangles and squares. With the correct settings, it's possible to make great looking buttons. Let's take a closer look.
MovieClip - Scroll Rectangle Adobe Flash / Video
This article contains all the code that you will need to complete a MovieClip - Scroll Rectangle. The author shows you how to work with Flash to make the movie clip.
PolyStars Adobe Flash / Getting Started
The PolyStar (Polygon + Star) Tool is widely overlooked in Flash, because it's only accesible via the Rectangle Tool. You can see on the Rectangular Tool logo that there is a small black arrow pointing downwards. This means that it can be expanded for more options. If you click and hold the mouse button when you select the Rectangle Tool, you will see this small menu appear:
Advanced drag and drop in Flash Adobe Flash / Interactivity
Drag and drop activities are very popular in Flash, it is commonly use to create learning activities where elements needs to be associated. It is not difficult to create a drag and drop in Flash. We will first have a look at the two methods startDrag and stopDrag; we will then move on some more advanced tips and tricks to extend the radius of our knowledge on the subject, Let's jump into the action...
Change Flash Size at Run-time Adobe Flash / Third Party
This tutorial demonstrates how to create a Flash movie that changes it's size when the user moves the mouse over it and collapses when the mouse is out of the rectangle in Flash Designer.
Gaming: coding the skala of remaining lives Adobe Flash / Games
This tutorial shows how to implement one of most basic features in game development: the skala in the upper left corner displaying the number of remaining tries(lives). The advantage of this snippet is that you can use it over and over in your flash games. You only have to change this symbol in library that represents a Ğlifeğ in your game. We will use the attachMovie method to place it on the stage.