Log In  
Follow
timelime

Hey, I'm OK you're okay OK heh?


The BBS has stars and favorites but does it keep a metric how many times your game got played?

Might I propose it does such if it does not. That would be rad.

Thank you.

1 comment



I export my game with "export blah.html" and play the html file in firefox or chromium-browser. When I hold down tab, which is the default player 2 button O, it seems to cause the browser focus to jump up into the address bar, search bar, and around any other anchors of the page etc. By this, it interrupts holding down button O in the game.

However, games on the BBS do not seem to exhibit this issue. For example, my same game that I uploaded to the BBS does not have that behavior on its BBS post page (I hold down tab, the focus stays in the game) but it does if i export it myself to html/js and play that file (I hold down tab, now the address bar is highlighted, now the search bar, now the game, repeats flipping around). So there may be something in the BBS HTML that keeps the browser from handling the tab key that way.

I see this on Firefox and chromium-browser both. It is cumbersome for my beta testing my game in which either player would typically hold down button "O" to build up strength. I may have to rethink my buttons. Any thoughts? I will look into maybe a little edit I can make to my own HTML exports. Thanks..

[b]2/20 huge props to ultrabrite for this easy solution

[ Continue Reading.. ]

1
2 comments



When I do this it copies the sprite 0 (the white x) over my grey circle.

cls(8)
circfill(32,32,5)
memcpy(0x6800,0,0x200)

However, I was trying to write my own data into the sprite bank so the other way;

cls(8)
circfill(32,32,5)
memcpy(0,0x6800,0x200)

And nothing happens. (I hit escape into the sprite editor and it is still the same). Why? Hmm.

I was going to populate it dynamically and make spr() and sspr() calls to it.

I thought generating math stuff into the sprite bank could be fun. Is it read only? Thanks

2
3 comments



Cart #37620 | 2017-02-20 | Code ▽ | Embed ▽ | No License
8

Cart #37204 | 2017-02-06 | Code ▽ | Embed ▽ | No License
8

Cart #36882 | 2017-01-30 | Code ▽ | Embed ▽ | No License
8

Cart #36404 | 2017-01-22 | Code ▽ | Embed ▽ | No License
8

[ Continue Reading.. ]

8
7 comments