noting that include is done, noting that egon is not yet implemented
[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     * .egon  (stub is there, never really implemented)... folding edges?
12     * dump format for ingestion into swifty?
13     * .editbox
14     * .importassets, .import
15     * default output filename (name.sc -> name.swf) if unspecified
16     * change .swf to .flash ?  
17         import swfs with .swf instead of .movie?
18     * more colour names?  X11 colour names?  (we are Linux after all...)
19     * .hide/.show?
20     * .orbit
21     * store instance coordinates for .put with same name after .del?
22     * macros?  looping?  ways of reducing repetitive coding (and the length of sc files)?
23
24     + .include          [DONE Feb 22 2003]
25
26 pdf2swf:
27
28     * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
29               optional- use another color for dashed lines)
30     * fix memory leaks
31     * some bounding boxes are too big
32     * support for ttf fonts in --fontdirs
33     * upgrade ttf2pt1
34
35 font2swf:
36     
37     * implement support for truetype fonts.  [yes please :-)]
38
39 swfcombine:
40
41     * Handle Bounding boxes
42     * Relocate  SetTarget "/content"  stuff, too?
43     * allow "combining" Actionscript and SWF.
44     * "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths:
45         relocate depth in normalcombine()
46     * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
47
48 swfextract:
49     
50     * mp3 extraction should also work for movieclips.
51
52 wav2swf:
53     
54     * -r flag doesn't work without -d option.
55
56 librfxswf:
57
58     * Actionscript has memory leaks
59     * Font routines still need a little more work (shape alignment)
60
61 other:
62
63     * swfcrop
64     * swf2fig
65     * swfrender
66
67 documentation:
68
69     * basic command set 
70     * example set illustrating basics
71     * cook book:  how to get familiar effects 
72         (fade/wipe/titles/scrolling/false perspective etc)
73     * complete list of all required packages and libs and how to get/build them
74