A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: variables.txt - dynamic text box in another level...

  1. #1
    Junior Member
    Join Date
    Jun 2000
    Posts
    25
    Hi

    So this is what I've done:

    on level 0 is my main movie.
    in my actions: load myMovie.swf into level 30
    loadVariablesNum ("myvariables".txt, 30)

    on level 30 (myMovie.swf) I have a dynamic text box with a name of "atext"

    so what happens is I have html that appears in the box on level 30.

    BUT...

    I have a button that unloads level 30.
    I have another button that loads level 30.

    What happens is that when I unload and load level 30 again I lose my html formatted text. Nothing appears!

    Any ideas?
    Thanks in advance...

  2. #2
    Senior Member
    Join Date
    Nov 2000
    Posts
    275
    You could either place:

    loadVariablesNum ("myvariables".txt, 30)

    in your level 30 movie, or in the button which loads it.

    hope this helps...


  3. #3
    Junior Member
    Join Date
    Jun 2000
    Posts
    25

    eureka

    hey yeah

    that worked perfectly

    thanks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center