Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Flash4: Scrolling text
From: AL Lyman
Date: Tue, 16 Nov 1999 09:17:58 GMT

Agreed Bob. I haven't found any-of-em-easy!
I got the &chr 13 also, till I saw that goes in the last variable.

Viz: Set Variable:"Text1"="Here is where text for text1 goes."
Set Variable:"Text2"=Here, Text2" etc

Put as many as you want. then the last entry: (Assuming your
instance names is ScrollText)
Set Variable: "Scrolltext"=Text1 & chr(13) & Text2 & chr(13) &
Text3 etc. get the spaces right. Also, use two entries for double
spacing. Text1 & chr(13) & chr(13) Text2 will dbl space it. Also,
notice the text goes in quotes, but the last variable where the chr13
is-doesn't.

The &chr(13) doesn't go in the text line, it goes in the separate Set
Variable. Once I got that right, I came to really like Dorian's
Scroller. It is very useful, and very attractive. Agreed? AL Lyman
**********
On 15 Nov 99, at 16:09, Merrill, Bob wrote:

> I wish you guys/ gals wouldn't put the word simple in the title of your
> tutorials. Makes me feel stupid when I can't get them to work :-)
>
> Dorian has one called "Simple Scrolling Text". When I test the movie I get
> the variable name (or string in this case: Text1 & chr(13) & chr(13) &
> Text2) instead of the value the variable holds. I know the variables hold
> values, they just aren't displaying. Anyone familiar enough with this
> tutorial to know what I might be missing?
>
> BobMerrill
>
>
>
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> Streaming Media WEST '99 Conference & Exhibition
> "The Worlds largest Internet Audio & Video Event"
> December 7 - 9, San Jose Convention Center, California
>
> Reserve your space today at http://www.streamingmedia.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>




flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: Flash4: Scrolling text, Merrill, Bob

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]