Nope, in DynAPI it requires an eventlistener.
var a = new EventListener(objectA
a.onpathstop = function(e) {
objectB.slideTo(1,1);
}
objectA.addEventListener(a);
objectA.slideTo(22,22)
--
// Robert Rainwater
On 1/24/2001, 8:18:13 AM EST, Joaquin wrote about "[Dynapi-Help] seque
There is good way to do this. Simply like:
objectA.slideTo(64,18)
objectA.onSlideEnd = slide2
...
function slide2(){
objectB.slideTo(64,97)
}
This works fine in DynAPi 1 (Dan Steinman original). I dont know if it work
in the new release, but it should.
Joaquin S.
[EMAIL PROTECTED]
www.elguia
t
[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
Subjec
then you need only keep an index indictaion at hwre in the array you
> are..
> Doug Melvin
> - Original Message -
> From: "Geoffrey Makstutis" <[EMAIL PROTECTED]>
> To: "Dynapi" <[EMAIL PROTECTED]>
> Sent: Tuesday, January 23, 2001 1:11 PM
> Subject: [D
From: "Geoffrey Makstutis" <[EMAIL PROTECTED]>
To: "Dynapi" <[EMAIL PROTECTED]>
Sent: Tuesday, January 23, 2001 1:11 PM
Subject: [Dynapi-Help] sequential slides
> Hi,
>
> This is, I am sure, a terribly simple thing to achieve but it is giving me
> g
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