biG frend
Member
|
1) Draw your hand, and then convert it to a movieclip (select it and hit f8), then give it the actions onClipEvent(load){startDrag("", true);Mouse.hide();} 2) make your banner (everything except the cursor movieclip a button again hit f8 but select button not movieclip) then give the button this code on(release)
{
getURL("linkie", "_blank");
} Replace linkie with your URL, but leave the quotes, _blank can be changed with the diffrent html commands and the release can be changed if necessary.
|