A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Tracking variables from swf to swf???????

  1. #1
    Junior Member
    Join Date
    Feb 2001
    Posts
    7

    Tracking variables from swf to swf???????

    Dilemma:

    I am loading and unloading swf's on the main timeline. The swf's have a button that controls an "auto-run" capablility with variables. Originally, it was one large (I am talking King Kong's hemorroids large)file; and it crashed the mediocre computers for which it is intended. Thus, it was broken into separate swf's which load in sequence. The auto-run lets each swf play through. If it is off, the player stops waiting to prompted forward. If it is on, the player plays on.

    Having said all of that, what I really want to do is keep the button state from section to section.

    Sorry the description is a bit long.

    Any help is much appreciated.

    Thanks

    Tim

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    1,180
    Hi..

    Why not place the button in it's own swf file, which you can load into the highest level, then target the different level's from this one movie. You will be able to 'keep the button state' as this button will reside on top of all the other movies.
    Or are you asking about, being able to target variables on differing levels? As long as you target the level, where your variables reside, first then you can use these variables where ever they are.

    Sorry if I've misunderstood.

    Hope this helps.

  3. #3
    Junior Member
    Join Date
    Feb 2001
    Posts
    7
    Thanks.
    I'll give it a try and let you know.
    Right now all the swf's are on level 0 should I move them to 1?

    Tim

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