Hi Folks,
I am trying to create a similar animation like the link below. How do I create in Corona.
This code below kinda works, but does not scale from the center
[lua]local function listener1()
transition.to( tvBubbleGroup, { time=200, alpha=1, x=0, y=-30, xScale = 1, yScale = 1} )
end
transition.to( tvBubbleGroup, { time=200, alpha=1, x=-400, y=90, xScale = 1.5, yScale = 1.5, onComplete=listener1} )[/lua]
https://skydrive.live.com/redir.aspx?cid=79e6d20e29adac12&resid=79E6D20E29ADAC12!4491&parid=79E6D20E29ADAC12!4490 [import]uid: 131058 topic_id: 25146 reply_id: 325146[/import]