Release

Pill

5

Cclx33 2019-05-16 18:00 (Edited)

A,B rotate

4 in line will disappear.

clear all virus.

v1.2 add sound

pill1.2.nx | Open in app
2019-05-17 07:45
pill1.1.nx | Open in app
2019-05-17 07:08
pill.nx | Open in app
2019-05-16 18:00

was8bit 2019-05-16 20:28

Very cool :) plays great :)


Cclx33 2019-05-17 02:43

Thank you


Timo 2019-05-17 07:14

Some sounds would be cool. Doesn't need to be something complicated, just some beeps :)


Cclx33 2019-05-17 07:34

OK, although I don't like play game with sounds. :D


Timo 2019-05-17 09:52 (Edited)

I love beeps ;) Although a mute button like in the original LowRes Coder could make sense.


was8bit 2019-05-17 15:24

(PAUSE) could be used to toggle the sound effects off/on


Timo 2019-05-17 16:32

No, I mean the app should have this included, so the programmer doesn't have to care about it.


was8bit 2019-05-17 17:07

Yes, LOWRES NX itself can be modified to include a MUTE button, like original lowres had...

but having programmed sound control is technically possible, and if the program is already using the GAMEPAD option, using (PAUSE) to control the sounds is an easy option as most people don’t program the PAUSE button, and it’s an easy thing to add...

IF the program was using TOUCHSCREEN, it would be abit more difficult to add sound control, as you would have to make a button, and program it to respond to touch, then add the sound control to it.... abit more complicated with TOUCHSCREEN..

... BUT, rather easy to do with GAMEPAD..

... but I agree, MUTE built into NX itself would be very convenient....


was8bit 2019-05-17 17:16

The MUTE button should be available despite the control settings (GAMEPAD/TOUCHSCREEN/NEITHER)

While we’re are on the topic of adding built in buttons, how about adding a “MENU” button, with a ONMENU GOTO option in the code... this way, whether the programmer has used GAMEPAD or TOUCHSCREEN, offers a very convenient way to have and use a MENU option, which could simply offer “RESUME GAME / RESTART GAME” or get more complicated with lots of options on the game menu.... whatever the programmer wants to put on their MENU page, a MENU button available for either TOUCHSCREEN or GAMEPAD would be nice..

I think having a built in MENU button would encourage better programming by inticing programmers to want to add a menu, since the built in MENU button is already there, waiting to be used...


Timo 2019-05-17 17:46

Actually the Pause button is thought exactly for this. Usually in games it makes sense, you pause the game and it shows a menu if available. It was never meant to be a third action button next to A and B.

I think for touchscreen programs it's not that important, because you usually program your own user interface.

I would add the mute function to the existing menu on iOS (the three dots).


was8bit 2019-05-18 05:00

Ah, makes sense...


Tinycloud778 2019-05-18 16:01

Pretty nice


Cclx33 2019-05-18 17:00

Thanks


Log in to reply.