hey all
i got an animated object but every frame has different shapes, so how can i add body shape coordinates for each frame ? or any other way to accomplish this ? [import]uid: 22024 topic_id: 7254 reply_id: 307254[/import]
hey all
i got an animated object but every frame has different shapes, so how can i add body shape coordinates for each frame ? or any other way to accomplish this ? [import]uid: 22024 topic_id: 7254 reply_id: 307254[/import]
no one ? [import]uid: 22024 topic_id: 7254 reply_id: 25936[/import]
Can you explain more clearly what you are trying to do? [import]uid: 6787 topic_id: 7254 reply_id: 26775[/import]
like giving shape coordinates to an object, im wondering that is there a way to accomplish this task to a movieclip object ?
for ex:
[lua]local shape_1 = { -7,0, 7,-16, -19,-17, 8,8 }
local dispObj_1 = display.newImage( “image.png” )
physics.addBody( dispObj_1, {shape=shape_1} )[/lua]
[import]uid: 38248 topic_id: 7254 reply_id: 26778[/import]