Hello
I don't know if swfmill mailing list is the correct place for this
question, because i'm using mtasc with swfmill, but anyhow...
I was browsing the net and didn't find enough simple and _complete_
examples of doing things with swfmill + mtasc
this is what i found and it is working fine (i changed it a little):
#!/bin/bash
rm eka.swf Classes.swf 2>/dev/null
mtasc *.as -version 8 -wimp -swf Classes.swf -header 1:1:30 || { echo
"FAILED: mtasc"; exit; }
swfmill simple eka.xml eka.swf || { echo "FAILED: swfmill"; exit; }
echo "SUCCESS!"
but what i'm actually trying to do is to:
1: create a shape from an svg-file (i can load the svg and display it,
but i have no idea on how to use it as a shape)
2: and how to put an image inside the shape and move the image in the shape.
i hope someone can help me on this, thanks :)
Heikki, Finland
_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org