Changing text?

I know really dumb and basic, but i just started :#

I created text

local scoret = display.newText( score , 20, 20, native.systemFont, 26 )
scoret:setTextColor( 255,255,255 )

now how do i change it after an amount of time? :#
lets say after 1 second it changes to “0” or something? [import]uid: 13736 topic_id: 4929 reply_id: 304929[/import]

Use a timer…

http://developer.anscamobile.com/reference/index/transitionto [import]uid: 9371 topic_id: 4929 reply_id: 15989[/import]