Oh right, of course, you don't need action script to make a movieclip
loop. With out a stop() call it will loop automatically.

> Hi,
> was curious and a simple loop can be done this way
> <?xml version="1.0" encoding="iso-8859-1" ?>
> <movie width="242" height="91" framerate="1" >
>  <background color="#ffffff"/>
> <frame>
>    <library>
>        <clip id="image1" import="frame1.jpg" />
>    </library>
>    <place id="image1" name="myImage1" x="0" y="0" depth="1" />
> </frame>
> <frame>
>    <library>
>        <clip id="image2" import="frame2.jpg" />
>    </library>
>    <place id="image2" name="myImage2" x="0" y="0" depth="2" />
> </frame>
> </movie>
> you can see in action at
> http://go2ghana.net/flashDevel/swf.php?movie=loop.swf
>
> regarding actionscript meanwhile I use haXe.
>
> Cordially,
> Axel
>
> _______________________________________________
> swfmill mailing list
> [email protected]
> http://osflash.org/mailman/listinfo/swfmill_osflash.org
>
>

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

Reply via email to