Posts Tagged AS3

1120: Access of undefined property…

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.

Read the rest of this entry »

, ,

No Comments

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.

, , , ,

No Comments