TUTORIALS

5. Animating with paths in Flash: A bouncing ball

Difficulty: beginner Skills: Flash Date added: 6 August 2012
Tutorial 5

A quick tutorial about animating with paths in Flash CS4+. You will make a simple bouncing ball that bounces across the screen. You will use the new(ish) motion tween.

view this

4. Creating a Custom Tool Tip with HTML and CSS

Difficulty: Beginner Skills: HTML CSS Flash Date added: 10 April 2012
tutorial 4

Create a custom like button with tool tip. Create the graphics with Flash and the functionality with CSS. I don't include JavaScript in this example but it's easy enough to apply your own scripts to control resizing and visibility.

view this

3. Adding a line-out to an electronic toy

Difficulty: Beginner Skills: Circuit bending Date added: 24 March 2012
Tutorial 5

So you have a musical toy that you think sounds awesome and you want to amplify or record the sound but there is no line out. This tutorial covers how to add a line out to any toy with a speaker. Connect directly to your amplifier and record your performance.

View this

2. Fun with String(s) in ActionScript 3

Difficulty: Beginner Skills: Flash Date added: 23 February 2012
Tutorial 2

Strings are probably the most widely used Data Type in Flash, and a fundamental part of AS3. Strings are vital to just about any app or game and can consist of any type of data, from a single line to an entire website in any language. Because of their importance, Flash offers a number of ways to search, modify and convert strings. This tutorial will show you a few of those methods and will also teach you a couple things about using TextFields in Flash.

View this

1. Scrolling product viewer with Flash AS3 and XML

Difficulty: Beginner Skills: Flash, XML Date Added: 6 December 2011
Tutorial 1

For our first tutorial we will be creating a product slideshow that reads data from an XML file and displays accordingly. We will be using Flash, actionScript 3 and XML to create the slideshow. You will need the Flash Authoring tool to create some graphics and a text editor to write the XML. This slideshow can be easily modified to display data of any kind. This tutorial also requires the TweenLite class available from Greensock.

View this