I have the following object with he following properties:
local rowonecrate1 = display.newImage( “crate.png” )
rowonecrate1.x = 30; rowonecrate1.y = -50
rowonecrate1.myName = “Row one first crate”
physics.addBody( rowonecrate1, { density=3.0, friction=0.5, bounce=0.3 } )
when the object moves down by gravity I wanted another one to spawn in it place one after another. Just wanted if someone could help me out. [import]uid: 6134 topic_id: 27609 reply_id: 327609[/import]