HTML    CSS    PHP    Bootstrap    JavaScript    Dev Tools      

Functions in Action-Script 3 - Part 3

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 3 Category: FLASH

Topic: Flash Essential Training Series Publish Date: 2015-01-19

Views: 315

Author: Mike King

Description

This is Part 3 of a 3 Part series. In this tutorial we put it all together on the series on functions and build functions that we would use as we develop our applications. As we build our functions we utilize conditional statements and loops to make our functions more intelligent as they execute. We demonstrate multiple calls to a function and explain that in many applications functions will run numerous times throughout the execution of the application. We review the syntax of a proper function statement and demonstrate the many different types of data that functions can return. We also discuss the scope of variables located inside of functions.