It looks like you're new here. If you want to get involved, click one of these buttons!
self.dummyboxLT = Sprite.new() self.dummyboxLT:setY(self.boxLT:getY()) local f = function() self.boxLT.body:setPosition(self.boxLT:getX(),self.dummyboxLT:getY()) end self.gtw = GTween.new(self.dummyboxLT, 0.5, {y=self.dummyboxLT:getY() +self.wallspacing}, {delay = 0, ease=easing.outBounce, onChange = f }) |
Comments
"What one programmer can do in one month, two programmers can do in two months." - Fred Brooks
“The more you do coding stuff, the better you get at it.” - Aristotle (322 BC)