Posted on Aug 22nd, 2011 in
Flash Tutorials |
0 comments
This tutorial will teach you how to create a cool animated mouse follower. It’s very easy to change to looks of the follower to fit for your needs!
Note: You need TweenMax in order to complete this tutorial.
Creating the Document
First, create a new Flash ActionScript 3 document.
Document Settings
Set the stage options to the following.
Creating the Background
With the rectangle tool, create a 400×300 sized...
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...