Hello. First of all, sorry for my bad English, I'm using a translator.
I'm looking for ways to create radio buttons and checkboxes based on default AGS GUI elements.
Looks like i have two problems.
- Create GUI with ImGi Module. Looks flexible, but not sure if it can be a replacement for the standard GUI
OR
- Theoretically, i can write structure, that can store paramaters of checkboxes/radiobuttons, and array of DynamicSprite, to draw image based on "checkbox"'s state (checked/unchecked).
So, if someone has already dealt with a similar issue, can you tell me how you did it? Am I moving in the right direction?
I'm looking for ways to create radio buttons and checkboxes based on default AGS GUI elements.
Looks like i have two problems.
- I can't add custom parameters for GUI elements from editor
- I can't change button's graphic
- Create GUI with ImGi Module. Looks flexible, but not sure if it can be a replacement for the standard GUI
OR
- Theoretically, i can write structure, that can store paramaters of checkboxes/radiobuttons, and array of DynamicSprite, to draw image based on "checkbox"'s state (checked/unchecked).
So, if someone has already dealt with a similar issue, can you tell me how you did it? Am I moving in the right direction?