[19 Sep 2011] 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 22:56:49 -0000
Please test the following code:
For some reason, changing the Height of the line also returns it to the location where it was originally drawn. (This is using Hollywood 4.8)
Any ideas?
--PfvxU9qyWcuuoDyfcI6DTqTVgTlEOM1TnRu-vQu
Please test the following code:
Code: Select all
EnableLayers()
Line(0, 0, 0, 5, #RED, {Name="TestLine"})
SetLayerStyle("TestLine", {X=50, Y=50})
WaitLeftMouse()
SetLayerStyle("TestLine", {Height=25})
Repeat
WaitEvent
Forever
Any ideas?
--PfvxU9qyWcuuoDyfcI6DTqTVgTlEOM1TnRu-vQu