View Single Post
Old 03-14-2009, 01:58 PM   PM User | #1
gani
Regular Coder

 
Join Date: Nov 2008
Posts: 165
Thanks: 0
Thanked 0 Times in 0 Posts
gani is an unknown quantity at this point
Global variable not showing

I have this
Code:
package 
{
    public class globes
    {
        public static var data:Object = {};
    }
}
in timeline i have this

Code:
import thepackage;
globes.data.myglobalvar='okay';
I get an error saying
Access of undefined property globes.. How to fix it?
gani is offline   Reply With Quote