Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: How do I make a text box into a label? |
From: | John Croteau |
Date: | Thu, 16 Sep 1999 08:16:35 +0100 |
Hi Greg,
> Im new to flash, does anyone know how i can make a textbox into a label?
I'm guessing what you want to do is use text in the text box to go to a
frame label.
Set the variable in the Text Field to TextBox and use this:
On (Release)
Set Variable: "Label" = TextBox
Go to and Stop (Label)
End On
Variables are case sensitive, so you might want to use one of the String
plug and play case routines to convert all the text to all lower case or
all upper case and make sure your labels conform.
http://www.FlashBible.com/Members/ActionScript/PlugNPlay/Strings.htm
----------- -----------------------
John Croteau croteauerols [dot] com (mailto:croteauerols [dot] com)
------------- -------------------------
FlashTek (Advanced Websites with Flash) http://www.FlashTek.com/
Flash Bible (Fast track to good Flash) http://www.FlashBible.com/
Flash Central(The Universe Starts Here) http://www.FlashCentral.com/
The Flash Tech Resource (Tech Notes) http://www.FlashCentral.com/tech/
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
------------------------------------------------------------------------
To UNSUBSCRIBE send: unsubscribe flasher in the body of an
email to list-managerchinwag [dot] com. Problems to: helpchinwag [dot] com
N.B. Email address must be the same as the one you used to subscribe.
For info on digest mode send: info flasher to list-managerchinwag [dot] com
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]