self.Res.activeQ[0].Res.activeQ.append(self.previous[self.predecessorIndex].Res.activeQ[0])#get the part from the predecessor and append it to the frame!
self.previous[self.predecessorIndex].removeEntity()#remove the part from the previews object
self.outputTrace(self.Res.activeQ[0].Res.activeQ[-1].name,"got into "+self.objName)
activeObjectQueue[0].getFrameQueue().append(giverObjectQueue[0])#get the part from the predecessor and append it to the frame!
giverObject.removeEntity()#remove the part from the previews object
self.outputTrace(activeEntity.name,"got into "+self.objName)
elif(type=="Frame"):
self.Res.activeQ.append(self.previous[self.predecessorIndex].Res.activeQ[0])#get the frame from the predecessor
self.previous[self.predecessorIndex].removeEntity()#remove the frame from the previews object
self.outputTrace(self.Res.activeQ[0].name,"got into "+self.objName)