loadVariables? Q

you’ve got the dynamic text field on the stage…

key frame [SIZE=3][COLOR=Red]1st[/COLOR][/SIZE] has this action ***this.loadVariables(“text/eshopItem.txt”); ***
variable’s name “engine”
key frame [SIZE=3][COLOR=Red]2nd[/COLOR][/SIZE] has this action ***this.loadVariables(“text/eshopItem.txt”);
***variable’s name “chassi”

Can you load more then one variables from one text file???
I tried this:
eshopItem.txt
engine=blabla
chassi=bla…
and of course it doesn’t work…it only works the first variable…

The reason is that I want always load the different word in each key frame and I don’t like to have so many text files.