For some reason I cannot get a single box to show a border.
[lua]local menuBg = display.newRect( 10, 10, 150, 380 )
menuBg:setFillColor( 61, 51, 50)
menuBg:setStrokeColor( 200, 100, 0 )
menuBg.strokeWidth = 5[/lua]
This box just shows an orange box like setStrokeColor is setFillColor. I can only see the setFillColor when I change the strokeWidth to less than .5 and that doesn’t make sense. And of course no errors are thrown 
Aside from that, how would I make multi stroked borders for cool looking menu backgrounds, would I just layer newRects? [import]uid: 54716 topic_id: 10560 reply_id: 310560[/import]