|
What's Your Function?
In this exercise we focus on streamlining our code. Whenever you want ActionScript to perform a set of tasks, you can group your code into custom functions.You will notice that each button does a similar thing... it modifies the properties of a balloon. Instead of having multiple lines of code associated with each button we create one simple function that is easy to update.

|