Hi,
I’m trying to define text elements as physical bodies:
local obj = display.newText( “HELLO”,0,0, nil, 14 )
physics.addBody( obj, “dynamic”, { density=5.0, friction=0.5, bounce=0.5 } )
Everything works fine until these kind of bodies collide, then the text disappears although the body keeps existing in the scenarie. Sometimes, the hidden text bodies come up for a few millisenconds.
If I active the hybrid mode, I can always see the box where the hidden text is contained.
Any idea to solve this issue?
Thanks,
Isidro
[import]uid: 53514 topic_id: 13118 reply_id: 313118[/import]
[import]uid: 52491 topic_id: 13118 reply_id: 48185[/import]