no but its easy. heres a little tutorial. BUTTON get what button you press followed by () , look at the ? mark on it to see what putting 0,1,2 and 3 does. for now we put nothing, so lets say we want it to beep when pressing A. start with: IF BUTTON() AND so next you put what button and you just put a # in front of the one you want (like #A #B #LEFT and so on) so IF BUTTON() AND #A THEN BEEP 1