View Full Version : add links???
TheJmanX
June 18th, 2007, 02:24 PM
how do you add a link in flash over a word??
i put everything in layers and now i dont know how to add a link ??
The JmanX
thats all folks
June 18th, 2007, 02:58 PM
invisible button, just use the hot spot("Hit") on a button. Then drag from the library over the object/word and apply some as to it.
TheJmanX
June 18th, 2007, 05:56 PM
invisible button, just use the hot spot("Hit") on a button. Then drag from the library over the object/word and apply some as to it.
i dont quite understand ??
TheJmanX
June 18th, 2007, 06:00 PM
well see cs3 is different then 8, so i knew how to do it but now i dont really understand how i made a new symbol and then added a link and it wont work. so i ned someone to point me in the right direction
JL
greggreg
June 18th, 2007, 06:06 PM
What he means is, create a button as you would normally but only with a 'hit' frame and no actual visual content. these are called 'invisible buttons' as they retain all the functionality of a button but cant be seen. then place your invisible button over the content you wish to give button functionality, and make it do what you wish it to do.
heres some simple code, assuming you created an invisible button named 'myButton' and placed it on the stage:
myButton.addEventListener(MouseEvent.CLICK, traceYeah);
function traceYeah(evt:Event){
trace("yeah");
}
TheJmanX
June 18th, 2007, 07:17 PM
What he means is, create a button as you would normally but only with a 'hit' frame and no actual visual content. these are called 'invisible buttons' as they retain all the functionality of a button but cant be seen. then place your invisible button over the content you wish to give button functionality, and make it do what you wish it to do.
heres some simple code, assuming you created an invisible button named 'myButton' and placed it on the stage:
myButton.addEventListener(MouseEvent.CLICK, traceYeah);
function traceYeah(evt:Event){
trace("yeah");
}
ok i created the buttons but now i cant get them to link to a page i put in the adress and then make the movie active then i click on it and it wont go to the page???
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.