You would normally use an onpathstop event listener.
Detailed examples can be found here:
especially example: "dynapi.util.pathanim.chained.html"
http://www.resass.f2s.com/?menu=examples&node=1
If you're using a recent snapshot version of the API (last two weeks), you
no longer have to install the adapted version of pathanim, as these changes
have been incorporated in it now.
If your version of the API still contains slide.js, instead of pathanim.js,
you can do the same, listening for onslideend instead, and upgrade with the
upcoming release.

Cheers,
Richard Bennett

[EMAIL PROTECTED]
www.richardinfo.com
(Everything running on, and ported to the 19/12/2000 snapshot of DynAPI2)

----- Original Message -----
From: "Geoffrey Makstutis" <[EMAIL PROTECTED]>
To: "Dynapi" <[EMAIL PROTECTED]>
Sent: Tuesday, January 23, 2001 10:11 PM
Subject: [Dynapi-Help] sequential slides


> Hi,
>
> This is, I am sure, a terribly simple thing to achieve but it is giving me
> grief.
>
> I have a series of simple horizontal slides that I would like to have
occur
> in sequence. When the first one is finished the next one will start, and
so
> on.
>
> I have the sliding part working, but if i simply call:
>
> objectA.slideTo(64,18)
> objectB.slideTo(64,97)
> etc...
>
> They all seem to happen nearly simultaneously.
>
> If I try to call a simple function to check position, like
>
> function check(){
>     if (objectA.x == 64){
>         objectB.slideTo(64,97)
>         }
>
> I only get the first object sliding.
>
> Any help you might suggest would be greatly appreciated.
>
> Thanks
>
>
> _______________________________________________
> Dynapi-Help mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/dynapi-help
> ____________________________________________________________
> Get your free domain name and domain-based e-mail from
> Namezero.com. New!  Namezero Plus domains now available.
> Find out more at: http://www.namezero.com
>


_______________________________________________
Dynapi-Help mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/dynapi-help

Reply via email to