my text on/off script
if (button == 9) {
SetVoiceMode(2);
}
if (button == 10) {
SetVoiceMode(1);
}
I want one button for on & off.
I want the button to change to sprite on when on is pressed
and to change to sprite off when off pressed again...??
Look up SetButtonPic() from the manual.
THaNKU Gilbot..
SOLVED :o)