HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

Functions in Action-Script 3 - Part 1

Current Time  00:00 Total Time  00:00

We are always looking for input on our tutorial content. If you have a suggestion, comment, additional information on this topic that you feel should be added, drop us a line. We appreciate your input.

Title: Functions in Action-Script 3 - Part 1 Category: FLASH

Topic: Essential Training Series Publish Date: 2015-01-05

Views: 308

Author: Mike King

Description

This is Part 1 of a 3 Part series. Now we really begin the journey into learning Action Script 3. Functions are one of the most used parts of a programming language and are the work horses of most programming languages. Functions are reusable blocks of code that sit waiting to be called to perform their instructions. We can assemble our functions to perform most any actions in our code. In this tutorial we begin to explore how functions are assembled, the proper syntax to use in Action Script and the importance of functions as we develop our applications. Numerous code demonstrations are presented throughout the tutorial.