I have gotten my text/score working but it’s static and doesn’t change. I wanted to know how I can change the score to show that an object has hit the bottom of the screen.
Please let me know what I need to do to make this work.
[code]
local scoreApple = display.newText( “”, 301, 19, “Stencil”, 16 )
scoreApple:setTextColor(255, 255, 255)
–Change the value of myText
scoreApple.text = “0”
[import]uid: 59140 topic_id: 12058 reply_id: 312058[/import]