cleaned up, added/moved some items.
[swftools.git] / TODO
1 swfc:
2
3     * .texture
4     * object rel coords, as in obj1.(x,y) and monkey.nose
5         "follow me" feature:  default, or should it be explicitly specified?
6     * .replace command
7         .crossfade command????
8     * .sound file.wav ?  
9         syntax for single sound hits, looping, synch sound stream.
10     * text:  newlines
11     * dump format for ingestion into swifty?
12     * .editbox
13     * default output filename (name.sc -> name.swf) if unspecified
14     * change .swf to .flash ?  
15         import swfs with .swf instead of .movie?
16     * more colour names?  X11 colour names?  (we are Linux after all...)
17     * .hide/.show?
18     * .orbit
19     * store instance coordinates for .put with same name after .del?
20     * macros?  looping?  ways of reducing repetitive coding (and the length of sc files)?
21
22 pdf2swf:
23
24     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
25               optional- use another color for dashed lines)
26     * fix memory leaks
27     * some bounding boxes are too big
28     * support for ttf fonts in --fontdirs
29     * upgrade ttf2pt1
30
31 font2swf:
32     
33     * implement support for truetype fonts.  [yes please :-)]
34
35 swfcombine:
36
37     * Handle Bounding boxes
38     * Relocate  SetTarget "/content"  stuff, too?
39     * allow "combining" Actionscript and SWF.
40     * "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths:
41         relocate depth in normalcombine()
42     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
43
44 swfextract:
45     
46     * mp3 extraction should also work for movieclips.
47
48 wav2swf:
49     
50     * -r flag doesn't work without -d option.
51
52 librfxswf:
53
54     * Actionscript has memory leaks
55     * Font routines still need a little more work (shape alignment)
56
57 other:
58
59     * swfcrop
60     * swf2fig
61
62 documentation:
63
64     * basic command set 
65     * example set illustrating basics
66     * cook book:  how to get familiar effects 
67         (fade/wipe/titles/scrolling/false perspective etc)
68     * complete list of all required packages and libs and how to get/build them
69