Posts Tagged AS3
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.
Welcome to AS3Errors.com
This blog hopes to be a resource to catalog various errors that come up when working in AS3. The idea is to help developers understand what’s wrong with their code if it’s 3am the night before a deadline and you don’t know what the hell “1120: Access of undefined property…” means or how to fix it. We’re going to start out pretty simple, but hopefully this will eventually grow into a comprehensive resource for troubleshooting AS3 applications.
Most Recent Comments