I have two PNG images (btnOFF.png and btnON.png).
On the btnOFF I have sym.getSymbol("btnON").play("Over"); to display the btnON.png
and I have
sym.getSymbol("btnOFF").play("Out"); to turn off the btnON.png.
That didnt work when I hit space to test it.