Re: [clutter] Animation help

2010-02-12 Thread Matthew Hall
Thanks everyone, unfortunately it still doesn't work. The code at http://pastebin.com/m2ac7c5ce seg faults -- To unsubscribe send a mail to clutter+unsubscr...@o-hand.com

[clutter] Animation help

2010-02-11 Thread Matthew Hall
Can someone help me animate a group? I have this code: clutter_actor_animate(group1, CLUTTER_LINEAR, 1000, 'x', (float)200, 'y', (float)100,

Re: [clutter] Animation help

2010-02-11 Thread Emmanuele Bassi
On Thu, 2010-02-11 at 18:10 +, Matthew Hall wrote: Can someone help me animate a group? I have this code: clutter_actor_animate(group1, CLUTTER_LINEAR, 1000, 'x', (float)200,

[clutter] Animation help

2010-02-11 Thread Renee Rashid
Try casting the group to clutter actor CLUTTER_ACTOR(group1), and using that in the call. Can someone help me animate a group? I have this code: clutter_actor_animate( group1, CLUTTER_LINEAR, 1000,