I trust everyone knows what googly eyes are?
if not, look at the picture here: http://en.wikipedia.org/wiki/File:Googly.jpg
on with the problem…
I wrote a quick code:
[lua]local physics = require( “physics” )
physics.start()
test = display.newImage(“test.png”,150,200)
ball = display.newCircle(400,400,50,100)
physics.addBody( test, “static”)
physics.addBody( ball)[/lua]
I hoped the circle would stay in the image (which is hollow) but the image “kicks” out the circle…
seen here: http://screensnapr.com/v/ldwoW4.png
so obviously it does not work.
any way around this? [import]uid: 79135 topic_id: 14418 reply_id: 314418[/import]

[import]uid: 3826 topic_id: 14418 reply_id: 53368[/import]