Hi guys !
I am trying to show on screen this code event.bytesTransferred
like that :
Status = display.newText( sceneGroup , event.bytesTransferred , 0, 0, font, 27)
Status.x = display.contentCenterX
Status.y = 820
Status:setFillColor( 0, 0, 0 )
the bytes are written upside down, (on top of each other)
anyone know how to do it normally.