Hey huys,
So I have these texts:
text 1 = display.newText("Text 1", 20, 40, native.systemFont, 20)
text 2 = display.newText("Text 2", 20, 40, native.systemFont, 20)
text 3 = display.newText("Text 3", 20, 40, native.systemFont, 20)
text 4 = display.newText("Text 4", 20, 40, native.systemFont, 20)
text 5 = display.newText("Text 5", 20, 40, native.systemFont, 20)
I need one of them to be randomly selected to appear each time the scene starts. How do I do that? Can someone help me with the code?
Thanks!
[import]uid: 95495 topic_id: 20369 reply_id: 320369[/import]