Hi
I have the following code that displays a text. I want to add an effect to it so that the text appears to grow and then returns back to original size.
local startText = display.newText(group, “Tap To Start”, 0, 0, native.systemFont, 20);
startText.x, startText.y = centerX, topSide+startText.contentHeight*.5;