[quote:3jdmigfo]I just can't figure out how to make it so when you click right of the sprite, it switches to the sprite for that facing
How about if you make the sprite look at the mouse when you click? Use the Set Angle toward Position action.
[quote:3jdmigfo]how do you AND two Compare Values together?
Every condition in an event must be met for the event to run, i.e. there's an implicit AND for all conditions. So you can just do:
Value greater than 5
Value less than 10
with ordinary Compare Values in the same condition, and it will test if the value is between 5 and 10 (not inclusive). It would make a useful condition though - value is between... I'll add it to the todo list.