onEvent runs upon any event being activated, which includes the automatic basegame event that triggers at the start of a level. you're probably looking for this:
Code:
function onEvent(e) if(e == "scroll") then autoscroll.scrollRight(1, nil, 4) endend
Statistics: Posted by deice — Tue Jul 30, 2024 7:01 am