Creating Dinamic Text Effects HELP
HI!
I've got a pretty basic question but still couldn't crack it down.
I'm planning to make a dinamic text effect movie clip (Prehaps a smart clip).
Since every letter should move by itself, I created a movieclip with an empty text box, so I can Attach one movieclip for each letter in the message I want to display.
Up to here no problem, took me like 5 lines of program. But the difficult part is to put each letter correctly separated from each other.
I mean a "i" is a lot thinner than a "W" so how can I get the width of each letter?
Thanks
FlashKit > Flash Help > Flash ActionScript
Posted on: 02-12-2002, 04:44 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Creating My Own Text Effects.
Im not sure where to start cause i dont know how to extract the text from the text field and tell each one seperately what to do.
?
Help
Creating Flash Text Effects
I'm trying to create the text 30th Anniversary with grey shimmering text. Can anyone help me do this?
Thanks,
[Flash 8]Creating Batch Effects On Text...
Hopefully this is posted in the correct forum, it sounds like my question would pertain to actionscript, if not feel free to move it to an appropriate forum.
Im making a flash sing along video for my church. The format of it is really simple, black background and huge Arial white text displaying the text. I understand how to apply fade in/out effects on my text but the problem is this music video is about 30 min long, so applying a fade in/out to every frame manually is a very tedious a boring task. Is there anyway to somehow apply a 5 frame fade in/out animation on every set of text at once or somehow make the process faster?
Thanks,
Jared
Loading Text Files On A Dinamic Text Box With Buttons
Well, hi everybody.
I have problems with the subject.
Problem explained.
I have a movie clip that has buttons and a dinamic text box (this 2 things within the movieclip)
y want to load diferent texts not at the same time.
which actionscript do i have to use???
thx. for your attention.
darksonreturns
Help With Dinamic Text
hi,
i have a dinamic text that is coverd with mask so that only whats under the mask will be apper
but whan i opening the movie i cant see nothing... anybody knows whats to do?
Help With Dinamic Text
I actually feel kinda moronic, because I can´t figure this out.. but this is what up.. I want to make a form in flash, but I want to later use the text that was input into the form and animate it a little... make it cascade or something... but I can't figure it out... how do I take the text out of the text fields and animate it?? any ideas???
HELP - How Can I Read The Value Of A Dinamic Text
I have one dinamic text (named moviename) the needs to read a value from the text.
I load the text file using :
loadVariablesNum ("movies.txt", 0);
this work fine, the dinamic text on the screen shows the right value from the txt file
the problem is , in the following line I need to use the text value to open a movie clip, using something like :
loadMovie(moviename, 0);
it doesn't work.
even if I use trace(moviename) it doesn't display the text field value, but only the text field name
I've tried to access the text value using :
trace(moviename);
trace(moviename.value);
trace(moviename.String);
and doesn't work;
Somebody knows a way to read the value of a dinamic text field ?
Thank you very much for the help
Ivelton
Scrolling Dinamic Text
when scrolling dinamyc tex, what action should i assing to a botton to get me to the very first line,
thanks in advanced,
Problems With Dinamic Text
I'm having trouble with some dinamic text that I am reading from a php file.
this is the deal:
I need to read information from a database and I'm using php to retrieve the info. I was able to get the info into flash but for some strange reason, when I output the info to the text box I need it, flash eats some of the charactes like "A", "v", and some other characters. I have no clue why this is happening.
If anyone could help I would really apreciate it. thanks.
Actionscript For A Dinamic Text Box?
Hello!!
well, i have a problem cause i want to load a txt file in a dinamic text box when i click a button!°!!
but the text file has to be from and external file.
how can i do that????
thx for your help!
i hope you can help me!
darksonreturns
Dinamic Text + Images
can i display image in dinamic text..
for example..
i want flash movie to display when i load ":" + ")" into that text field...
Dinamic Text + Images
can i display image in dinamic text.. ??
for example..
i want flash movie to display when i load ":" + ")" into that text field...
Dinamic Text To Myadmin
Hello,
Im just new here so i dont know if im posting in corect place.
Im trying to send text from Dinamic textbox to mysql.
does anyone know some good tutorial?
Justify Dinamic Text
hello every body!!
My problem is that I want to aling justify a dynamic text and I go to the paragraph panel and I can aling to the left, to the rigth, to center but not to justify, somebody Knows why?
Thanks in advance, and excuse for my written english
Something Wrong With Dinamic Text
There's something wrong with dinamic text in MX.
i'm using Loadvariables to load a text from a txt file but the text appears without the punctuation.
This only happens in flash MX, i did exactly the same thing in flash 5 and it loads the text correctly.
In fact i could do the work in flash 5 but MX do a better publish.
this is a flash MX bug or i missing something.
tkx
Limiar
Dinamic Text Fade
Hi everyone,
Ok I have a problem with a fade over a dinamic text box. I have 2 MC's the MC1 has a button "Btn"with this function
Code:
btn.onRelease=function(){
if(_parent.uno._alpha==0){
_parent.mc2.a0=100;
}else if(_parent.uno._alpha<200){
_parent.mc2.a0=0;
}
}
everything works fine the mc2 does the fade, but the dinamic text box doesn't. It seems that the script works with everything inside of the mc2 but not with the dinamic text box,
Any ideas about what's going on?
Dinamic Text And CSS With LoadMovies
Here is the problem:
I have a very complicated presentation which loads movies inside movies, inside movies.
All text is loaded from variables outside flash with CSS. It all works in the single movies when they are exported, but these movies are all loaded into another movie which is loaded in the root movie. And when I export the main root movie and they are loaded the text doesn't show. It is not a problem of target path cause I tried deleting all variables and just write directly in the text field and the text still does not appear.
Has anyone had this bug? Does anyone know how I can fix this?
Dinamic Text Fade
Hi everyone,
Ok I have a problem with a fade over a dinamic text box. I have 2 MC's the MC1 has a button "Btn"with this function
Code:
btn.onRelease=function(){
if(_parent.uno._alpha==0){
_parent.mc2.a0=100;
}else if(_parent.uno._alpha<200){
_parent.mc2.a0=0;
}
}
everything works fine the mc2 does the fade, but the dinamic text box doesn't. It seems that the script works with everything inside of the mc2 but not with the dinamic text box,
Any ideas about what's going on?
Problems With A Dinamic Text
I want to have into the body of a web page one Dinamic Text.
It's ok, it run in its directory, but wen it's inserted into the page it work no more.
if somebody can help me, I'll thanks a lot
How Can I Read The Value Of A Dinamic Text To Another Var ?
I have one dinamic text (named moviename) the needs to read a value from the text.
I load the text file using :
loadVariablesNum ("movies.txt", 0);
this work fine, the dinamic text on the screen shows the right value from the txt file
the problem is , in the following line I need to use the text value to open a movie clip, using something like :
loadMovie(moviename, 0);
it doesn't work.
even if I use trace(moviename) it doesn't display the text field value, but only the text field name
I've tried to access the text value using :
trace(moviename);
trace(moviename.value);
trace(moviename.String);
and doesn't work;
Somebody knows a way to read the value of a dinamic text field ?
Thank you very much for the help
Ivelton
Loader For A Dinamic Text?
Hei!
I am , again, in a dead end! I want to make, if it is possible, a loader that shows up before the text, from a .txt file, loads into a dynamic text. Can I do that? If yes ... How?
For a specific example go to the link below and type “acin” or “acid” or any other word for an error message.
http://dictionare.bravehost.com/index.html
Thanx!
Dinamic Text Lost
Hey...im having problems. Im trying to do a text with a scroll bar, just typping into the text box, and making it multilne...i can do it, but...then i try to use it behind a mask and the mask dont let me see the text....i think that the hole pont is that the mask dont let the text be dinamic....
any help???
Thanks overthere.....
How To Mask A Dinamic Text
Hello i have a XML file that takes the actions from an .AS external file.
I am trying to mask the text but i don?t succed. I can?t embed the text and i have tried with this action script
Code:
algo_mc.setMask(mascara_mc);
but it doesn?t work either.
Someone knows how to do it?
Thanks
How To Format Text Within Dinamic Text Field?
Hi!
A couple of days ago, I was crying for help about how to put a link to URL, dinamically from a external text.
I had two pretty answers that figured out my issue. That was good!
Now, I am stepping forward, and trying something else that seems do not work. Or I am very wrong, or the "renderize text as HTML" option is not so much eficcient, because seems to me that it dont recognizes the most of the simplest HTML tags. For instances, I tried the <B></B> tag and the only thing I got was to vanish anything I put between the two tags!
Well, that's my question: how to format text (bold, italic, font color, font face, etc) from a external text????
Thanks!
HEELP - How Can I Read The Value Of A Dinamic Text ?
I have one dinamic text (named moviename) the needs to read a value from the text.
I load the text file using :
loadVariablesNum ("movies.txt", 0);
this work fine, the dinamic text on the screen shows the right value from the txt file
the problem is , in the following line I need to use the text value to open a movie clip, using something like :
loadMovie(moviename, 0);
it doesn't work.
even if I use trace(moviename) it doesn't display the text field value, but only the text field name
I've tried to access the text value using :
trace(moviename);
trace(moviename.value);
trace(moviename.String);
and doesn't work;
Somebody knows a way to read the value of a dinamic text field ?
Thank you very much for the help
Ivelton
Dinamic Text On Masked Layer
I have som problem, maybe there is no chans to get it work but anyway...
I hawe text on masked layer, when it is as static text everything works, but when I set it as dynamic text and publish movie this text not shows. Is it posible to make that this text shows or not?
Dinamic And Imput Text Missing
hi,
something strange is happening to me, i have a form with some dinamic textboxes and some imput textboxes too, and also some static text.
fonts used - arial so is very common
when i test the scene or pubkish the movie i cannot see any dinamic or imput text or fields,
if i change those text into static text, it´s ok, you resd them correctly,
but if they are dinamic or imput, nothing
i imagine is a variable or something,
do anyone knows how to fix this deal ???
thanks a lot ...
MX 2004 Dinamic Text And Images
1. how can i set "justify" alignment...?? or "center"?? what ever i do its always "left" .. i'm loading HTML text file in some text field..
2. when i'm loading images into text field theres a space between image and text.. how can i make text go right after image...
Subtract 1 From Dinamic Text Field.
Hello,
I have a dinamic text field with a value of 20,
I'm trying to subtract 1 from the value every passing second.
so it goes 19,18,17 etc...
The value will increase (by 20) everytime a button is pressed, and then carry on decreasing from the new value.
This means it can't work like a normal countdown.
Can anyone help me?
thanks you.
----------------------
I'm Using Flash 8
Dinamic Text With Html Or Javascript
hi..
i have a dinamyc text box to load external text files, but i'd like to give to that text the ability to open images dinamically into another mc in my flash
is that posible by any chance???
Alpha In Dinamic Text Boxes?
Somebody knows how to apply an alpha setting to a Dynamic text box?
I've tried to do it, by two different ways:
The first one, choosing a font color with an alpha setting...
The second one, converting the text field to a Symbol, and then applying the alpha...
Both seems to work fine until you export, I can see de effect in the .fla, but when Ipublish my .swf the text doesn't show the alpha setting
Any suggestion on this?
Dinamic Text+links, Asfunction
I am doing a dynamical menu they are scroll, with links, I am using asfunction.
If I call an external swf:
function cargaranimacion(animacion){
loadMovieNum(animacion,0)
}
In the text:
<a href='asfunction:cargaranimacion, "proceso_novolen.swf">PROCESO NOVOLEN</a>
<a href='asfunction:cargaranimacion, "polimerizacion_estructura.swf">POLIMERIZACION Y ESTRUCTURA</a>
And if I am inside a swf, call a label:
function cargaranimacion(animacion) {
gotoAndPlay(animacion);
}
That is ok...
But, How I do to accede to a specific label of an external swf??
I want that it loads the animation and begin to it turns from the label that I indicate.
Thanks
Viviana
Take Variable To A Dinamic Text Field
Hello
y have a variable send by geturl,
and in the htmlpage (whith the same swf)
want a txtfield dinamic data that show the variable
i send later
thanks
Play Movie From Dinamic Text
I have a movie with a dinamic text loaded from a DB. I have some links within the text that I want them play the movie. Until now I only create normal hyperlinks just like html. Is there a way to accomplish this? thanks
Dinamic Text Field As HtmlText
Hi,
I got a dinamic text field using htmltext = <some xml feed>
but on this feed i got
£
’
and others
any idea how can i get it to render properly?
Thanks
rS
Dinamic Text+links, Asfunction
I am doing a dynamical menu they are scroll, with links, I am using asfunction.
If I call an external swf:
function cargaranimacion(animacion){
loadMovieNum(animacion,0)
}
In the text:
<a href='asfunction:cargaranimacion, "proceso_novolen.swf">PROCESO NOVOLEN</a>
<a href='asfunction:cargaranimacion, "polimerizacion_estructura.swf">POLIMERIZACION Y ESTRUCTURA</a>
And if I am inside a swf, call a label:
function cargaranimacion(animacion) {
gotoAndPlay(animacion);
}
That is ok...
But, How I do to accede to a specific label of an external swf??
I want that it loads the animation and begin to it turns from the label that I indicate.
Thanks
Viviana
Trouble With Dinamic Loading Text...
Hi guys i'm having trouble making some external text that i load dinamycally scroll the way its supposed to... here's what i got so far.
The problem is that the text does not appear fully displayed... and because of that the scroller wont work the way its supposed to (if you use your mouse to scroll trough the text you'll se what i mean)... I'm using a moddified version of claudios scroller and the tutorial from here to load external text.
can anyone please help me out??
Print Dinamic Text Field
Hey,
Listen guys, is it possible to print a content of a dinamic text field directly from within the swf? I mean, i know i can pass it to a html page and print it from there but i´d rather not.
Maybe i can do that last thing so the user won't see the page in between?
Dinamic Loaded Scroll Text
I've tried the tutorial about create a dinamically loaded scroll text, and it works, but when I insert the swf file into the web page with Dreamweaver MX, and I try to see the page, it doesn't work.
I see the movie, but no text is loaded. With the Flash viewer it works, but tring to see the full web page with Internet Explorer don't. Loop and Play params are selected in Dreamweaver... so has someone any idea about what I'm doing wrong?
Dinamic Text+links, Asfunction
I am doing a dynamical menu they are scroll, with links, I am using asfunction.
If I call an external swf:
function cargaranimacion(animacion){
loadMovieNum(animacion,0)
}
In the text:
<a href='asfunction:cargaranimacion, "proceso_novolen.swf">PROCESO NOVOLEN</a>
<a href='asfunction:cargaranimacion, "polimerizacion_estructura.swf">POLIMERIZACION Y ESTRUCTURA</a>
And if I am inside a swf, call a label:
function cargaranimacion(animacion) {
gotoAndPlay(animacion);
}
That is ok...
But, How I do to accede to a specific label of an external swf??
I want that it loads the animation and begin to it turns from the label that I indicate.
Thanks
Viviana
Button With A Dinamic Text Inside?
Hello,
I would like to create a button with a dinamic text inside, just to have a generic button object, with text effect on mouse over and out, that I can have different instances with different text.
I have tried it, but don't work.
It's that possible?
Must I create always new button objects for every different text button with the same effects on mouse over and out?
Thanks!
Problem With Dinamic Text, Strange Characters Appear With Í, Ó, É, Etc. Help Me
When I try to load dinamic text from a text file or a database , the string is cut where it has the first special character (á, é, í, ó, ú, etc), and no more text is displayed.
For example:
My string is: "¿Qué piloto...?"
And Flash actually shows: "¿Qu"
Is there a special trick to get Flash to show that characters?
Any help will be apreciated a lot.
Thanks :-)
Change Text Color, Inside Dinamic Box
Hi,
I need some help.
I have a multiple choice, and one of the answers must display in a diferente color:
ex: 5 questions = 5 answers.
If we don't check any checkbox we get a diferente answer (answer nº 6), I need the text in a diferente color (red), but only this answer the rest is in black text.
tk.
Commands From Dinamic Text To Flash Movie
hi, I have the problem:
I have dinemic text in flash movie, rendered as HTML. Is it possible to attach any flash commands (like this: on (press) { loadMovie ("myMovie.swf", "target");}) to any word of this dinamic text?
To load movie in target pressing any word of this dinamic text.
thanks in advance for help
G e o r g e
georgmorb@ip.osgf.ge
Commands From Dinamic Text To Flash Movie
hi, I have the problem:
I have dinemic text in flash movie, rendered as HTML. Is it possible to attach any flash commands (like this: on (press) { loadMovie ("myMovie.swf", "target");}) to any word of this dinamic text?
To load movie in target pressing any word of this dinamic text.
thanks in advance for help
G e o r g e
georgmorb@ip.osgf.ge
|