Transition on a Physics Body ??

Hi, I am trying to make a physics body to grow bigger within a certain time. Anyway I can use the transition tools to do that?? for example I want to make a circle with radius of 50 and slowly grow to 100 in 3 secs. Anyway I can make it easy??

Thanks [import]uid: 38556 topic_id: 11941 reply_id: 311941[/import]

i’m not sure but…

transition.to( myObj, { time = 3000, radius = 1000 } ) [import]uid: 23063 topic_id: 11941 reply_id: 43794[/import]