I have 4 movieclips on frame 1 , clip 1, clip 2 , clip 3 , clip 4 ...
Only clip one's mouse enabled is set to true ...all else false ..
Now on frame 4 i have a movieclip game , inside movie clip i do some counting, when the counting reaches 10 , i set a boolean value test1 to true ...
Now when test1 value becomes true i want to set mouseenabled for clip 2 to be true,
When i try and access from frame1 using code game.test1 , i get null reference error ...
Cannot access a property or method of a null object reference.
How can i access the value of test1 , kindly guide ...
Thanks
Jin