Http://www.fireyang.com/blog? P = 886
The kafebutton expansion component written by Dr. kevincao is very powerful. Although I have not used the game yet, it shows the strength of jsfl.
In the new project, I can also use jsfl to write some extensions so that the designer can automatically generate templates and process resources.
I have found a lot of information and found that this series of tutorials is the most detailed and best. At least I think it is more powerful than the official ones:
Creating flash extensions
There are 7 articles in this tutorial:
- Creating flash extensions-Pt. 1: Introduction: Describes jsfl. How to view jsfl from history and have a basic understanding of jsfl
- Creating flash extensions-Pt. 2: The DOM: Dom structure, that is, the structure of fla in jsfl:
1 |
fl.documents[0].timelines[0].layers[0].frames[0].elements[0]; |
- Creating flash extensions-Pt. 3: manipulating the Library: It is very practical to manage folders for different types of resources.
4. Creating flash extensions-Pt. 4: User Interaction: create some interactive interfaces, alert pop-up windows, confirm pop-up windows, etc.
5. Creating flash extensions-Pt. 5: SwF panels: Use SWF to publish a custom panel. Is it a library? The author also recommends several corresponding SWF panel components.
6. Creating flash extensions-Pt. 6: custom tools. You can create a drawing tool by yourself.
The author uses a straight line tool to demonstrate how to get started easily.
7. Creating flash extensions-Pt. 7: distributing to others: Package Your development extensions, which can be sent to the designer or shared with others.