Category: Flash CS4

5 flash game tutorials

Here is a selection of 5 flash game tutorials that you shouldn’t miss :) !

all

Read more »

AS3: Google it!

Probably you have heard of  navigateToURL(). navigateToURL() is simply Flash’s method of making a conventional hypertext link. In this tutorial we are going to use this method to Google what we want directly in our flash movie clip.

 google

Read more »

AS3: Dynamic Mask

In this tutorial we will learn how to make a simple but cool dynamic mask using AS3.

Move your mouse over the image!

Read more »

CS4: ComboBox Component

Components are complex Movie Clips with parameters that you define during the authoring process. In this tutorial we will talk about ComboBox Component and with a simple sample we will see how to use this component in our Movie Clips.

 

Read more »

AS3: How to change the Frame rate

The frame rate is the speed at which an animation is played. It is measured in the number of frames displayed per second. In ActionScript 3 we are now able to dynamically change the frame rate directly from our actions panel. In this tutorial I’ll show you how to change the frame rate directly in your AS panel with a very simple example.

Read more »

AS3: Detecting scrolling speed

In the previous tutorial we talked about mouse wheel and how we can use it in AS3. After that some of my friends emailed me that they are interested to detect the scrolling speed! So I came up with a simple idea and in this tutorial we will use that idea to detect the scrolling speed.

 

Read more »

AS3: Mouse Wheel

In this tutorial we will see how to use the mouse wheel in our movies. Here we will create a new movie clip that you will be able to move a symbol up and down using your mouse wheel.

Note: You must click inside the Flash Movie before scrolling your mouse wheel.

Read more »

AS3: Custom Cursor

This tutorial will teach you how to create a custom mouse pointer in Flash using ActionScript 3.

Read more »

AS3: Right Click & Context Menu

 This tutorial will teach you how to create a custom right click menu or context menu in Flash ActionScript 3.

Read more »

CS4: Bone Tool (1)

Inverse Kinematics or IK is an animation technique that is new to Flash. Instead of animating the individual parts of an object as isolated elements, IK creates relationships or links between elements so that the movement of one element affects the movement of other related elements. This tutorial will introduce the Bone Tool with a very simple sample.

Read more »