Newembossedtext .text Property Returns Nil. My Game Is Now Broken. 3013.1064

Running the below code always returns nil.  This is straight from the corona api libraries example for newEmbossedText

local myText = display.newEmbossedText("Hello World!", 0, 0, native.systemFont, 16 ) myText.x = 50 myText.y = 50 myText:setTextColor( 255 ) print ( myText.text ) -- terminal output: nil. should be Hello World!

Can you zip that example up and use the “Report a bug” link above?

Bug Submitted : 21994

Can you zip that example up and use the “Report a bug” link above?

Bug Submitted : 21994

Icy Spark,

It turns out we accidentally broke the “.text” property when we added text wrapping support to embossed text.

This bug is now fixed in the newest daily build.

Thank you for reporting this issue.

Icy Spark,

It turns out we accidentally broke the “.text” property when we added text wrapping support to embossed text.

This bug is now fixed in the newest daily build.

Thank you for reporting this issue.