Don’t worry about tedious flash drop down menus.

Here I’m talking about very simple solution for menus, image zoom etc.

Just go through the Script.

  onClipEvent (enterFrame)
{
if  (this.hitTest(_root._xmouse, _root._ymouse, true))
{
nextFrame();
}
else
{
prevFrame();
}
}

Sorry guys, I’m lazy…
So I won’t go through the Script.
Just copy this script and paste it in the Movie Clip,
Go through the examples.
You can find the source file at the end of this tutorial.


Download Source file
Guys now your turn, create a kick ass web site using this simple technique.

«