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
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
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
>>
>
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
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