Posted on Jul 27th, 2011 in
Flash Tutorials |
0 comments
This tutorial will teach you how to create a vertical menu with the help of XML and ActionScript 3. We will first set up everything ready in the Flash stage, then make the XML file and last, we add the functionality with ActionScript 3. Hope you enjoy the tutorial!
Get TweenMax
We will use TweenMax for the movement and animation of the whole menu. Therefore, download TweenMax for AS3. TweenMax will save us a lot of...
Posted on Jul 25th, 2011 in
Flash Tutorials |
2 comments
Operators are used to evaluate statements and expressions. Operators work by taking single values and returning a total value based on the type of operator used. To make this clear, let’s consider the most universally understood operators—mathematical operators:
Addition: +
Subtraction: -
Multiplication: *
Division: /
Mathematical operators take two inputs, and apply a mathematical function to them.
For...