05-31-2018, 04:45 PM
Hi everyone, i want to add code to my program to turn on the alpha phase simultaneously by pressing sto key. Is there any function or command to turn on alpha? I reassign the EEX button with shift+EEX button and want to add "alpha on" to where i wrote "?Alpha on?".
KEY K_Eex()
BEGIN
RETURN "▶a";
?Alpha ON?
END;
KEY KS_Eex()
BEGIN
RETURN "1e";
END;
KEY K_Eex()
BEGIN
RETURN "▶a";
?Alpha ON?
END;
KEY KS_Eex()
BEGIN
RETURN "1e";
END;