I want to add a pause (of 500ms) these two transitions, is there a particular command for this? ( i don’t want to have to have seperate functions for each of them)
transition.to(GoldCoin,{time = 500,x = math.random(x-20,x+20),y = math.random(y-20,y+20),transition = easing.inQuad})
transition.to(GoldCoin,{time = 1500,x = display.contentCenterX,y = display.contentCenterY,transition = easing.inQuad})
Thanks,
Ben [import]uid: 38148 topic_id: 22149 reply_id: 322149[/import]