10 * object rel coords, as in obj1.(x,y) and monkey.nose
11 "follow me" feature: default, or should it be explicitly specified?
14 * .egon (stub is there, never really implemented)... folding edges?
16 * default output filename (name.sc -> name.swf) if unspecified
17 * SWF 3 actionscript commands shortcuts: geturl, gotoframe?
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)
30 * speed up h.263 routines (MMX?)
34 * allow "combining" Actionscript and SWF.
35 * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work
36 * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites
37 * "swfcombine file.swf -x 200 -y 200 -s 200 box1=file1.swf" doesn't work?
38 * Handle Bounding boxes
39 * support for centering (remove need to set -x,-y parameters manually when linking
45 * mp3 extraction should also work for movieclips.
46 * frame extraction should also extract not yet deleted characters from the previous frames.
50 * support for MorphShape?
54 * pad blocks for mp3 compression
60 * fix font parsing- code offsets should be used
67 Makefiles/configure/installation:
69 * check for vsnprintf, bcopy, bzero, strndup etc. and supply replacements
80 * example set illustrating basics
81 * cook book: how to get familiar effects
82 (fade/wipe/titles/scrolling/false perspective etc)
83 * complete list of all required packages and libs and how to get/build them