Made a keyboard API for mobile users. Didn't take too long, because all I had to do was figure out how the heck to use clone IDs, nested loops looping themselves, and clones creating broken paradoxes that crashed Scratch multiple times, which was very annoying. =====I was bored. ========Instructions======== The green button will open the keyboard; the red button closes it. This is a one-sprite keyboard API, so there is no need to deal with multiple sprites. And give credit! ↓ Update log ↓ ==============v1.1.0===================== - Finally figured out the code for the delete button, so that's there. ==============v1.2.0===================== - Added keyboard sounds. Yay! ================Next Update================ - Might change some of the keys a bit.
This was one of my first times using clone IDs. ============INSTRUCTIONS================= Any text entered outputs in var 'TextEntered'. Keyboard opened/closed outputs in var 'KeyboardOpen' Broadcasts 'Show Keyboard' and 'Hide Keyboard' do exactly that. The 'Show Keyboard' automatically resets var 'TextEntered' so be sure to save the text entered in another variable.