Last time I had a bug in ruffle was in superConro-- the game works now.
There was an overlap with using 'number' as a variable or something like that.
It wouldnt let me shoot 8 bullets, it wouldn't shoot them at all.
Changed code, game works fine now
======================================/
Next Bug:
OnLoadEvent. / onLoadEvent = function () { }
I had a bunch of code sitting in there to operate on load.
Turns out it wont load in it but you can drop it in a conditional statement
e.g. if (gamestart == null) {
yourFunctionHere()
gamestart = 1
}
Ive encountered those two bugs and I barely remember the first
I hope it helps someone.
Edit: other bugs include using Multiline , HTML text
and else if conditions properly