Archive for category General

1025: Cannot redefine a final method.

Description of Error

You have a method marked override, but the method you’re trying to override has been marked as final.

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