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: | Dan Sobczak |
Date: | Mon, 8 May 2000 03:40:24 +0100 |
Thanx, Branden! Duh... It was right in front of me... If it was a snake,
it would've bit me! ;)
-Dan
> -----Original Message-----
> From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Branden
> Hall
> Sent: Sunday, May 07, 2000 7:12 PM
> To: flasherchinwag [dot] com
> Subject: Re: FLASH: Using ascii codes in Flash variables for text
> formatting?
>
>
> You don't need a carriage return.. there is a special flash function,
> newline, that does just that. Open up your expression editor and you will
> see it there.
>
> -= Branden J. Hall
> -= Multimedia Developer/Instructor
> -= Fig Leaf Software
>
> ----- Original Message -----
> From: Dan Sobczak <zonavelocityhsi [dot] com>
> To: <flasherchinwag [dot] com>
> Sent: Sunday, May 07, 2000 10:01 PM
> Subject: FLASH: Using ascii codes in Flash variables for text formatting?
>
>
> > Hi,
> >
> > I'm making a flash movie that changes the text in a text field box once
> the
> > user clicks on a button. I'm using variables to tell Flash which button
> has
> > been pressed, so it knows which text to place within the text field (by
> > setting the value of "Text" -- the variable that holds my text -- in an
> > Action).
> >
> > So my question is, is there a way to use ascii codes within variables?
> > i.e. I want to have 2 lines of text in my "Text" variable, but
> I want the
> > two lines separated by a carriage return.
> >
> > Basically I'm lookin to do the equivalent of:
> >
> > Text$ = TextLine1$ + chr$(13) + TextLine2$
> >
> > Is this possible in Flash? I've not found a configuration that
> works yet.
> >
> > Thanks!
> > -Dan Sobczak
> >
> >
> > 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
> >
> >
>
>
> 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
>
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, Branden Hall
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]