Text Rollover (Text Not Clickable, Why?)
Hello,
I have a quick flash rollover question. I have a text rollover in flash but the text is not clickable but the hit area I created around it is. I need the text to be clickable too.
I believe it's some sort of onion skin option that needs to be chosen. I've done it before but I forgot. Please give instructions in the email or send a link. Thanks!!!
FlashKit > Flash Help > Flash Newbies
Posted on: 03-02-2006, 04:29 PM
View Complete Forum Thread with Replies
Sponsored Links:
Clickable Text Inside Multiline Text Field
Hi there,
I have a movie with a dynamic multiline text field, and want each line of the text to be clickable. The text is put into the text field from a script, and I am using HTML formatting to make the text clickable, as in
mytextfield = "<a href="http://www.domain.com"> + string + "</a>";
However, I don't actually want my clickable text to go to URLs, I want it to run some ActionScript, but I can't figure out if it is possible. Basically what I want to do is something like this
mytextfield = "<a href="_root.gotoAndPlay(4)"> + string + "</a>";
Maybe I'm going about it the wrong way, but I can't find any advice on how to make clickable text in a text field which triggers an ActionScript command.
Hope you can help - Sam
View Replies !
View Related
Clickable Text
I'm pretty sure that this isn't possible, due to research in the help file, but BossMan thinks it is.
I've got some scrolling text & he wants to be able to click the text so when it's clicked on it stops scrolling.
onPress can only be used with BUTTONS, correct? Or is there any way to use onPress with a textbox?
View Replies !
View Related
IS THIS POSSIBLE OR NOT? -dynamic Clickable Text
Hi
I am trying to load text in to on the stage, and pass the loaded text into my dynamic text on the stage.
That I have maange to do effortlessly.
2Stage
========
At runtime I would like to be able to click on any word that I have loaded from the text I have just loaded.
There is a syntax that you can use "TextSnapshot", but that only words for when using static text on the page.
Best Regards
View Replies !
View Related
Making XML Text Clickable
Howdy
I’m trying to bring in a list of people from an XML document when a button is pressed, and once that list is brought in, I want to make each name clickable so that a reader can find out more information about that person (the text of which would also be from an XML document). The first part seems fairly straightforward (see coding below; I’m not sure if this is the best way to do it, but it seems to work). I’m stumped, though, about how to do the second part (make the names clickable). Is this something that’s doable? Thanks!
Attach Code
peopleList_mc.addEventListener(MouseEvent.CLICK, list1);
function list1(e:Event):void
{
var people_who:XML;
var urlLoader:URLLoader;
var urlRequest:URLRequest = new URLRequest("people.xml");
urlLoader = new URLLoader();
urlLoader.load(urlRequest);
urlLoader.addEventListener(Event.COMPLETE, list1_go);
function list1_go(e:Event):void
{
people_who = new XML(urlLoader.data);
name_txt.htmlText = people_who.NAME;
}
}
View Replies !
View Related
MC W/ Text Clickable Area Bug?
so- for a project I'm working on I have a couple of nigh-on identical MCs that just have plain old static text in em.. weird thing is, on publish one of them is clickable as a button (includes the area around the text) and the other is only clickable on the text itself (which is pretty skinny). I know working around this is easy, but it's odd, none the less. Am I missing something? anybody else have this happen? Why o why does it does this!!!???
View Replies !
View Related
Clickable Image + Text
I want to make a "module" composed by an image and a text and make this clickable,
how could I made this in AS?
PS: to create the text I'm using the TextField(), what I have to use to make the image from a url?
View Replies !
View Related
How To Make Text Objects Clickable
(hope it's true there are no dumb questions here)
i am learning flash, using insane flash animator 2.5
trying to make a navbar and would like to make the individual text items clickable - to open a new url when the user clicks on the word
and have no idea how to start - i'm guessing i need to use one of the action elements but which one? and how? if anyone uses this darned thing or knows where there might be a step by step tutorial for TOTAL newbies like myself i would appreciate it very much
View Replies !
View Related
How To Make Dynamic Text Clickable?
Hi All,
I have a set of lines from an XML file loaded into variables. Now, I can display those in a textbox, but I want each sentence to be clickable so that in a different textbox, some more text about the same subject appears. I know how to get the information I want, I just don't know how to make those headlines clickable, and at the same time have them in a dyunamic textbox.
Can anybode help me?
This is the code I have so far:
Code:
var myLoadVars = new LoadVars();
myLoadVars.load("faq.txt"); // The asp file generates a long string of [variablename=varvalue] all separated by ampersands (&)
myLoadVars.onLoad = function(succes) {
Qarray = new Array(10);
Aarray = new Array(10);
Qarray[0] = myLoadVars.vraag1;
Aarray[0] = myLoadVars.antwoord1;
Qarray[1] = myLoadVars.vraag2;
Aarray[1] = myLoadVars.antwoord2;
Qarray[2] = myLoadVars.vraag3;
Aarray[2] = myLoadVars.antwoord3;
Qarray[3] = myLoadVars.vraag4;
Aarray[3] = myLoadVars.antwoord4;
Qarray[4] = myLoadVars.vraag5;
Aarray[4] = myLoadVars.antwoord5;
Qarray[5] = myLoadVars.vraag6;
Aarray[5] = myLoadVars.antwoord6;
Qarray[6] = myLoadVars.vraag7;
Aarray[6] = myLoadVars.antwoord7;
Qarray[7] = myLoadVars.vraag8;
Aarray[7] = myLoadVars.antwoord8;
Qarray[8] = myLoadVars.vraag9;
Aarray[8] = myLoadVars.antwoord9;
Qarray[9] = myLoadVars.vraag10;
Aarray[9] = myLoadVars.antwoord10;
vragenHTML = "";
for (i=0;i<10;i++)
{questions = questions + "> " + Qarray[i];
}
scrollerbox.text = questions;
//trace(questions);
}
Now, how do I make the sentences in the Qarray clickable to show a detail of that question (the answer) in another text box?
Hope you can help.
best,
- jaron
View Replies !
View Related
...Scrolling...clickable....dynamic Text...HELP
Hi all,
I am trying to create a scroll box, where I can load the text from an external text file...then be able to click on the text i just loaded and open another page...for example, in websites you have the news section, where different news are scrolling thorugh...when you want to read abt the news you click it and it opens another page...
thx!
View Replies !
View Related
Text Buttons, How Do I Make The Whole Bit Clickable?
So, I created some text, broke it apart, effected it, and converted it into a symbol. Now, when the cursor is over the text, it only turns into a little clickable hand thing when it is directly over the stroke. How do I make it so that the general region of the navigation text is clickable, and not just the actual lines of the letters?
Thanks!
Roger
View Replies !
View Related
Clickable Button Over Dynamic Text
It must be here in the forums, but I can't seem to find it when I search: I've got an empty button (just a big shape in the hit state) over a dynamic text field. When I mouse over the button, the parts of the button that are over the text get the i-beam cursor and are not clickable (I want the entire button area to be clickable and the finger (hand) cursor). The dynamic text has been set to unselectable via the properties panel, and with Actionscript as well (textfield.selectable = false).
Any ideas? I'd imagine that this is a common problem since one might want dynamic text in a menu. Unless I'm doing something stupid.
Thanks in advance!
View Replies !
View Related
Clickable Scrollable Dynamic Text
Dear homiez,
I want to have a list of items that can be added to throughout a game persay (I was thinking like a function addItem(potion), but I'm not sure what the specifics are for said adding of text), and then I need them to be scrollable in their text box, and then I need them to be clickable, as if it were a button (the finger icon is not necessary). I'm not even sure if that last one can be done - can dynamic text be turned into regular link-button things?
My dearest apologies for asking questions that I'm sure is very, very obvious to anybody with text scripting experience. But I seem to have trouble searching for certain keywords in forums like these and help files in Flash.
View Replies !
View Related
Stoping Text Boxes Been Clickable
Hi all
Just a quickone i hope, i have looked on the net but did not know any good search terms!! any way, i have a for loop, it adds 3 buttons to the stage, the button it adds has a textfield in it which i put in link names
Code:
for (var i=0; i<3; i++) {
var tab:tab_mc = new tab_mc();
tab.x=400
tab.y=-90+(42*i)
tab.tab_txt.text = pageXml.pre.preLink[i]
//tab.tab_txt.addEventListener(MouseEvent.CLICK, Content);
tab.addEventListener(MouseEvent.CLICK, Content);
tab.name = i;
trace(tab.name+".................")
addChild(tab)
}
which works well, but the problem is the text is also selectable, so how do i stop the user from been able to click the txt, so just the button is selectable?
Cheers all
View Replies !
View Related
How To Make Text Boxes Clickable
Greetings all. Just a quick question for all you experts:
I have a movie clip which has 3 different text boxes inside it. I want to make each text box clickable similar to a hyperlink in HTML (clicking on text box 1 takes you to one website, clicking on text box 2 takes you to another website, etc.). Right now my code is as follows:
ActionScript Code:
MyMovieClip.gotoAndStop(2);
MyMovieClip.TextField1 = "Click Here For Example 1";
MyMovieClip.TextField1.onRelease = function(){
getURL("http://www.somerandomwebsite.com");
}
MyMovieClip.TextField2 = "Click Here For Example 2";
MyMovieClip.TextField3 = "Click Here For Example 3";
So, you will see that I have 3 different text fields (labelled TextField1, TextField2, TextField3. Something is obviously wrong with my onRelease function, so my question is how can I make TextField1 clickable and send you to www.whatever.com when you click on it? Am I using the right approach in the first place? If not, please suggest an alternate method to do this. Thanks in advance!
-Eric
View Replies !
View Related
Is It Possible To Made Fading Text Clickable?
Hello,
I'm trying to find out how to make fading text clickable and if its even possible? (See attached .fla)
If it is possible, would someone please help me.
What I would like to do, is to keep it as it is but when the mouse rolls off the button and over the text, each line would be its own link to another flash movie or a URL.
Does anyone know?
Thank you, in advance,
MsAudra
miss_audi@yahoo.com
View Replies !
View Related
Is It Possible To Made Fading Text Clickable?
Hello,
I'm trying to find out how to make fading text clickable and if its even possible? (See attached .fla)
If it is possible, would someone please help me.
What I would like to do, is to keep it as it is but when the mouse rolls off the button and over the text, each line would be its own link to another flash movie or a URL.
Does anyone know?
Thank you, in advance,
MsAudra
miss_audi@yahoo.com
View Replies !
View Related
Why Is The Input Text Filed Not Clickable?
Hi,
I just want to know why the input text field on this game: http://www.flashninjaclan.com/games/birdhunter/bird.swf (Wait till the timer runs to zero and the "you name here" text box is input text)
Isn't clickable. I specified it as input text, yet you can't actually click on it and change the text. I bought this game from someone else and this has never happened before.
View Replies !
View Related
Links Form Text File Not Clickable
I have created this link
<A HREF="javascriptpen_window('http://www.website.com/index.cfm%3Fid=161%26page_id2093')"></a>
in a text file and loading that txt file into flash. Here is the problem. Using IE 5.5 most of the computers work, but on others the text link doesn't work. I seem to have narrowed it down to the problem being the javascript function. When I use just a straight forward URL it works , but when I have the "javascriptpen_window(' . . . . " it seems to work on some computers, but not others. I know that I have to use URL encoding for special characters, but that I have already done for the "?" and the "&" in the url string so that is working fine. I am just really puzzled by why it works on some computers and not others. Anyone out there feel my pain? Thanks in advance for your help :-)
View Replies !
View Related
Clickable Text That Fires Actions W/o Buttons
I am trying to make a search interface that behaves much like searching in iTunes and Spotlight in that the list is updated instantly as the user types something in the search field. However, I would like the lines that result to be clickable and to fire actions inside flash (as opposed to launching an URL). Is this possible?
I've gotten the basics down. Here's what it looks like and here's the source FLA file. The results are displayed as tabbed lines of text in a single text field. Is there any way to make these lines clickable without replacing this way of displaying the results with multiple, duplicated button/mc-intances?
Any help is deeply apprechiated, and you are all of coure free to use what I've made so far if you want. Please ask if I've been unclear in writing my question (I'm norwegian).
Thanks!
View Replies !
View Related
Clickable Text That Fires Actions W/o Buttons
I am trying to make a search interface that behaves much like searching in iTunes and Spotlight in that the list is updated instantly as the user types something in the search field. However, I would like the lines that result to be clickable and to fire actions inside flash (as opposed to launching an URL). Is this possible?
I've gotten the basics down. Here's what it looks like and here's the source FLA file. The results are displayed as tabbed lines of text in a single text field. Is there any way to make these lines clickable without replacing this way of displaying the results with multiple, duplicated button/mc-intances?
Any help is deeply apprechiated, and you are all of coure free to use what I've made so far if you want. Please ask if I've been unclear in writing my question (I'm norwegian).
Thanks!
View Replies !
View Related
Get RollOver Event On Pure Text Without Having To Convert Text Into Mc Or Bt?
Is there a way of acheiving mouse over (pure) text triggering action?
(Reason: externally loaded text can be made as links and trigger effects on the fly)
I've been through the macromedia actionscript dictionary, the addeventlistener function does not work for me (or maybe i'm just too stupid).
Please DO NOT suggest converting text to movie clip or button if you can't solve my problem. But if you do have an answer, many many thanks in advance.
View Replies !
View Related
Make Text Clickable From A List Brought In By BrowseForDirectory
Hi, I need to have the items accumulated in the list to be clickable so that I can open then again. Here is my code:
import flash.filesystem.*;
import flash.events.*;
browse_btn.addEventListener(MouseEvent.CLICK, browseFiles)
function browseFiles(e:Event):void
{
var file:File = new File();
file.addEventListener(Event.SELECT, dirSelected);
file.browseForDirectory("Choose a folder");
//list.text = "This is a " + Capabilities.os + " computer whose desktop contains:
";
function dirSelected(e:Event):void
{
info.text = file.nativePath;
var desktopNodes:Array = file.getDirectoryListing();
for (var i:uint = 0; i < desktopNodes.length; i++)
{
var f:File=desktopNodes[i] as File;
if (f.extension=="htm"||f.extension=="html")
{
list.appendText("
" + desktopNodes[i].name);
}
}
}
}
View Replies !
View Related
Text Overlay (allowing Menu Blow To Be Clickable)
This is a 2 parter:
1.
I'm dynamically listing menus from an xml file which pulls out an swf file and loads it in. If there's a text in the XML I want to overlay the text over the menu that's being loaded. The reason I'm might have text and might not is because there's a lot of dynamic content, menus, blah, blah, blah, so one button rather than making 1000.
Anyhoo, I can load the button, I can load the text over it, but immediately the button is no longer seelctable:
2. Secondly, the swf are being loaded externally and have event listeners for mouse over and mouse out. When they're loaded, I have a heck of a time declaring a mouse click event. I get errors all over the place. Here's the main section code:
Code:
// Create a new movie clip and load the image
var load_file:URLRequest = new URLRequest( data_directory + menus[j].attribute("image") );
var load_menu:Loader = new Loader();
load_menu.x = int(menus[j].attribute("x"));
load_menu.y = int(menus[j].attribute("y"));
load_menu.name = int(j);
load_menu.load(load_file);
addChild( load_menu );
//---------------------------------------------//
//
// Add an onLoad handler to resize the text
//
//---------------------------------------------//
load_menu.contentLoaderInfo.addEventListener(Event.COMPLETE,
function(event:Event):void {
// Get the name so we know where to go
var menu:Loader = Loader(event.target.loader);
j = menu.name;
//---------------------------------------------//
//
// Add text to the button if necessary
//
//---------------------------------------------//
if( menus[j].text().length() > 0 ){
// Convert the margin top into an offset for placement of text
if( menus[j].attribute("margin_top") != "" ){
offset = menus[j].attribute("margin_top");
} else {
offset = 0;
}
trace( event.target.content.width + " " + event.target.content.height );
// Create the text field
menu_text_item = new TextField();
menu_text_item.name = menus[j].name() + "_text";
menu_text_item.x = int(menus[j].attribute("x"));
menu_text_item.y = (int(int(menus[j].attribute("y"))) + int(offset));
menu_text_item.width = event.target.content.height - int(offset);
menu_text_item.height = event.target.content.width;
menu_text_item.width = event.target.content.width;
menu_text_item.height = event.target.content.height;
menu_text_item.multiline = false;
menu_text_item.wordWrap = true;
menu_text_item.selectable = false;
menu_text_item.background = false;
menu_text_item.border = Boolean( int(menus[j].attribute("border")) );
menu_text_item.borderColor = "0x" + menus[j].attribute("borderColor");
menu_text_item.text = menus[j].text();
// Format the styling of text field
menu_text_format = new TextFormat();
menu_text_format.align = menus[j].attribute("align");
menu_text_format.font = menus[j].attribute("font");
menu_text_format.size = int(menus[j].attribute("size"));
menu_text_format.color = "0x" + menus[j].attribute("color");
menu_text_format.bold = Boolean(int(menus[j].attribute("bold")));
menu_text_format.italic = Boolean(int(menus[j].attribute("italic")));
menu_text_format.leftMargin = menus[j].attribute("margin_left");
//Apply the formatting
menu_text_item.setTextFormat(menu_text_format);
// Add the text field
addChild(menu_text_item);
//if
}
//---------------------------------------------//
}
);
//---------------------------------------------//
//---------------------------------------------//
//
// Add an onClick handler to goto the submenu
//
//---------------------------------------------//
load_menu.addEventListener(MouseEvent.CLICK,
function(event:MouseEvent):void {
// Get the name so we know where to go
var menu:Loader = Loader( event.target.parent );
trace( menu );
/*
// Load the Sub Menu
//Build_Menu( menus[j].name() );
*/
}
);
Here's the external code.
Code:
addEventListener(MouseEvent.ROLL_OVER,
function(event:MouseEvent):void {
textTab_mc.gotoAndPlay(2);
}
);
addEventListener(MouseEvent.ROLL_OUT,
function(event:MouseEvent):void {
textTab_mc.gotoAndPlay(8);
}
);
Sooooo, any thoughts?
View Replies !
View Related
Help With Vertical Scrolling Dynamic Text That Can Be Seperate Clickable Links.
Can someone help me please?
I am wondering how to make a movie clip that contains automatic vertical scrolling dynamic text(from an external .txt file)
I dont want to press buttons to scroll text, I need it to be constantly scrolling, then loop once the text has been read from the external txt file.
I also require each line of the dynamic text to be clickable links that will take each line of text to a specific link.
Can anyone help me with this, I would be really grateful for any instructions?
Thanks
Michael
View Replies !
View Related
Help With Vertical Scrolling Dynamic Text That Can Be Seperate Clickable Links.
Can someone help me please?
I am wondering how to make a movie clip that contains automatic vertical scrolling dynamic text(from an external .txt file)
I dont want to press buttons to scroll text, I need it to be constantly scrolling, then loop once the text has been read from the external txt file.
I also require each line of the dynamic text to be clickable links that will take each line of text to a specific link.
Can anyone help me with this, I would be really grateful for any instructions?
Ive uploaded a zip file containing fla and swf i found which shows vertical scrolling text. However if i move any of the graphics and text field clips around the stage the text cannot be seen anymore. why is this? can you put all of the items on the main stage in a movie clip so i can resize and move the scroller around the stage?? I tried this but again the text disapeared when i exported the movie? Is this due to the x + y co ordinates in the scripting?
How can you adjust the size of this scroller without this happening?
Can the scrolling text be taken from an external file and each line of text be a seperate hyperlink?
Follow this link (copy and paste it into your browser window, DONT click on it):
http://www.geocities.com/freeeky/vert_scrolltext.zip
Thanks again
View Replies !
View Related
Detect Rollover Of Certain Text In Text Field?
Is it possible to detect a rollover of a hyperlink in an html-enabled text field? I'm familiar with the link event of the TextField class to program clicks of hyperlinks, but can anything be done with a rollover?
My intention is to show hint text (glossary term definition) of a term when the user rolls over that particular word (which would be underlined) in a paragraph.
Any ideas, or alternatives?
If I can determine the location of the text (such as a box that defines the regiong on the word), I could maybe add a button over the text... I'm not sure.
Edited: 02/21/2008 at 02:16:06 PM by srlindberg
View Replies !
View Related
Text Rollover In Dynamic Text Field
I've used asfunction in an <a href> link in a text field, but I'm looking for a way to call a function on rollover of certain words in the text.
Is this possible inside Flash without the use of any outside scripts (e.g.: Javascript)?
Thanks!
View Replies !
View Related
Problem With Clickable Links Within RollOver MovieClips
Hi, hope someone can help!
I'm designing a Flash interface for the homepage of a site, with links to a number of HTML pages. The problem is these links are held in a number of different rollOver movieClips. And these movieClips expand over another movieClip when they're rolled over. Each of the movieClips has links. I can get all the menu movieClips to expand on rollOver, but when the mouse moves over the text links within the rollOver the menus collapse as it thinks the mouse has rolledOut. My code in the main timeline looks like this…
b5_mc.b4_mc.onRollOver = over2;
b5_mc.b4_mc.onRollOut = out2;
function over2() {
_level0.b5_mc.gotoAndPlay(2);
}
function out2() {
_level0.b5_mc.gotoAndPlay(11);
}
where b5_mc is the movieClip for the menu and b4_mc is an invisible button inside b5_mc which acts as the target area for the rollOver.
the flash movie as it is and the .fla file are here…
http://www.f7creative.co.uk/robot.html
any help much appreciated!
View Replies !
View Related
Text Rollover That Stays With Text
How do you create a rollover hot spot that is linked to a specific text character or word? We have word definitions that appear on rollover in a pop up window. However, our programs are translated, and when the text moves, we have to move all of our rollover boxes. Is there anyway to "attach" the box to the text? Can text be made into a rollover?
Thanks.
View Replies !
View Related
Loading "clickable" Text Document
I'm trying to create a very large library of all craft that have been made for the old star wars game xwing alliance. Since new ships are being made by modders, and there are already hundreds of ships to catalogue, I wanted to make something simple to update.
http://www.swcrusade.com/library/index.htm
My plan is to make it so visitors can click on the ship names, and for example a (movie clip?) picture of the A-wing, with its technical details would load in the large black area.
How do I make it so the text in the text document will affect the loading of pictures and stuff in the flash movie? Is it even possible?
So far my text document just looks like this:
my_text=RZ-1 A-Wing
Alpha Class Xg-1 Assault Gunboat
B-wing
Cloakshape Fighter
Dragonsbane
E-Wing Type-C
Firespray Attack Ship
etc...
I tried to put some action script stuff in beside the ships names, but I have no clue what I'm doing...
And I got the scroll thing from: http://www.mediasparkles.com/resume/scrollbar.html
Thank you ahead of time
View Replies !
View Related
Rollover Text
I have a question which i can't seem to find an answer...
I'm wondering... is it possible to change the color of the text using actionscript when you rollover the text? (besides going through the button creation).
Thank you in advance.
View Replies !
View Related
Text Rollover
Hello...
I was wondering how to go about creating a rollover state with text, say for a grammar exercise, where the user would be instructed to rollover a particular part of a reading and when they do this a window comes up telling them what part of speech it is.
Thanks for the help...
Raspie
View Replies !
View Related
Text/rollover
Well, this links to my earlier post, I'm still trying to get the text to change with the rollover.
I'm pretty sure the code is right, but it just won't put the text there, and I have no idea why.
Any suggestions?
Thanks.
View Replies !
View Related
Rollover Text
Hi,
I have parts of a text box that are URL links. How do I make the text change colour when you roll over it. Simple I know, but I'm just a beginner.
Many thanks.
View Replies !
View Related
[F8] On Rollover Text
Hello there all.
I wanted to make some dynamic text load when you roll over a button. My script looks like this:
on (rollOver) {
dtext.Text = "Option1 - will take you here";
}
on (rollOut) {
dtext.Text = "";
}
"dtext" is the var name of the dynamic text feild.
The problem is when the file plays "_level0.dtext" shows in the dynamic text field.
And it works when I roll over the button, but when I roll out it doesn’t clear.
How can I fix this?
Thanks,
RSB
View Replies !
View Related
Rollover Text
Hi,
I have an application which has a button that mimicks the magnifying glass.
I wanted the text "magnifying glass" to appear when user rolls over the button.
Any ideas?.
-sharvan
View Replies !
View Related
Text Rollover
I have creaded a flash movie with text links within it. i have made the links clickable. what can i do to make the links change colors when i scroll over them? thanks!
Edited: 10/26/2007 at 12:46:39 PM by amcdowall
View Replies !
View Related
Rollover Text
I would be forever in the debt of whoever helps me with this:
An example of this is near the top of the screen on this website. See at the top there are six icons? If you roll over the mouse, some text comes up and follows the mouse. How do I do this? Please help!
View Replies !
View Related
Rollover Text
Hey everyone. I need some help. I want to load dynamic text and then make a rollover link on it like on the gif.
So when you put your mouse over it it will be highlighted with a box. Is it possible to make it easy without adjusting everything manually?
If not please explain what would be the easiest way.
Thx
View Replies !
View Related
Text Rollover Problem
I put some text on the stage, convert it to a button... then when I test the movie ... I move to cursor over the text and only the actual letters activate the Button but the gaps in between the text dont cause the button effect .. do u know what i mean ?
View Replies !
View Related
|