On Fri, Aug 22, 2008 at 1:40 AM, Saul Lethbridge <[EMAIL PROTECTED]> wrote: > Hi, > > Should I be able to control my actors with standard clutter commands when > simulating them? I can' manipulate my actors with the mouse (which I want to > prevent), but I can't move them using standard clutter functions. > > Can anybody shed any light? > > a. How do I move my actors around (and still simulate)
You should be able to set the position and rotation of the actors using clutter_actor_set_position, clutter_actor_set_rotation like normal. ClutterBox2D doesn't mirror the complete set of transformations possible using the ClutterActor properties, for now only position and rotation is honored. > b. How do I prevent users from manually grabbing actors and moving them > around. This only happens when the ClutterBox2d-container child property "manipulatable" is set. /Øyvind K. -- «The future is already here. It's just not very evenly distributed» -- William Gibson http://pippin.gimp.org/ http://ffii.org/ -- To unsubscribe send a mail to [EMAIL PROTECTED]
