[19 Sep 2011] Another Strange Bug
Posted: Sat Jun 13, 2020 5:32 pm
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:
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)
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