Video Tutorial 1 - The variables

Actionscript 3.0 variables

what are Variables? - how to declare them - understanding the scope and meaning of Variables - default values - interpreting the reference / guide to Actionscript 3.0 - what are Constants - "global" and "local Variables" - examples of Variable declaration - practical examples of Variables applied to MovieClip and Textfield - references to the properties and the methods of a "class": what they are and how to use them

WATCH OUR FIRST VIDEO COMPLETE! - DEMO FOR FREE in streaming

This demo is a complete course to enable users to understand how video lessons of FlepStudio work. If you want to download this video you must buy it.

Duration 00:58:30
Price €7

Purchase this video by Credit Card or PayPal

Purchased 6 times

Video Tutorial 2 - The functions

Actionscript 3.0 functions

basic Functions concepts - how to declare them - the calling of Functions - why use Functions? - defining your own Functions - "Function statements" - "Function expressions" - choosing between "statements" and "expressions" - returning values from Functions - "nested" Functions - passing arguments by value or by reference - "local" and "global Functions" - practical examples of Functions applied to MovieClip and TextField.

Watch video preview

Duration 01:29:01
Price €7

Purchase this video by Credit Card or PayPal

Purchased 7 times

Video Tutorial 3 - The loops

Actionscript 3.0 loops

what are Loops? - how to define them - how to implement them - why use Loops? - "for", "while", "do while", "for each", "for in" Loops - "nested Loops" - examples of each kind of Loop applied to the TextArea component - practical examples of Loops for special effects applied to random MovieClips.

Watch video preview

Duration 01:28:17
Price €7

Purchase this video by Credit Card or PayPal

Purchased 8 times

Video Tutorial 4 - The Arrays

Actionscript 3.0 Arrays

what are Arrays? - how to define them - how to implement them - populating and querying an Array - why use them? - Array with nested loops - "two-dimensional Arrays" - practical examples of Arrays applied to the MovieClip and TextArea components.

Watch video preview

Duration 01:38:57
Price €7

Purchase this video by Credit Card or PayPal

Purchased 7 times

Video Tutorial 5 - The Conditionals

Actionscript 3.0 Conditionals

"if", "else", "else if" and "switch" Conditionals - What are conditionals? - how to define them - how to use them - examples applied to variables of type Boolean - practical examples of Conditionals and Arrays applied to MovieClip.

Watch video preview

Duration 01:27:29
Price €7

Purchase this video by Credit Card or PayPal

Purchased 7 times

Video Tutorial 6 - The Events

Actionscript 3.0 Events

first approache to the Events in Actionscript 3.0 - "Event" and "MouseEvent" - how to use them - how to trigger them - why use Events? - Practical examples of Events applied to the mouse and using Loops and MovieClip Array

Watch video preview

Duration 01:55:42
Price €7

Purchase this video by Credit Card or PayPal

Purchased 10 times

Video Tutorial 7 - The Document Class

Actionscript 3.0 Document Class

what is the Document Class? - a step-by-step how to create it tutorial- calling objects on the main timeline from the Document Class - calling methods from the Document Class from a nested timeline within a MovieClip on the stage - Event "Event.ADDED_TO_STAGE", Event "Event.RESIZE" - practical examples applied to MovieClip.

Watch video preview

Duration 01:26:44
Price €7

Purchase this video by Credit Card or PayPal

Purchased 7 times

Special price Package - Videos 1 to 7

Video package from 1 to 7 | save €7

This package includes Variables - Functions - Loops - Arrays - Conditionals - Events - Document Class

Price €42

Purchase this package by Credit Card or PayPal

Purchased 17 times

Video Tutorial 8 - Classes

My first Class file in ActionScript 3.0

how to create and implement a class - the constructor function - working with more than one Actionscript class - event Event.ADDED_TO_STAGE applied to my classes - methods and properties of my classes - practical examples applied to MovieClips - keeping track of my classes

Watch video preview

Duration 01:51:10
Price €7

Purchase this video by Credit Card or PayPal

Purchased 2 times

Video Tutorial 9 - Static methods and properties

Static methods and properties in Actionscript 3.0

what are static methods? - what are static properties? - how to declare them - how to implement them - how to access them - encapsulation - the getter and setter - navigate and execute different actions between several classes and using static and non-static methods and properties

Watch video preview

Duration 01:21:54
Price €7

Purchase this video by Credit Card or PayPal

Purchased 2 times

Video Tutorial 10 - Event ENTER_FRAME and the Timer class

Event.ENTER_FRAME and the Timer class in Actionscript 3.0

introduction to the event Event.ENTER_FRAME - example of ENTER_FRAME applied to MovieClip and its properties - my first animations - an "inertial" effect applied to a MovieClip - ENTER_FRAME associated to mouse events - introduction to the Timer class - the Timer applied to an Array.

Watch video preview

Duration 01:29:15
Price €7

Purchase this video by Credit Card or PayPal

Purchased 1 times

Video Tutorial 11 - Flash and XML

Interact with external XML files using Actionscript 3.0

what is an XML document? - how to create an XML file - nodes and sub-nodes of an XML file - loading an external XML file using Actionscript 3.0 - the XML, XMLDocument and XMLNode classes - interpreting XML data within Flash - navigating through an XML file and recovering node values, sub-node values and attributes of the nodes - memorizing XML file data - recovering memorized XML data - printing out the recovered data into a Text Area.

Watch video preview

Duration 01:45:23
Price €7

Purchase this video by Credit Card or PayPal

Purchased 3 times

Video Tutorial 12 - addChild from the library

Attach a MovieClip from the library using Actionscript 3.0

attaching a MovieClip in real-time from the library to the stage - assigning a class to a MovieClip - creating a class and assigning it to a MovieClip - concatenation does not exist anymore - animation applied to MovieClip using this technique.

Watch video preview

Duration 01:22:33
Price €7

Purchase this video by Credit Card or PayPal

Purchased 1 times

Video Tutorial 13 - Loading external SWF and creating a preloader

Preloading and loading external SWF files using Actionscript 3.0

How to load an external SWF - associate events to the loader - simulate download locally - creating a preloader text - creating a preloader with a loading bar and percentage.

Watch video preview

Duration 01:00:12
Price €7

Purchase this video by Credit Card or PayPal

Purchased 3 times

Video Tutorial 14 - Loading external images and creating a simple image slideshow

Loading external images using Actionscript 3.0

how to load an external image - associating events to a loader - creating a preloader to be displayed during image loading - loading multiple images using an array - using the Timer class to create a simple image slideshow - creating a trash can array to reduce CPU and memory workload by regularly eliminating stacks of unwanted images and array objects.

Watch video preview

Duration 01:10:45
Price €7

Purchase this video by Credit Card or PayPal

Purchased 1 times

Special price Package - Videos 8 to 14

Video package from 8 to 14 | save €7

This package includes: Classes - Static Methods and Properties - ENTER_FRAME and the Timer class - Flash and XML - addChild from the library - Loading external SWF and creating a preloader - Loading external images and creating a simple image slideshow

Price €42

Purchase this package by Credit Card or PayPal

Purchased 13 times

Video Tutorial 15 - TextFields and text formatting

Working with TextFields and text formatting in ActionScript 3.0

Two examples of how to incorporate fonts in your SWF document - how to create TextFields in real time - handling of TextFields and their properties - assigning formatting (TextFormat) to the TextField: text colour, size, amongst other properties.

Watch video preview

Duration 01:11:04
Price €7

Purchase this video by Credit Card or PayPal

Purchased 1 times

Video Tutorial 16 - Creating ScrollBars

How to create different types of ScrollBars in ActionScript 3.0

How to create a ScrollBar not only for MovieClips but also for TextFields - mathematical proportions - shortcuts and tricks - scrolling of content on the basis of the position of the mouse on the stage - problem solving: checking if the mouse is being released outside the ScrollBar.

Watch video preview

Duration 01:24:33
Price €7

Purchase this video by Credit Card or PayPal

Purchased 1 times

Video Tutorial 17 - The BitmapData class

Using the Bitmap and the BitmapData classes in ActionScript 3.0

What is the BitmapData class? - what is the Bitmap class? - create image animations - the draw method of the BitmapData class - methods setPixel and getPixel - images from the library straight to the stage on the fly using AS3 - screen capturing from the stage even during an animation and at timed intervals.

Watch video preview

Duration 01:24:18
Price €7

Purchase this video by Credit Card or PayPal

Purchased 4 times

Video Tutorial 18 - Event.RESIZE and liquid layout positioning

Fixed/relative positioning ofobjects on the basis of the size of the stage in ActionScript 3.0

Event Event.RESIZE - StageAlign and StageScaleMode - visualize a .SWF at 100% browser width and height - central positioning of objects on the stage - repositioning of objects when the user resizes the browser window - creating a method of repositioning and applying it to all objects on our stage so as to create a liquidly resizable application.

Watch video preview

Duration 01:05:17
Price €7

Purchase this video by Credit Card or PayPal

Purchased 3 times

Video Tutorial 19 - Working with audio files and making an audio player

Playing audio in Flash with volume and other controls in ActionScript 3.0

Reproducing audio files from the library - reproducing and playing audio files applied to menu buttons - creating an audio player - handle the Events related to the Sound class - learning the SoundChannel class - learning the SoundTransform class - create a navigation bar for our audio player (play - stop - pause buttons) - getting ID3 information from music audio files - create a volume bar for our audio player - reproduce an audio in streaming.

Watch video preview

All tutorial project files included (.fla, .as, sound files, library movie clips)

Duration 01:51:08
Price €7

Purchase this video by Credit Card or PayPal

Purchased 4 times

Video Tutorial 20 - Creating a sliding menu based on XML

Creating and handling menus creating using XML and ActionScript 3.0

Creating and formatting an XML file for the purposes of creating a Menu in flash - creating a menu in flash fully modular and XML based inside of Flash with AS3 - create tween animations and execute AS3 actions based on the menu item being clicked - learning to use the Caurina package to create great slide and resize tweens - each menu item individually associable with external URLS or internal Flash methods - learning the method setChildIndex to change layer order when menu items are clicked.

Watch video preview

All tutorial project files included (.fla, .as, library movie clips, caurina package and .xml)

Duration 01:21:34
Price €7

Purchase this video by Credit Card or PayPal

Purchased 3 times

Video Tutorial 21 - Creating a dynamic image gallery

Creating a dynamic image gallery based on XML in ActionScript 3.0

Creating and formatting an XML file for the purposes of creating an Image Gallery in Flash - how to load and preload external images - how to create thumbnails and image instances on the fly from the same original large image using the BitmapData, Bitmap and Matrix classes - Caurina based tween animation to slide the thumbnails - loading large image based on the icon clicked - fade-in and fade-out animation (crossfade animation) of images on the stage.

Watch video preview

All tutorial project files included (.fla, .as, jpgs, caurina package and .xml)

Duration 01:36:30
Price €7

Purchase this video by Credit Card or PayPal

Purchased 5 times

Special price Package - Videos 15 to 21

Video package from 15 to 21 | save €7

This package includes: TextFields and text formatting - Creating ScrollBars - The BitmapData class - Event.RESIZE and liquid layout positioning - Working with audio files and making an audio player - Creating a sliding menu based on XML - Creating a dynamic image gallery

Price €7

Purchase this package by Credit Card or PayPal

Purchased 12 times

more coming soon...