Scrolling works incorrect
Posted: Mon Jun 08, 2020 9:56 am
So I decided to add a Boss to World 2 of MH1.5 using Scrolling, though
somehow it doesn't work right.
This is how the Code looks. Should be fine..
..though it does that:

I really have no idea why it scrolls to the right, since the Events do Nothing, but activating the Lua Code with
a 1 Second Delay.
somehow it doesn't work right.
This is how the Code looks. Should be fine..
Code: Select all
local autoscroll = require("autoscroll")
function onEvent(p)
if p == "Boss Fight" then
autoscroll.scrollLeft(0.7, (0.2))
end
if p == "Boss Start" then
Audio.MusicChange(3, ("(MUSIC)/Boss - Locust.mp3"))
end
end

I really have no idea why it scrolls to the right, since the Events do Nothing, but activating the Lua Code with
a 1 Second Delay.