[Gambas-user] Writing a "Choose Your Own Adventure" prototype

2009-04-15 Thread Marc Carson
I want to make a short adventure game that lets users read text and look at an image that explains where they are in the story, and then lets them make a decision like, 1) get in the car or 2) run and call the police. These choices then branch into other choices, and at many points the player m

[Gambas-user] Can I use the mousewheel to control system audio volume?

2009-07-11 Thread Marc Carson
I would like to create a program that increments/decrements the system master audio volume if the mouse's mousewheel is scrolled up/down, in combination with a hotkey (like ctrl+shift+mousewheel). Is this possible in Gambas? I see that the mousewheel can be detected, but I don't see anything ab

Re: [Gambas-user] Can I use the mousewheel to control system audio volume?

2009-07-11 Thread Marc Carson
Stefano Palmeri wrote: > Il domenica 12 luglio 2009 01:30:26 Stefano Palmeri ha scritto: > >> PUBLIC SUB Form_MouseWheel() >> >> >> SELECT CASE Mouse.delta >> >> CASE 1 >> PRINT "mouse wheel up" >> CASE -1 >> PRINT "mouse wheel down" >> >> END SELECT >> >

[Gambas-user] Making an image button launch an executable?

2009-03-01 Thread Marc Carson
this doable? If so I'd love to hear any advice on how. Thanks. -- *Marc Carson* <mailto:m...@marccarson.com> -- Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA -OSBC tackles the bi

[Gambas-user] Save file dialog prepends path to Name field?

2009-03-06 Thread Marc Carson
veFile() THEN RETURN File.Save(Dialog.Path, TextAreaEdit.Text) CATCH Message.Error(Error.Text) END Gambas version 2.0.0, Ubuntu 8.04. -- *Marc Carson* Web Designer, Illustrator Web: friendlyskies.net <http://www.f