Flasher Archive

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


Subject: RE: FLASH: Loading variables to a movie clip
From: Margo
Date: Tue, 14 Mar 2000 08:20:30 GMT

"JGL" <infoatdesignthenet [dot] com> wrote:

> So, on my main timeline I have this frame action:
> Load Variables ("./news.txt", 0)
> My MC is called:
> NewsFrontPage
> My text box properties in the MC call for this:
> news1
> Of course 'news1' is a variable in news.txt
> How do I apply what you just said to the above . . .

Hi, JGL...

You can load variables directly into a movie clip. Your frame action would
look like this:

Load Variables ("news.txt", "NewsFrontPage")

Instead of loading the variable into level 0, click the radio button beside
"Target" and type in the name of your movie clip. The button beside the
field should be abc (String Literal).

Assuming your movie clip instance on stage is named "NewsFrontPage", and the
text field inside the movie clip is named "news1", and your news.txt file
says: news1=whatever, this should work fine.

Margo Matthew
margoattechead [dot] com



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 helpatchinwag [dot] com


Replies
  RE: FLASH: Loading variables to a movie , JGL

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