AS3 Error #1009, random line errors
This usually means something hasn’t been instantiated yet, and you’re trying to call on something that doesn’t exist or have it’s values yet. I kept getting related errors for line numbers that seemed obviously OK. My problem was that I had moved my super() call to below a couple other lines of code.
Advertisement
Categories: Flash / Actionscript