Posts tagged 'how-to' :
When programming in Actionscript 3.0 you will at some point need to find the distance between two arbitrary points on the stage. This is most true when developing applications with dynamic graphics such as Flash games. Here are two methods of finding the distance between two points on the stage.
Continue reading →
Have you ever wanted to mask an image in Flash using a soft, feathered edge shape? Here is a quick tip on how to create a blurred mask in Flash using a little bit of Actionscript 3.0.
Continue reading →
Developing in Flash can be a fun and rewarding experience. From creating widgets to games to enterprise level applications there is a vast array of challenges a Flash developer will encounter on a day to day basis. Here are 10 Flash tips for improving your Actionscript 3.0 knowledge to make you a better, more productive Flash developer.
Continue reading →
Here is how you go about setting the volume of sound in Flash. There are two ways of setting volume, either on a per-channel basis or globally across all channels.
Continue reading →
Since version 6, the Flash player has had the ability to write data to a user’s computer inside of something called a SharedObject. This article hopes to explain a little about what a SharedObject is and how you might go about using one in your next Flash project.
Continue reading →