all groups > flash actionscript > august 2005 >
You're in the

flash actionscript

group:

Single Image Navigation


Single Image Navigation Danopia
8/23/2005 7:47:38 PM
flash actionscript: I have a website with a navigation bar use an Image Map, and want a similer
functionality in Flash. I have a single image with 20 links in no systematic
size and location. How can I tell if someone clicked on a certin area of an
image? It would take me way too long the make a file with coordents.
http://mysite.verizon.net/danopia/guild_guild/images/guildguildlinks.gif
(P.S.: Theres a hidden link.)
Re: Single Image Navigation myIP
8/23/2005 8:39:55 PM
You can perhaps script the button to change one or several properties of it
when the user has clicked it. Such as;

on(release)
{
this._alpha = 50;
}

This would be on the button. Or add a hitArea( ) to have similar results but
a different location.

AddThis Social Bookmark Button