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: Branden Hall
Date: Mon, 8 May 2000 03:25:46 +0100

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 <zonaatvelocityhsi [dot] com>
To: <flasheratchinwag [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 helpatchinwag [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 helpatchinwag [dot] com


Replies
  RE: FLASH: Using ascii codes in Flash va, Dan Sobczak

Replies
  FLASH: Using ascii codes in Flash variab, Dan Sobczak

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