I am creating a calculator on Gimkit, as you may have inferred from the title. While I have most of it sorted out, I’m having trouble with the backspace function. At the moment, it only deletes one digit before malfunctioning. I prefer not to plagiarize, so I would appreciate any guidance on how to fix this issue.
3 Likes
Use this guide:
3 Likes
Maybe try looking at the keyboard guide and seeing how Apollo did their version of a backspace key?
I have looked at it, but it didn’t work. However, I am developing a backspace button right now. If it is not out within a month that means it didn’t work.
Here, all you need to do is take the number currently being typed and do:
(Where a is the number you have entered into the calculator.)
1 Like
For making mod, you can use this:
1 Like
Oops, sorry about that.
1 Like
This topic was automatically closed 3 hours after the last reply. New replies are no longer allowed.