On Sun, Dec 14, 2008 at 1:38 AM, Nathan Huesken <[email protected]> wrote:
> Hello everybody,
>
> I wonder, is there more documentation that this site: 
> http://osflash.org/doku.php?id=swfmill
>
> I wonder if things like the following  possible with swfmill:
> - Create a MovieClip that runs in loop.
> - Create a MovieClip, which displaies just one image, but rotates it slowly.
>
> OK, for the second I could create a MovieClip with a lot of frames, but can 
> it not be done with only 2 Frames and let Flash make the interpolation?
>
> Thanks!
> Nathan
>

Well, you said it yourself, you can create a MovieClip with a lot of
frames, it is a valid solution, and it works.
There is no "interpolation" in swfmill simple dialect, but it is
possible to code "interpolation" as an xslt transformation, but it's
pretty complicated though, and the result is similar to creating a
movie clip with a lot of frames- except the frames are generated
automatically.

You can also use ActionScript, in several ways. There's mtasc and
other high level compilers, there's flasm and there is low level code
which can be accessed with xslt...

I'm including a simple example, that uses that last method.
But if you need anything more complicated you should look into the other ways.

Attachment: simpleBase.rar
Description: application/rar

Attachment: rotation.rar
Description: application/rar

_______________________________________________
swfmill mailing list
[email protected]
http://osflash.org/mailman/listinfo/swfmill_osflash.org

Reply via email to