Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Text Field action |
From: | Cheri Harder |
Date: | Sun, 12 Mar 2000 08:12:00 GMT |
First off....
I don't think that FS Commands is what you are looking for, at all. Check
out the help sections and tutorials and such and you will see that you can
do the types of things you are asking about without any reference to FS
Commands at all. FSCommand is a mechanism that allows two-way communication
between Flash and the scripting environment - so that you can talk from one
Flash movie to another, or the Standalone Flash Player, etc. Within a
single Flash movie you should not have any need to use FSCommands. I've
been using Flash for probably a year now, and have never used an FSCommand.
Secondly...
You don't ever put actions in the down frame of a button. You put your
button on the stage where you want it (that graphic is now called an
"instance" of the button) and you click on that instance to bring up its
properties. One of the property tabs for buttons is an "actions" tab. THAT
is where you put your action. Click on the "Plus" sign at top left and look
down the list of actions and see "Set variable" and click on that. The
script will automatically be formatted as
On (Release)
Set Variable: "" = ""
End On
Now fill in the boxes on the right for the variable name and the variable
string you want.
~~~~Cheri Harder~~~~~
charderawsolution [dot] com
Advantage Web Solution
www.awsolution.com
> I have a button, I have a textfield named "TextField1"
>
> In the Down frame of the button I put this action
>
> On (Release)
> FS Command ("set variable: "TextField1" = "You have clicked on
> Button 1"", "")
> End On
>
> but it does not display, what amm I missing
>
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World�s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California
-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: Text, Robyn Winter
FLASH: Text Field action, Thanks but thi, Donald
Replies
FLASH: Load Movie into Target Reference, Cheri Harder
FLASH: Scaling on Mouse Down, Donald
Re: FLASH: Scaling on Mouse Down, Cheri Harder
Re: FLASH: Scaling on Mouse Down, Thanks, Donald
FLASH: Text Field action, Donald
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]