Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Délon webforumsuser@macromedia.com #1
Re:Background Color change on a SINGLE line of text.
Thanks, but that won't work for what I'm doing. I'm creating a user populatable multi-select field. If there are a large number of options both added and selected an insertion or overlay option could get real hary real quick.
Délon webforumsuser@macromedia.com Guest
-
How to change the color of the LinkBar background.
Hi, I am using link bar and by default when I click on the links it shows the blue color in the link background. I want to change this blue color to... -
Can't change background color
The area of the screen outside of the editing area of Image Ready used to be a light gray color. This would make it easy for me to see where the... -
dynamically change of the background color
Hi All. I am new to this forum and I am seeking help with an issue I have recently encountered. Here is the context of my problem: I have an... -
change background color with script?
Hi There! I'm producing a photo-presentation for an exhibition. I have two questions: 1. The movie does not flow smoothly, I created a motion... -
Line drawing bleeding color into background
I use Photoshop to create graphics for the library I work in. I used it to make a floorplan of the library--a line drawing of black on a white... -
Doug Golenski #2
Re: Background Color change on a SINGLE line of text.
Dot syntax does not work consistently with text and field members, it's been
discussed and documented quite a bit in this NG. So you have to use verbose
syntax when dealing with these member types. Regarding your hilighting
issue, I don't think there is an easy way to do it...I'm sure someone will
correct me if I am wrong. What I would suggest is to use a vector shape
that you can lay either over or under your text block (whichever works) that
can change it's color and transparency to achieve the effect you desire. If
you are not very lingo savvy then you could just use several vector shapes
and turn them on or off depending on the line that needs hilighting (will
still require some lingo). Or if you are pretty good with lingo then you
can try placing the vector member on the fly.
hth,
Doug
"Délon" <webforumsuser@macromedia.com> wrote in message
news:bfpstj$hjs$1@forums.macromedia.com...block of text.> I am trying to change only the background color of only a single line in afound with the> (though the entire line, not just the worded portion)
> Ex.
> | Line 1 |
> | Line 2 |
> | Line 3 |
> | Line 4 |
>
> However I want to have control over the background color, which I havn'tanyway.> "hilite()"option...and that only hilites text, and ot the entire linenot what I'm after.>
> While:
> member("MyTextMember").bgcolor=rgb( 255, 0, 0 )
> member("MyTextMember").backcolor=7
> member("MyTextField").bgcolor=rgb( 0, 255, 255 )
> member("MyTextField").backcolor=9
>
> ...all work for changing the background of the ENTIRE cast member...that'smember("MyTextMember").line[1].forecolor=8>
> However, while this works:member("MyTextMember").line[1].backcolor=8> the logical extention does not:>
> Can anyone give me a hand?
>
>
Doug Golenski Guest



Reply With Quote

