Urgent - Scolling Text Colour
Hi, Is it possible to have a scrolling text field using the Scrollbar component that contains different colours of text within it. You can change it on the stage, but when the movie is tested, the changed colours do not show. Please help, thanks kbfm
FlashKit > Flash Help > Flash Newbies
Posted on: 10-14-2003, 09:30 PM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Scolling Text
I have created a text box and attached a components scoll bar.
What is the easiest way to include a button that scrolls with the
text?
thank you in advance!
Scolling Text Box
I'm trying to make a scroll text block, and I've chosen this method:
scrollable text = "Huntress"
add newline add newline
"Lost in the woods in a never-ending
Pitch black, tall shadows, edges of pine
Needles glowing with a faint eerie
Green hue in the moonlight. The moon that must
Have shown somewhere, somewhere from way up high,
Outside. Not here. Here is a black dream
Standing in thin air with feet on the floor
Which way to go? They are infinite.";
Some how this isn't working, perhaps because I have many lines that skip to the next, with the "enter" button. I also plan to insert much, much more text.
Is there some easy way to copy and paste this text into the code that this will work?
Scolling Text?
Does anyone noe of any tutorials or know themselves how to make a full srolling bar? (not the tutorial on kirupa)
Scolling Text Box
i wnat use the flash ui components to make a dynamic text box scroll
i has the instance name "scroller" and teh var name "ans"
i pass text to it through the var name with a button..
how can i scroll this text without loading from an external file coz teh text wll be different everytime due watr is inpiutt b4 it..
and its goin to have to on a cd so i cant have it usinbg externale files...
ne help plz?
Scolling Text?
Does anyone noe of any tutorials or know themselves how to make a full srolling bar? (not the tutorial on kirupa)
Scolling Text With Button
Can anyone please explain to me the simplest way to create a scrolling text area using your own made arrows (up, down)
Vertical Scolling Text
Hello everyone,
Have anyone come across some code that will allow you to scroll text verically, WITHOUT buttons, rollovers, scroll bar. I am looking for something will continouly scroll some text from a external file.
Thanks
Scolling An Image With Text.
I know how to make scrolling text...that's easy. But I don't know how to make it so an image can scroll with the text.
Any suggestions as to get around this..Keeping in mind I don't know much about actionscript at all.
Scolling Text Perspective
A new dialiemah of mine... I want to create a star wars like scrolling text feature. And im pretty sure its a case of altering the perspective as the movie clip rises. Well, so I think.
I thought it would be quite straite forward, but flash isnt that nice to me, so can anyone help?
I have attatched a .fla to work from if you have any spare time to offer. And the image below is a sort of description of what i think needs doing.
I not asking anyone to go to the extreme lenghts of making the hole thing, But any help will the text scrolling up bit would be great.
Thanx all.
Mark
Scolling An Image With Text.
I know how to make scrolling text...that's easy. But I don't know how to make it so an image can scroll with the text.
Any suggestions as to get around this..Keeping in mind I don't know much about actionscript at all.
Scolling Text Which Was Loaded As A Variable?
I have loaded a .txt file into a dynamic text box in my movie.... however the scroll component will not work... It only seems to work when I simply paste the text into the text box.....
Can you scroll text which has been loaded into the text box?
thanks,
Scolling Dynamic Text.......possiable?
hey, ive got a text box in my movie which i want to be scrolling text, the text is loaded from a text file and i want the text to scroll within the dynamic text box, is this possible??
Scolling Dynamic Images In Text Field
Hi,
I have a text field which is dynamically pulling in a text file, as well as an image using <img> tag. I have up and down arrows to scroll the contents, but when I added the image, it scrolls down to show about half of it, and then stops scrolling.
Is it possible to scroll w/ an embedded image in a dynamic textfield? Here is the code I have on the "up" scroll button:
on (press) {
this.onEnterFrame = function() {
_root.strategybox.scroll -= 1;
};
}
on (release) {
delete this.onEnterFrame;
}
Any help???
Thanks
Scolling Text With Links And Buttons....not Dynamic
I need to figure out how to scroll some text and there are also buttons I still want functioning within. It's not dynamic text...
Right now I set up a movie with a mask with this text/button/graphic that motion tweens up and down...that would simulate a scroll. I made two buttons. I can get one to work, to play the movie on rollover or press and stop when you rollout. This becomes a problem when I need to move the other way...to reverse it. I'm not sure if there is an actionscript that can reverse the movie from the current position...or if I've run into a wall and there is a better way to create this scroll. Nothing fancy.
I'm having trouble finding this because every tutorial or help is for dynamic text, which would be fine, but I don't need that.
Any help would be awesome.
Thanks.
Stacy
Adding Buttons/links To A Scolling Text Field
I'm trying to make an online catalog of an art collection, so I have a scrolling text box, with many names listed, and I want each name to link to a new page with images of the artwork. I was planning to make the box with each name as a separate button, until I ran into what seems like the problem of not being able to have buttons in a text field. PLEASE..any suggestions on how to make this work? I need to figure this out urgently..thanks!
Text Variable To Insert Into A Text String + Bkgrnd Colour
Hi. I'm not completely new to Flash MX and I've seen the answer somewhere, I've just never used it and you know the saying about not using and losing?
I have a web site that has a story where the reader inserts their own name into the single prompt. That name is then used throughout the story within the text.
I've done it in Javascript, but I want to do it in FlashMX. You know the story about no life and sleepless nights? Well that's me. Please help!
The other thing that's bugging me is that I've made an oval Flash button, but I can't get the document/movie background to be transparent, You can still see a (white) box around the button. How can I get rid of the background or make it transparent?
Thanks for your time
Dynamically Changing The Text Colour Of A Dynamic Text Box..
If I have say a variable called myVariable and the text is blue is there any way you can get that variable to change colour for a certain value?
so for myVariable = 2, its red myVariable = 3, green
that sort of thing, anybody know any snippet of code that does this?
I know I could rig something up using movieclips to do this, but I'd prefer a simpler method really.
Change Colour Of TEXT In Dynamic Text Field?
hi,
I am wanting to change the colour of the text in the dynamic text field "myText" ... want to change it to RED (#FF0000) when the count down fucntion turns the dispalyed text to 1...
ActionScript Code:
function countDown(event:TimerEvent):void {
if (currentFrame == 5) {
myText.text = String(250 - timer.currentCount);
if ((250 - timer.currentCount) ==1) {
myText.TextColorType ==#FF0000();
}
HOW?
error - "1093: Syntax error."
Formatting Text Inc. Colour From Text File
Hello, Does any one know if it is possible to format text i.e. new line, bold, change colour.... from text sent from a text file?
I've got a text field on my stage called main_copy and i am loading text into it from a text file... but i need the file to tell the text when to new line and have a different colour I know how to do it straight from flash...
i.e.
main_copy.htmlText = "<p>newline</P>";
but how do I pass these formating cues from a text file without flash thinking it is the actual text...
I'm running from a simple text file and using following naming structure....
&main_copy_var = text for main copy&main_copy_var2 = text for main copy2
etc....
can anyone help?
PLEASE HELP - Differant Colour Text/style In Text Box
Hi guys..
Should be pretty simple but cant work it out and its driving me nuts... I have a transparent schrolling text box which I am importing text from a word doc, I want to change the style of this text. i.e Bold header and text differant colours as soon as I change one thing the whole copy changes??
ANy ideas...?
Thanks
Jez
16 Bit Colour Mode Problem With Alpha Fades On Colour
Please help me out. I have tried many other forums and people, but no one can give me an answer. Hopefully you can.
Have a look at a site I designed for a school.
http://www.brineleas.co.uk in 32-bit mode this is great, now try 16 bit colour mode and you will see my problem.
Please help if you know how
Trev:
.txt Text Colour?
Hi there flash gurus
I usually create flash sites that get large text areas
from .txt documents, that way my clients can usually
change/add text without needing to open the .fla file.
Is there any way to assign colours in the .txt itself
(i.e. a red coloured text header)?
Thanks! Greetings!
Text Colour
Please!!!!
Someone tell me how to change a simple dynamic text heading to another colour???????????
I have a linked dynamic text field named "mytext_mc". How the bloody hell!!!! do I get it to appear the colour #003366 using an 'onRelease' button??????
Electronic Ink
Text Box Bg Colour
Hi,
I am using a dynamic text box but dont want the standard white background - is it possible to alter both the background colour and the bounding line colour or have none at all?
Cheers,
Alex
Text Box Colour Help
Hi.
I've been adding an MP3 player to a site as seen in the image here.
I've managed to colour the buttons etc to fit in with the colour scheme.
How do I colour the text boxes to a blue shade also?
Thanks
John
Text Box Colour
Hello
I have just made a dynamic scrollable text box and was wondering if there was anyway of changing the background colour of the text box. I would like to have white text on a blue background in the text box but am not sure how to do this. Also is there a way of changing the colour or style of the scrollbar. Any help would be much appreciated.
Thank You
TEXT BOX COLOUR
When I draw out my dynamic text box I want it to be transparent so it matches the background which is black, but it just draws a white box, how can I change this??
Thanks
Jon
Change Text Colour
HiYa
I have a simple infomation banner that i would like to jazz up a bit. What i would like to do is make the word "hot" (in the oppening sequence) - go from white to red. Having it going up in flames would be even better
The file is here
&
SWI here
Cheers
Roy
Text In Textbox Always The Same Colour As Mc
Hiya all
I'm new to Flash so excuse me if this is a stupid question... but here it goes.
I'm creating a flash-movie where I have all my code in external AS files, and therefore load all interface elements dynamically onto the stage. I create an empty movieclip (call it A) on the root, and attach another movieclip (call it B) to it (B is located in the library). Now I manipulate A back and forth, change colour of it and make it jump up and down and fade in and out. Ok, this all works fine ... but my problem is this: Now I have to attach a dynamically created textbox to A, so that when A moves the t.box moves too. I've done this, but even though I use textFormat for the textbox the colour of my text is always the same as of A ... so it's invisible!! (I know it's on the screen 'cause I made part of it stand a bit out of A, I can see the border, ie the colour.) Why is that? It's on a different level than B, it's created after A and B have fully loaded ... I'm stuck. Any ideas??
Any help is so much appreciated!!!
thanks in advance,
bk
Why Are My Text Filled With Colour?
I don't know how to explain this but, I have attached a small .jpg to show you my problem...
why are the letters b, d, 0 and 4 all blacked out?
i mean filled with colour... however u explain it...
can i fix this??
Dynamic Text Box And Colour
Hi, when making a dynamic text box (so I can be updated by an external txt file) how do I change the colour of the box?
So far I can only have it with out the border/BG or have it defualt Blk and Wht?
any ideas?
Actionscript // Text Colour
Does anyone know if it is possble to set text colour in actionscript. I am pulling news text in dynamically and I would like to specify that the headline is a different colour than the body.
Has anyone got any ideas?
Changing Colour Of Xml Text
I have an .xml file loading into a dynamic text box. Can I change the colour of the font in the .xml file so I can have red or black text so that:
<Slides>
<slideNode jpegURL="images/image1.jpg">This text is red,
and this text is black</slideNode>
<slideNode jpegURL="images/image2.jpg">This text is red,</slideNode>
<slideNode jpegURL="images/image3.jpg">this text is black</slideNode>
<slideNode jpegURL="images/image4.jpg">This text is red,</slideNode>
<slideNode jpegURL="images/image5.jpg">this text is black</slideNode>
</Slides>
Hope that's clear, mainly having different colour text than spacified in the flash text box.
Text Colour In Scroll
I am using a scroll window in Flash MX but can't seem to change the colour of the text. It all reverts to one colour and I need to use multiple colours.
Changing Text Colour
Hi,
I'm sure this is simple, but I can't get it to work, I just need to set the colour of the text in a textfield, i've tried things like text.color = 0xff0000; with "text" being the textfields instance name, but it doesn't work, do I have to create a color object?
thanks for any help.
boombanguk
Root The Colour To The Text
basically the user enters text message followed by a colour selection.
So once user finish typing their message, a color pallete will be available to them , and user will click submit to transfer that message on to the next screen in colorful text
Text Colour Change
Hey,
I am creating a sky scraper banner. I have a little box moving up and down over some text, what I want to be able to do is, have the text changing colour when the box goes over it, so like lets say all the text is white, when the box moves over it, it goes black, and then when it's off the text the text goes back to white, confusing eh? lol
If anyone could help, I would be most grateful!
Thanks,
Paul
Selected Text Colour?
is ther any way to alter the colour of selected text, or the colour of the selected area block?
Cheers...
Button Text Colour
Hi,
I'm struggling to get my navigation script to work. When i click on a button i'd like the text color to change to show it's active, and remain active when rolled out. Then, when another one is clicked that becomes active and the previous one reverts back to it's orginal colour.
I know i'll need to put in an 'if' statement but i can't seem to make it work
Can anyone assist me in making this work?
Here's my actionscript:
portfolio_nav["nav"+i].onRollOver = function(){
this.navitem.textColor = 0x3f3f3f
}
portfolio_nav["nav"+i].onPress = function(){
portfolio_nav["nav"+i].navitem.textColor = 0x3f3f3f
}
portfolio_nav["nav"+i].onRollOut = function(){
this.navitem.textColor = 0xB2B2B2
}
}
Changing Text Colour
I can't seem to do this effect for some reason. If you go to http://www.energypixel.com/ when the red thing goes over the menu links (which are grey color), the links turn white with the red bar over it so you can see the text easier. How did he do this effect. It won't change for me, or it's a pain.
Checkbox Text Colour = Help Pls
Hi all,
Is it possible to change the colour of the text next to a checkbox in flash?
The component i have added is: Checkbox
It defaults to black.
how can i change it to white?
THanks
Changing Text Colour
I can't seem to do this effect for some reason. If you go to http://www.energypixel.com/ when the red thing goes over the menu links (which are grey color), the links turn white with the red bar over it so you can see the text easier. How did he do this effect. It won't change for me, or it's a pain.
Toggle Colour Of Text
Hi can anyone help. I have a really simple request with Flash but I haven't used this technology for ages.
I want to create an activity where when a user clicks on a word it toggles to a blue colour and when the user clicks on it again it toggles back to a black colour.
Could anyone explain how to do this in the easiest way?
Thanks
Text Colour Change.
I have finished making a php/flash mail form. To keep it in keeping with the rest of the site I have made it black. How can I change the colour of the text the end user will type.
|