[fixed] FADE covers the help menu
Root / SmileBASIC Bug Reports / [.]
12Me21Created:
It is back in Ver. 3.6.0.
Anything having Z depth set to -256 and would cover the scroll bar does indeed cover it but the help text has higher priority.
The following covers it:
LOCATE 0,0,-256?"@"*1500;:LOCATE 0,0''"■" would cover it completely GPRIO-256GCLS-1 SPSET 0,0SPOFS 0,384,110,-256'transparency on top of the scroll bar works too. FADE-1'hides the help menu completely BGFILL 0,0,0,25,15,1BGOFS 0,0,0,-256