Ask a Question related to Macromedia Flash, Design and Development.
-
Dan S #1
Re: Flash MX - movie clip from static text - problem
rowla wrote:
> I have a movie clip from static text. when you roll over this clip another
> menu is shown. my problem is that I have to be exactly over one of the
> letters of the text. when I'm between 2 letters additional menu isn't shown
> and of course that's not good.
> how should I change it?
> --
> best regards, jacek
>
You can do a button as others have said.
But if your calling the clip like so
myMovieClip.onRelease = function(){
whatever
}
I would suggest just making a rectangle behind your text, then using the
color mixer set the alpa to 0%, this gives you a hit area like a button.
Dan S Guest
-
movie clip and dynamic text
i have text loading from xml my text needed to be masked, there for i convert the text field to movie clip but now i cant see the text from the... -
text in button in movie clip
I have a text field in a button (labeling the button) inside a movieclip. I am dynamically creating instances of the movieclip (and thus, the... -
Dynamic text within a movie clip
I have a movie that has a dynamic text box with a movie clip - the movie clip is on the main timeline. I want to load an external text file into the... -
alpha problem using Dynamic text in a movie clip
Hi, I was wondering why I can't seem to have a dynamic text inside a movie clip, then change the alpha of the movie clip... Whenever I try to... -
text to movie clip problem
hello, i have a problem, when i create text and convert it to a movie clip and try to make tweens it doesnt change the alpha if i set it to and it...



Reply With Quote

