1.)
In this tutorial I will teach how to make a movieClip
follow after another movieclip .
-----------------------
-----------------------
2.)
In this tutorial You need the following: Actions Panel,
Properties Panel, Actionscript Symbol, 2 other symbols
to work with
3.)
First
of all give your stuff all its instance names
-Symbol
1's instance name : "ghost"
-Symbol 2's instance name : "mainCharacter"
-Your actionscript Symbol does not need an instance
name
-----------------------
-----------------------
4.)
Inside
the actionscript symbol tell the ghost that if its on
the right side of toad, move him to the left, and if
hes to the left of toad move him to the right. to do
this use the _x extension keyword. and the greater than
less than operators.
-----------------------
-----------------------
5.)
When published you will
see the ghost follow after the mainCharacter. You can
also add more features from the lesson, such as if the
mainCharacter hits the enemy then bring his health down
.