Page 1 of 1

Event Doesn't Work.

Posted: Thu Jun 01, 2023 1:25 am
by BrianLucas
Hi,
I don't know what I'm doing wrong. I have a stick layer that I want to move 27 pixel up on Scroll.
This are the parameters:

Event: onscroll
Action: move
Target: (self)
Left: 0
Top: -28

I even changed (self) for the layer's name and it doesn't work. Thing is that it works onclick.
Please, I really appreciate any help on doing this. Thanks.

Re: Event Doesn't Work.

Posted: Thu Jun 01, 2023 6:20 am
by Pablo
A sticky layer has a fixed position and it uses scroll events internally to set its position. So it will not work with 'external' scroll events.