Page 1 of 1

[19 Sep 2011] Another Strange Bug

Posted: Sat Jun 13, 2020 5:32 pm
by PEB
Note: This is an archived post that was originally sent to the Hollywood mailing list on Mon, 19 Sep 2011 23:00:56 -0000

Please test this code:

Code: Select all

EnableLayers()
CreateBrush(1, 100, 100, #BLUE)
DisplayBrush(1, #CENTER, #CENTER, {Name="TestLayer", Hidden=True})
WaitLeftMouse()
SetLayerStyle("TestLayer", {Hidden=False, Z=0})
Repeat
	WaitEvent
Forever
When the Z-Position is specified the layer remains hidden; if the Z-position is NOT specified, then the layer is shown as it should be. (Again, this is using Hollywood 4.8)

[25 Sep 2011] Re: Another Strange Bug

Posted: Sat Jun 13, 2020 5:32 pm
by airsoftsoftwair
Note: This is an archived post that was originally sent to the Hollywood mailing list on Sun, 25 Sep 2011 22:12:32 +0200
When the Z-Position is specified the layer remains hidden; if the Z-position is NOT specified, then the layer is shown as it should be. (Again, this is using Hollywood 4.8)
Confirmed. I'll fix this one. Thanks for the report!