all groups > flash actionscript > july 2005 >
You're in the

flash actionscript

group:

New to Flash MX 2004! Need help!


New to Flash MX 2004! Need help! makasoff
7/8/2005 8:55:10 PM
flash actionscript:
I am having a really big problem!!

I have a scrolling textbox. That works fine. However, I have little text
links within the box. When a user clicks a specific word in the textbox I need
them to be taken to another scene in the flash movie. I can make the text link
open a web page but not open a scene within the movie.

I have done some reading on asfunction but...I am lost. Please, please help!!
I would be so grateful
Re: New to Flash MX 2004! Need help! PDogg81
7/8/2005 9:20:10 PM
if you are able to have it open a webpage using getURL("pagename.html");

then, you can just replace that code with gotoAndPlay(framePointer);

Maybe I don't understand your problem exactly, can you add more detail to your
question?
Re: New to Flash MX 2004! Need help! makasoff
7/8/2005 11:33:06 PM
Re: New to Flash MX 2004! Need help! PDogg81
7/11/2005 12:00:00 AM
ok, gotcha. Can you paste in the code you used to open a web page that worked?
And also the code you used to try to load the next scene instead.

Maybe we can see if there's a simple syntax or scope issue.
Re: New to Flash MX 2004! Need help! J_o_h_n_n_y
7/11/2005 7:24:17 PM
You cannot call AS functions with the html-style links. You can only open web
links ("http://...", "mailto:...", ect.).

You'll have to use buttons or something similar that is AS based to get what
you need done, not a text field with .htmlText.
AddThis Social Bookmark Button