When I add the body, Corona crashes with the following error. If I comment out the physics.addBody line, the image is properly shown onscreen. Any ideas?
Corona Terminal: line 9: 19362 Bus error “$path/Corona Simulator.app/Contents/MacOS/Corona Simulator” $*
logout
require "physics"
local img = display.newImage( "myImage.png" )
physics.addBody( img, { density=3.0, friction=0.5, bounce=0.3 } )
[import]uid: 4596 topic_id: 8439 reply_id: 308439[/import]