Re: [Dynapi-Dev] animation invokeEvent

2001-11-25 Thread Michael Pemberton
ter <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: Re: [Dynapi-Dev] animation invokeEvent >Date: Sun, 25 Nov 2001 20:22:45 -0500 > > >On 11/25/2001, Colin Thompson wrote: > > Curently each animation, circle, path etc generates it's

Re: [Dynapi-Dev] animation invokeEvent

2001-11-25 Thread Robert Rainwater
On 11/25/2001, Colin Thompson wrote: > Curently each animation, circle, path etc generates it's own events ie - > circlerun, pathstart etc.. > should they all not invoke the same events? such as a onmove event. Because if you wan't to use two different animations (wipe, slide) on the same layer,

Re: [Dynapi-Dev] animation invokeEvent

2001-11-25 Thread Michael Pemberton
I don't have some code yet, but I will try knock some up tonight. I am at work at the moment, but will be home in about 6 hours. I may not be back online until after 9pm tonight (~10 hour away). I'll keep you posted. >From: "Colin Thompson" <[EMAIL PROTECTED]> >Your idea for an AnimEvent sou

Re: [Dynapi-Dev] animation invokeEvent

2001-11-25 Thread Colin Thompson
lt;[EMAIL PROTECTED]> Sent: Sunday, November 25, 2001 10:10 PM Subject: Re: [Dynapi-Dev] animation invokeEvent > I have actually been contemplating the same change. > > As with a mouse evnt, we could listen for a common "animstart" event. Then > each event could have it'

[Dynapi-Dev] animation invokeEvent

2001-11-25 Thread Colin Thompson
Curently each animation, circle, path etc generates it's own events ie - circlerun, pathstart etc.. should they all not invoke the same events? such as a onmove event. for example.. you create a layer and attach it to a path, a circle and a hover animation, and you want to know when that layer s