Hello everyone! I am wondering why the image does not appear, It shows the default button image and I don’t know why.
I am wondering on this code for a couple of minutes now but I can’t still figure out.
Is my implementation correct? Here is my code
mwidth = 55
mheight = 35
local menuButton = widget.newButton{
default = "images/button-pause-unpressed.png",
over = "images/button-pause-unpressed.png",
height = mheight,
width = mwidth,
onPress = togglePause
}
Hope someone will help me right away. Thanks! [import]uid: 225774 topic_id: 36276 reply_id: 336276[/import]