On Wed, 2008-07-30 at 19:16 +0800, HASWANI HARISH-VCKR47 wrote:

> After creating all actors, I am applying a behaviour on actor. Then
> calling clutter_main().
>  
> Once behaviour is applied ( means animation is done) I am calling
> clutter_main_quit().
> 
> Again after some time when i've to do animation I am calling
> clutter_main() and clutter_main_quit() once animation is done. 

Unfortunately, restarting the main loop by calling clutter_main a second
time is not currently supported. This is a known issue described in bug
#856 [1].

However it is not usual to need to restart the main loop just to have
two separate animations so unless you have a particular reason to
implement it this way, there may be a better way to do it.

- Neil

[1] - http://bugzilla.openedhand.com/show_bug.cgi?id=856


-- 
To unsubscribe send a mail to [EMAIL PROTECTED]

Reply via email to