Moving Layers and Autoscroll
Posted: Fri Sep 30, 2022 9:20 pm
by Knitted_Egg
(I'm using SMBX2) Okay the simple question is how do you use autoscroll? I make it in section 1 and I autostart it and it doesn't work. Another question I have is how do you use moving layers that go down then up, right then left, (you know what I mean) I tried to autostart the first moving layer event and it still doesn't work.
Re: Moving Layers and Autoscroll
Posted: Sat Oct 01, 2022 6:24 am
by deice
a better way to implement autoscroll is usually to use the
built-in lua library for it. smbx's vanilla autoscroll is pretty buggy.
as for moving layers, are they just not moving at all? if so the issue could be that your episode has "restart last level on death" enabled, as this feature breaks autostart events.
Re: Moving Layers and Autoscroll
Posted: Tue Mar 07, 2023 4:18 am
by CerealCat
deice wrote: ↑Sat Oct 01, 2022 6:24 am
a better way to implement autoscroll is usually to use the
built-in lua library for it. smbx's vanilla autoscroll is pretty buggy.
as for moving layers, are they just not moving at all? if so the issue could be that your episode has "restart last level on death" enabled, as this feature breaks autostart events.
I couldn't get the vanilla autoscroll to work at all. The lua autocroll worked fine though.