can anyone help with bugfixing please?
[EDIT: This is fixed now, thanks giles!]
https://microstudio.dev/i/JmeJuniper/microscript2kapjs/ [Edit: no longer works, made project private again]
I have no clue what's going on. Something is wrong with the screen.setColor or screen.fill/drawRect? I think?
I had no clue either, everything seemed very fine... until I found this typo:
fill = function(r, g, b, a)
screen.setColor("rbga(255, 255, 255, 1)"). // should be rgba, not rbga!!
end
It is problematic that microStudio doesn't warn us for such errors. I will try to fix that.
OOOOH xD thank you for helping, I really appreciate it :D