Flasher Archive

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


Subject: Re: FLASH: MOVIECLIP to show a VARIABLE in a text field from a text file loadedbefore
From: Mr Cooper
Date: Fri, 12 Nov 1999 10:39:19 GMT

hello try this one

Load Variables ("en.txt", "/MOVIECLIP/:VARIABLE")

textfields in a diverent level(only in the movie itself)
begin with /:
an for movieclips /

i haven't tried yet, but i think it will work


>From: "frederic gontier" <janvieratsprintmail [dot] com>
>Reply-To: flasheratchinwag [dot] com
>To: <flasheratchinwag [dot] com>
>Subject: FLASH: MOVIECLIP to show a VARIABLE in a text field from a text
>file loaded before
>Date: Wed, 3 Nov 1999 04:48:53 -0500
>
>Hi,
>
>I have a flash movie with 3 scenes: OPENING, MAIN MENU and SCENE2.
>In SCENE2, I have a movieclip named MOVIECLIP with a variable in a text
>field named VARIABLE. That text field has a tweening motion with scaling. I
>want the MOVIECLIP to show the VARIABLE in the text field from the text
>file
>loaded in OPENING...but nothing happens.
>
>1>In OPENING, I have a preloader waiting for the last frame of SCENE2 to be
>loaded.
>
>2>In OPENING, I have a button to Load Variables from a text file when
>clicked:
>On (Release)
> Load Variables ("english.txt", "")
> Go to and Play (Main Menu, 1)
>End On
>
>3>Once in MAIN MENU, I have a button to go to SCENE2.
>
>4>In SCENE2, MOVIECLIP should show the VARIABLE in the text field from the
>text file loaded in OPENING...but nothing happens.
>
>
>I tried a lot of combinations in the first button to send the varaible to
>the MC but obviously not the correct one...like:
>
>On (Release)
> Begin Tell Target ("")
> Load Variables ("en.txt", "/MOVIECLIP/VARIABLE")
> Load Variables ("en.txt", "/MOVIECLIP/")
> Load Variables ("en.txt", "/MOVIECLIP/")
> Load Variables ("en.txt", "/MOVIECLIP")
> Load Variables ("en.txt", "")
> End Tell Target
>End On
>
>or:
>
>On (Release)
> Begin Tell Target ("/MOVIECLIP")
> Load Variables ("en.txt", "/VARIABLE")
> Load Variables ("en.txt", "")
> End Tell Target
>End On
>
>Nothing worked, I would realy appreciate some help. Thank you very much.
>Frederic
>
>
>
>
>flasher is generously supported by...
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>Streaming Media WEST '99 Conference & Exhibition
>"The Worlds largest Internet Audio & Video Event"
>December 7 - 9, San Jose Convention Center, California
>
>Reserve your space today at http://www.streamingmedia.com
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>To unsubscribe or change your list settings go to
>http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>

______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


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