ActionScript 3 Timer Class
ActionScript 3 timers are used to run pieces of code on a specific time sequence. They come in real handy when you want something to be done repeatedly, but not in every frame. This tutorial teaches you the basics of ActionScript timers and how to use them in your flash movies. (more…)
February 6th, 2009 by smonte
Basic Preloader
In this tutorial, I’m going to show you how to build a preloader. You should have your own preloader in minutes! (more…)
February 6th, 2009 by smonte
ActionScript 3 Keyboard Events
In order to create a fully interactive flash movie, you need to know something about keyboard events. This tutorial is all about catching ActionScript 3.0 keyboard events and responding to them. So let’s get started! (more…)
February 6th, 2009 by smonte
ActionScript 3 External Classes
This tutorial is all about external ActionScript 3 classes. I will teach you how to linkage movie clips to an ActionScript class and then we’ll create an external class. (more…)
February 6th, 2009 by smonte
ActionScript 3.0 Events
In order to create an interactive Flash application, we need to learn something about events. An event is something that just happens in the application. There are many different types of events, such as mouse clicks, mouse move and mouse out. In this tutorial, you’ll learn how to respond to such events. (more…)
February 6th, 2009 by smonte
ActionScript 3 Color Picker
In this tutorial, I’ll show you how to change a movie clip’s color with ActionScript 3.0 using the color picker. So start up your Flash and let’s learn something new! At least I hope so… (more…)
February 6th, 2009 by smonte
Introduction to ActionScript 3
What is ActionScript? ActionScript is automatically included in the Flash CS3, so you don’t need to do any additional installs. Basically, ActionScript enables you to develop interactive Flash applications. Allthough ou can build some kind of interactivity without writing any code, I strongly suggest that you make an effort and learn ActionScript. It pays off at the end. My tutorials will focus...
February 6th, 2009 by smonte