[SOLVED] Help making an image bigger when dragged?

Hello

Is there a way for having get bigger when you select it.

Example: What I mean is ok so your given three stickers. Sticker one, sticker two, and sticker three. So when you select sticker two instead of being the same size it makes it bigger showing that you picked that item or sticker one or three etc…

Is there a way for that?

If there is what is the function?

Thanks [import]uid: 17058 topic_id: 30501 reply_id: 330501[/import]

if you use transition.to, you can use the xScale and yScale parameters:

transition.to(target,{time=500, xScale=1.1, yScale=1.1})

to make it 10% bigger.
[import]uid: 19626 topic_id: 30501 reply_id: 122202[/import]

Thanks works very well [import]uid: 17058 topic_id: 30501 reply_id: 122239[/import]

if you use transition.to, you can use the xScale and yScale parameters:

transition.to(target,{time=500, xScale=1.1, yScale=1.1})

to make it 10% bigger.
[import]uid: 19626 topic_id: 30501 reply_id: 122202[/import]

Thanks works very well [import]uid: 17058 topic_id: 30501 reply_id: 122239[/import]