PDA

View Full Version : Flash template



bookwriter
03-22-2006, 07:14 PM
Hey, I have a flash web template that I'm editing with flash 8. I'm doing ok except, i don't know how to hyperlink (i guess thats the right word).. for example, if you are reading text, and go to the part where it says
read more
How do you create the link for it. Thanks in advance for your help

Skiz
03-22-2006, 07:43 PM
You're familiar with Flash but don't know how to create a hyperlink? :wacko:

Draw/type whatever you want > Go back to main scene > Open Library window and drag "filename" onto the stage > Open the Action window and insert the following

on(release)
{
getURL("http://www.website_name.com", "_blank");
}

Obviously you'll want to input your own URL in there. :rolleyes:

bookwriter
03-23-2006, 05:59 AM
Skizo, okay I'm familiar with it in the fact that I've figured out a few things on my own...I still have a huge learning curve.
Here's what I've done. One of the pages of the templates was mostly text. I copied it to another name in the library, then edited the text. Now I want to make the read more point to the new page. Can I use the method you mentioned to do this? Thanks for your help

Skiz
03-23-2006, 06:10 AM
Skizo, okay I'm familiar with it in the fact that I've figured out a few things on my own...I still have a huge learning curve.
Here's what I've done. One of the pages of the templates was mostly text. I copied it to another name in the library, then edited the text. Now I want to make the read more point to the new page. Can I use the method you mentioned to do this? Thanks for your help

Yes. :)

bookwriter
03-23-2006, 01:35 PM
thanks so much Skizo!!!!

Skiz
03-23-2006, 04:01 PM
I have my moments. :D