9 * object rel coords, as in obj1.(x,y) and monkey.nose
10 "follow me" feature: default, or should it be explicitly specified?
15 * .egon (stub is there, never really implemented)... folding edges?
17 * default output filename (name.sc -> name.swf) if unspecified
18 * SWF 3 actionscript commands shortcut
20 * store instance coordinates for .put with same name after .del?
21 * macros? looping? ways of reducing repetitive coding (and the length of sc files)?
25 * Implement dashed lines (maybe by using fillstyle to keep Shapes small, maybe
26 optional- use another color for dashed lines)
27 * several bounding boxes are too big
28 * support for ttf fonts in --fontdirs
29 * add support for FreeType
35 * speed up h.263 routines (MMX?)
39 * allow "combining" Actionscript and SWF.
40 * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
41 * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
42 * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
43 * Handle Bounding boxes
44 * support for centering (remove need to set -x,-y parameters manually when linking
49 * mp3 extraction should also work for movieclips.
54 * support for text boxes
58 * pad blocks for mp3 compression
69 Makefiles/configure/installation:
71 * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
82 * example set illustrating basics
83 * cook book: how to get familiar effects
84 (fade/wipe/titles/scrolling/false perspective etc)
85 * complete list of all required packages and libs and how to get/build them