Posts Tagged 1120
1120: Access of undefined property…
Posted by myk in compile-time, error on July 15th, 2009
Description of Error
This error means that you’re trying to act on a property (could be a variable, a movie clip, etc) that Flash doesn’t recognize because it doesn’t technically exist yet. The name of the property flash is trying to access is displayed in the error, so it’s usually pretty easy to figure out exactly what’s gone wrong.
Most Recent Comments