Example

Custom Gamepad Controls

2

was8bit 2019-11-01 05:51

Touch arrows to scroll screen


was8bit 2019-11-01 05:58 (Edited)

You can expand this to include a highlight when selecting a square, then add the A and B buttons that act on the highlighted square...


DJMoffinz 2019-11-01 06:09

Ohmigosh, this is just what I needed! Can I please use this?


Timo 2019-11-01 06:59

If this was an action game it would be unplayable with a mouse, please keep this in mind.


was8bit 2019-11-01 07:02

Oh, yes :) just leave my was8bit for the controls idea....

... if you need help adding more controls, just let me know :)


was8bit 2019-11-01 07:04

TIMO is correct, this control style is best suited for turn based games, where the player can take time to scroll, decide, and then make carefully played actions...


was8bit 2019-11-01 07:11

The text in the top left corner is just a programming help as it gives the code for places touched on the screen, so if you add more buttons you can easily find the control# to use in your code for a button... it should be removed later with REM once all buttons have been added...


DJMoffinz 2019-11-04 08:58

Can I make something follow my finger, (at a reasonable speed) so it could be played with a mouse?


was8bit 2019-11-04 09:19

Is this want you wanted ?

https://lowresnx.inutilis.com/topic.php?id=726


DJMoffinz 2019-11-04 23:44

Not quite, what I meant was something that follows behind my finger, not something that stays under my finger wherever I move it. Sorry to be so specific.


was8bit 2019-11-05 00:41

Is this abit closer?
https://lowresnx.inutilis.com/topic.php?id=532

... i will make something i think will be spot on ;)


was8bit 2019-11-05 01:17

How about this one :)

https://lowresnx.inutilis.com/topic.php?id=729

Just only draw the last (63) one... :)


Log in to reply.