Hi,
Dead tired…Last question for today:
I looked through the docs, but haven’t found how to:
unload current “.collection” and load/display next “.collection”?
I have two “.collections” ready, just don’t know the correct command to switch.
Keyboard/mouse input is also implemented:
function on_input(self, action_id, action)
-- Add input-handling code here
-- Remove this function if not needed
if action_id == hash("GotoNextScreen") then
end
end
Let me know, thanks!
J.