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.