- Impact
- 5
I made a button with rollovers and everything but i don't know hot to make it istead of
contact.htm make it into a mailto:function please help!!!!!!!!!
contact.htm make it into a mailto:function please help!!!!!!!!!
on (rollOver)
{
gotoAndPlay(2);
}
on (releaseOutside, rollOut)
{
gotoAndPlay(16);
}
on (release)
{
getURL("contact.htm");
}
















