AS 2 class project idea:
provide a custom trace class that automatically loops through an object and prints out its property. You can also easily turn it off at publish time.
Flash idea:
A movieclip that shows the timeline view (yes, a virtual Flash within Flash) and when mouse over, will show you the actioscript code, etc.
JSFL idea:
- A JSFL code reader that automatically scans your movieclip timeline, and generate the JSFL script necessary to produce the same structure, including tweening.
- Analyzes the library and prints out the statistics of library items, such as use count, size, etc.
- Selectively prefix or suffix all library items of a particular type.
- Extract the actionscript code in all frames, and put them into as file, and insert the appropriate #include.
Or the other way around:
Extract all the code from the .as file, and put them into the frames.
- Ever have problem hunting for a particular movieclip (esp empty movieclip)? Simple type in the name or the type of the clip (say, empty movie clip) and it will show you where they all are.
- Automatically name layers with frame label "labels" and layers with actionscript "actions"
- Automatically convert all or selected onClipEvent into mc_instance.on
- Automatically generates the scriplet for color.setTransform based on what the user selects in the color wheel.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home