Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Using ascii codes in Flash variables for text formatting? |
From: | Helen Triolo |
Date: | Mon, 8 May 2000 04:49:04 +0100 |
Dan Sobczak wrote:
>
> Looks like the only way it *can* be done is as an Expression, and not a
> string literal... At least, that's as far as I got. But that's all I really
> needed to do for this one project.
>
> If there is a way to do it as a string literal, I'd also love to hear
> anyone's suggestion!
>
If you mean putting some specific text (not a variable), separated by 1
or more blank lines, just set up your assignment like this:
Set Variable: "textstr" = "first line followed by 1 return" & newline &
"2nd line followed by 2 returns" & newline & newline & "last line"
(yes, Expression has to be selected in the value box and you just supply
your own quotes for the literal part) to get this in the textstr field:
first line followed by 1 return
2nd line followed by 2 returns
last line
Those are cut and pastes from a fla file and the textfield in test
movie, respectively. Seems to work fine.
Regards,
Helen
----------------------------------------
helen triolo � http://i-technica.com
designeri-technica [dot] com � 301-424-6037
----------------------------------------
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
RE: FLASH: Using ascii codes in Flash va, Dan Sobczak
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]