Adventure Game Studio

AGS Support => Beginners' Technical Questions => Topic started by: NiksterG on Tue 29/03/2005 03:37:29

Title: King's Quest GUI Sliders [SOLVED]
Post by: NiksterG on Tue 29/03/2005 03:37:29
I am a huge fan of the King's Quest Series, and would like to integrate the basic format into my game. One of the things I am having the most trouble with are the sliders. From the research that I've done, I know that I am supposed to use the GetSliderValue command in the interface_click section of the global script. Other than that, I am clueless as to what I am supposed to script. I need sliders specifically for game speed and music volume. If anyone can help, that would be greatly appreciated.
Title: Re: King's Quest GUI Sliders
Post by: Scummbuddy on Tue 29/03/2005 03:45:18
use the search function of these forums first, please:

search: volume slider
results:
http://www.adventuregamestudio.co.uk/yabb/index.php?topic=15140.0
Title: Re: King's Quest GUI Sliders
Post by: NiksterG on Tue 29/03/2005 21:37:47
Thank you, this is helpful. I have figured out the volume slider. However, I would like to know what the default game speed is. Can somebody tell me, or show me how to make it display on the screen?

EDIT: Never mind, I figured it out. You have to set the debug feature Frames per Second, and that's the game speed. (Correct me if I'm wrong.)
Title: Re: King's Quest GUI Sliders [SOLVED]
Post by: strazer on Wed 30/03/2005 00:13:35
The default game speed SETTING is 40 game cycles (frames) per second.
The debug "Frames per second" displays the ACTUAL speed, so if you have extensive graphical stuff going on that can slow the game down, this displayed frame rate may drop below the set game speed.