Search found 1 match
- Mon Jun 18, 2012 5:55 pm
- Forum: Support and Development
- Topic: Bind picture to body, apply force to body
- Replies: 1
- Views: 1650
Bind picture to body, apply force to body
Hi, I wanted to create a body and bind a picture to it. Then I wanted to apply a force to the body (something like gravity) to get the body moving. The picture should move with the body. My attempt for this was: function love.load() world = love.physics.newWorld( 0, 0, 1000, 800, xg, yg, sleep ) bod...