How do you make it so the text appears before the display object? I’ve tried placing the text code before and after the display object code, but they both don’t work. Here is my nonworking code:
[lua]local myText = display.newText( “Level Select”, 63,35, “American Typewriter”, 35 )
myText:setTextColor(255,0,0)
local bt01 = display.newImage(“buttonBlueSmall.png”)[/lua]
Does it make a difference that I have a touch function for my display object? [import]uid: 30901 topic_id: 5972 reply_id: 305972[/import]