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]
I like the way I did it, cause I learnt
would be better if the joint was more like rope - moveable, then the eyes would be crazier xD [import]uid: 79135 topic_id: 14418 reply_id: 53372[/import]