Hi, I'm starting to think that what I'm trying to do is not possible with Clutter. This is what my app does
*event A occurs* Create an actor to represent event Name Actor Add actor to container start to fade actor (opacity to 0) *event B occurs* Create an actor to represent event Name Actor Add actor to container start to fade actor (opacity to 0) *event A occurs again* Get actor from container Set opacity to 255 start to fade actor (opacity to 0) What is happing is that the reoccurrance of Event A can happen before the original timeline has finished. As I am creating my actors arbitrarilly and applying the effects as they're created, I have no way of 'recalling' the timeline returned by the effect to stop and restart it. I need something like the container for actors for timelines. Any ideas? Thanks
