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