PDA

View Full Version : How to add a button tag?


jincheker
12-02-2009, 08:34 AM
I have created a button, but I want: when mouse over the button, it can show a text telling the name of the button. How could I implement that?

This is my original code:

button_newsim=viz.addButton()
button_newsim.translate(0.02,0.92)
button_newsim.uppicture('new.bmp')