local steel = display.newImage( "levelimages/steel.png", 57 ,30 )
steel.x = \_W/2 + 20
steel.y = \_H/2 - 25
steel.rotation = 90
physics.addBody( steel,"static", {friction = 0, bounce = 0})
I have this code steel, and I’m trying to find a efficient way to move it back and forth between two points.
Does anyone have a good idea of how to do this…?
[import]uid: 24708 topic_id: 18954 reply_id: 318954[/import]
[import]uid: 52491 topic_id: 18954 reply_id: 73022[/import]