4 * object rel coords, as in obj1.(x,y) and monkey.nose
5 "follow me" feature: default, or should it be explicitly specified?
10 * .egon (stub is there, never really implemented)... folding edges?
11 * dump format for ingestion into swifty?
13 * .importassets, .import
14 * default output filename (name.sc -> name.swf) if unspecified
15 * change .swf to .flash ?
16 import swfs with .swf instead of .movie?
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)?
24 * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
25 optional- use another color for dashed lines)
27 * some bounding boxes are too big
28 * support for ttf fonts in --fontdirs
33 * implement support for truetype fonts. [yes please :-)]
34 * command line option parsing
38 * Handle Bounding boxes
39 * Relocate SetTarget "/content" stuff, too?
40 * allow "combining" Actionscript and SWF.
41 * "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths:
42 relocate depth in normalcombine()
43 * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
47 * mp3 extraction should also work for movieclips.
51 * -r flag doesn't work without -d option.
55 * Actionscript has memory leaks
56 * Font routines still need a little more work (shape alignment)
67 * example set illustrating basics
68 * cook book: how to get familiar effects
69 (fade/wipe/titles/scrolling/false perspective etc)
70 * complete list of all required packages and libs and how to get/build them