Cursor Follower Adobe Flash / Getting Started
I'll show you how you can make an object to follow the cursor movement with a little delay. The script is compact and can be easily applied to some of your other projects.
Creating a preloader in Flash Adobe Flash / Preloaders
For a preloader to behave smoothly and accurately it is important to take some parameters into accounts, we will analyze those issues here too. I will show two methods that can be used to retrieve the amount of data loaded, the first one will use the onEnterFrame event and the second method will use SetInterval.
Save & load game Adobe Flash / Games
Always looked for something that will learn you to make a save & load but it was too hard to understand? A one with with many scripts (flush, var, load, save, get, setInterval, etc')? This tutorial is the great answer!
Displaying Time in Flash Adobe Flash / ActionScript
In this Tutorial you will learn how to display time in Flash using Actionscript. You will learn about the Date object, how to write functions and call them using time delay in ActionScript.
Loading External Images Adobe Flash / Backend Integration
The aim of the tutorial is to learn how to create a Flash Movie which loads an Array of external images such as Jpegs or Gifs. These images would then be loaded individually into the Flash Movie as and when the user wished to look at them. This makes the Flash Movie much smaller and reduces the pre-load time for the Flash Movie. The individual images would each have there own pre-loader so that there is a small delay before loading individual images but no long wait at the beginning of the Movie.
Loading External Images Flash tutorial Adobe Flash / Performance and Optimization
The aim of the tutorial is to learn how to create a Flash Movie which loads an Array (list) of external images such as Jpegs or Gifs. These images would then be loaded individually into the Flash Movie as and when the user wished to look at them. This makes the Flash Movie much smaller and reduces the pre-load time for the Flash Movie. The individual images would each have there own pre-loader, so that there is a small delay before loading individual images but no long wait at the beginning of the Movie.
Analogue Clock Adobe Flash / Utilities
Create a very basic analogue clock, you can use it to add a little bit extra to user interfaces. This covers a little of the date object and setting angles in Flash.