W + A + S + D Concept

A W + A + S + D Concept is here. I see the problem with making games on thunkable for web user interface since there is no blocks such as: When key pressed. So i decided to make a working W + A + S + D Concept which you can check out here: Thunkable . This is open source so feel free to remix and do whatever you want to do! The code is really simple and only requires two components. I know it may not be the best but hey it works! How it works: When your in the preview just starting holding w or a or s or d and the button aka the character (named char) should start moving up if pressed w, down if pressed s, right if pressed d and left if pressed a. They may be delays when switching from one letter to another and that’s because I am using the textbox to register your keys and when you spam a letter and then switch to another letter it has a break before again spamming.