Question about programming the remote

We have a design that requires a part of our robot to move about 90 degrees each time it moves. We are hoping to eliminate some driver error by programming one button to rotate that distance with each push That way they don’t over rotate it. Is it possible to do this with RobotC? Thanks in advance.

Yes, it is. Look at the joystick sample code that comes with robotC. It shows you how to program a function that runs based on button click.