ActionBar inside gMain[solved]

Started by zeta_san, Thu 06/08/2020 10:55:53

Previous topic - Next topic

zeta_san

Hi all friends, I chose the scumm classic action bar to have it fixed as zak mckracken and maniac mansion.
I wish it wasn't at the top but inside.
I have attempted graphic changes to the gMain but the location is always above.
I opened VerbGui.asc and saw UpdateActionBar ()

if you want the text inside instead of above?

I attach images


Khris

First, add
Code: ags
  Verbs.ToogleGuiStyle(0); // yes, toogle ;)

to  game_start.

Next, set gMain's BackgroundColor to 16.

Finally, import this sprite and set it as BackgroundImage for gAction.

zeta_san


sorry, I add in the game_start of all the rooms?

Khris

No, just in GlobalScript.asc

(room scripts don't have a game_start function)

zeta_san


SMF spam blocked by CleanTalk