[swfmill] Effects in Movie Clips
Icey Shard
iceyshard at gmail.com
Wed Dec 17 13:54:11 PST 2008
On Sun, Dec 14, 2008 at 1:38 AM, Nathan Huesken <swfmill at lonely-star.org> 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.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: simpleBase.rar
Type: application/rar
Size: 7382 bytes
Desc: not available
URL: <http://osflash.org/pipermail/swfmill_osflash.org/attachments/20081217/5e7736d4/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: rotation.rar
Type: application/rar
Size: 1837 bytes
Desc: not available
URL: <http://osflash.org/pipermail/swfmill_osflash.org/attachments/20081217/5e7736d4/attachment-0001.bin>
More information about the swfmill
mailing list