This project contains a mobile controls sprite capable of making any project playable on a mobile device. You can easily move it over to either your or somebody else’s projects. Its great for playing a game designed for PC on mobile. -=- HOW TO USE IT -=- 1. Put the sprite “Mobile Controls” in your backpack. 2. Put it into any project you want to have mobile compatibility 3. Change all <key ( ) pressed?> to the corresponding (item ( ) of MOVE) 4. Change all [when ( ) key pressed] to [when i receive (boop)] [if (item ( ) of [MOVE])] If you want both keyboard and mobile playability, use the <<>or<>> logic gate to detect either (item ( ) of [MOVE]) or <key [ ] pressed?> -=- Item ? of Move Helper List -=- (This Info Can Be Found In The Sprite Too.) ARROWS 1 Up 2 Left 3 Right 4 Down DIAGONAL (you can still detect the two buttons they act as normally, so hitting 5 is the same as hitting both 1 and 2) 5 Diagonal Up Left 6 Diagonal Up Right 7 Diagonal Down Left 8 Diagonal Down Right LETTER BUTTONS 9 Button A 10 Button B 11 Button C 12 Button D
These Are Not One Button. Even Though Scratch Only Supports One Mouse, These Are Complicated, So You Can Predict Them Better. This is like how Terraria mobile 1.3 has somewhat complicated controls, so you have full control.