I'm trying to learn how Actionscript works. I turned on the -keep-generated-actionscript compiler option so that I could see the generated actionscript for an ItemRenderer I'm creating.
Should I:
1. directly edit the generated file, or
2. use the generated file as a reference for creation of my own ItemRenderer class file.
I'm thinking the latter, right?
all feedback appreciated!
many thanks,
Mark
You can do either, but there are AS item renderers in the SDK that are
better reference implementations.