How To

Hot bar

0

Julian_1 2020-04-20 20:00

Hello I wanted to know how to make a hot bar.
thank you


DEDE-713705 2020-04-20 21:16

Ask Timo and Was8bit


was8bit 2020-04-20 21:35

You could either use TOUCH or a sprite driven cursor, to tap a button drawn to the screen with CELL X,Y,char#...in which case the math you would use are the same the program i made for you...

OR you could use sprites for the cursor, AND the buttons, in which case you would use SPRITE HIT and BUTTON(0,0) to detect the cursor clicking the button...

In EITHER case, you will need to draw the graphics for everything, so draw your graphics, post that under your name, then let me know which approach you want to go...


Log in to reply.