Forum Moderators: open
I have a block of text in a Flash frame.
A few of the words will become a URL, and I want them to refer to a specific frame in another scene within the same file.
However, there seems to be NO DOCUMENTATION that says how to do such an absurdly simple thing. I'm still fairly new to Flash, so maybe I'm googling the wrong search terms or something.
All documentation seems to use geturl to point OUT of the file.
I have no shame, so I will publicly proclaim my dumbassness here, and worship at the august feet of those godlike beings that would deign to impart their words of wisdom on this subject.
-There. Was that laying it on thick enough?
In all honesty, I hate asking these stupid questions, but I need the answer fast.
Thanks in advance.
You can create an invisible button over the text to go to the frame you require you simly atatch a gotoandPlay() or a gotoandStop() event to the button
I can do that, but it does remove the flexibility. Because Flash doesn't support underlined text well at all, I have to draw the underlines by hand. It's actually better to create the buttons as text buttons.
What a royal pain. That just kills the flow completely.
I'm trying to use Flash as a dynamic presentation tool first, Web show-off second.
Thanks
The problem with buttons is that it completely scrags the ability that you take for granted with HTML, which is to be able to just create inline links as you go.
This means that it follows the flow of text display and browser positioning, etc. Not such a problem with Flash, as it has ironclad control of all graphic elements.
The real problem is in writing dynamic text or localized versions.
I'll figure it out. It looks like I'll be moving towards HTML/Small SWF movies, as opposed to a single, monolithic movie. The problem with discrete movies is that they get bigger, because they can no longer share the library.