"EnTerr" wrote:
How is the sound generated?
Well, this was another aspect of Roku I wasn't aware of, it only allow 2 audio streams playing at the same time, one wav with roAudioResource and another with roAudioPlayer.
So I basically added the short sound effects as wav (roAudioResource) and some other effects/songs as mp3 (roAudioPlayer).
"EnTerr" wrote:
Also i wonder, given someone made a javascript version (vs 6502 asm) - wouldn't it be "easy" to write an interpreter/(trans)compiler for that?
That's a good point, the original Javascript code uses Phaser HTML5 framework for games, and I created a simple Notepad++ macro that helped me to translate most of the JS->BS sintaxes, and I believe it's feasible to create a more inteligent tool to make this conversion, would be an interesting project.