Quote:
Originally Posted by luo_andrew
I know it's possible to edit variables using ffish ,but is there any way to list them in a manner so that you can chose which one you want to edit?
Thanx, a newbie
|
to be more clear,I'm using the flash file like a database,I give each variable a predefined value and this is compiled to the exe file.In this way var var1=x var var2=y var var3=z..........
I can use the setvariable method to set the variable but can i list *all* of them to a text file to edit then pass them back to the flash file without knowing each variables name?
update

kay after a little search you can use listVariables(_root) in as3.thank you all