flash loadVars qu:
flash loadVars qu:
Out of context: Reply #1
- Started
- Last post
- 9 Responses
- finnpimp0
you could copy the var to a global position, for example if the var is called 'chimp' in the txt-file, then just
_root.chimp = loadedObj.chimp
that should make the var accessible from outside the func. if I understood the prob correctly, that is.