View Single Post
  #4 (permalink)  
Old Mar 26th, 2008, 19:03
marSoul's Avatar
marSoul marSoul is offline
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 28
Posts: 411
Blog Entries: 2
Thanks: 3
Thanked 4 Times in 4 Posts
Send a message via MSN to marSoul Send a message via Yahoo to marSoul
Re: LoadVariables from text file into Actionscript.

The reason for that is the variable you are calling is inside function scope and available only in function scope, not outside that, so you get undefined when you call it
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Reply With Quote