PDA

View Full Version : Passing of variables between external fla's


blrao
11-21-2005, 09:36 AM
There are 4 .fla files with names as main.fla, first.fla, second.fla & third.fla.
If any variable is declared in a main.fla, and its value is changed during its execution. On click any button of this file, it should go to first.fla and then second.fla & third.fla. In all these three child files, buttons are provided so that on clicking of which it should jump back to main.fla.

My objective is:
Whatever the latest value of the variable in main.fla before jumping to first.fla, that should be carried out in second.fla & third.fla. When button for jumping from any of these three child files (i.e. first.fla, second.fla & third.fla) to main.fla is clicked. The value of the variable should be same when it come back to main.fla.

Kindly if possible, show the solution with example.

Expecting reply as early as possible.