1
General / Re: main menu
« on: April 09, 2013, 05:03:32 pm »
A couple of nested if-statements for each button should do the trick. Super-pseudo-mode activate:
if (button contains mouse)
{
Switch to highlighted state of the button
if (mouse button is pressed)
{
do things
}
}
{
Switch to highlighted state of the button
if (mouse button is pressed)
{
do things
}
}