| 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… |
|||
|
|||
| Guys now your turn, create a kick ass web site using this simple technique. |