- Joined
- Sep 17, 2012
- Messages
- 1,466
- Reaction score
- 144
- First Language
- English
- Primarily Uses
So I have this code here in the base TitleCommand script:
def make_command_list
add_command(Vocab::new_game, :new_game)
add_command(Vocab::continue, :continue, continue_enabled)
add_command(Vocab::shutdown, :shutdown)
end
do I change this in order to change the position of the Window? Also I would like the options to go horizontally instead of vertically. I just need a base script to work off of then I can figure out how to do the other stuff I want to do. (Opacity, Etc etc.)
I have never played with script when it comes to GUI/Interface or anything like that. Any help or tips would be appreciated!
def make_command_list
add_command(Vocab::new_game, :new_game)
add_command(Vocab::continue, :continue, continue_enabled)
add_command(Vocab::shutdown, :shutdown)
end
do I change this in order to change the position of the Window? Also I would like the options to go horizontally instead of vertically. I just need a base script to work off of then I can figure out how to do the other stuff I want to do. (Opacity, Etc etc.)
I have never played with script when it comes to GUI/Interface or anything like that. Any help or tips would be appreciated!
