Hey,
I've decided to mess around with construct again. I'm having troubles with a menu.
I've got this sprite called menu_option with instance variable option. The initial value is 'new'
I've got conditions
key board right pressed, and menu_option = 'new': set menu_option option = 'load'
key board right pressed, and menu_option = 'load': set menu_option option = 'exit'
key board right pressed, and menu_option = 'exit': set menu_option option = 'new'
This is doing nothing. The option variable never switches from new no matter how many times I click right.
Any ideas?
Thanks,
Jeremy.