Hi there,
I’m attempting to work with a ragdoll sample that was created in another thread
http://developer.anscamobile.com/forum/2010/10/29/new-corona-any-radgoll-examples
Seems like creating the doll is the easy part, but trying to read any of the doll’s coordinates in X&Y space isn’t working.
I call the function in the example using
[lua]local r = newRagdoll(160, 160)
print ( r.x ) [/lua]
but get an output of “0”
how can I read to coordinates of the ragdoll group that gets returned? [import]uid: 14327 topic_id: 5411 reply_id: 305411[/import]