Hi pls check error
how can solve it !?Quote:
TypeError: Error #1010: A term is undefined and has no properties.
at home_17_fla:: pic_10_54/home_17_fla::frame1()
Printable View
Hi pls check error
how can solve it !?Quote:
TypeError: Error #1010: A term is undefined and has no properties.
at home_17_fla:: pic_10_54/home_17_fla::frame1()
that error is thrown if a variable is either undefined, or outside the scope of where it's being called from.
at any rate, one of the variables that you're calling on frame 1 of your fla is inaccessible.
try tracing some of the variables used on that frame and see what they output. there isn't much we can do without seeing any code.