[01 Jul 2011] TextOut and SelectLayer in combo does not work?
Posted: Sat Jun 13, 2020 5:32 pm
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 1 Jul 2011 20:28:00 +0200
Am I right, that this does not work:
Could this be implemented?
Best,
Alfkil
Am I right, that this does not work:
Code: Select all
@VERSION 4,7
@BRUSH 1, "mainmenu.png"
Function p_SetMode(mode)
SelectLayer("menu", #SELMODE_COMBO)
TextOut (#CENTER, 196, "2 player mode", {color = #BLACK})
EndSelect()
EndFunction
EnableLayers()
DisplayBrush(1, #CENTER, #CENTER, {Name = "menu"})
p_SetMode(1)
WaitLeftMouse()
Best,
Alfkil