Posted February 02, 2021 by LioxLynx
#update #mobile #3d
In this update, I added mobile support for the game.
Super simple on scratch, just make some sprites for buttons and have each button trigger a certain action. In scratch, I used variables to detect true and false instead of using broadcasting to trigger anything. It basically just detects when the cursor is clicking the sprite (using if touching mouse pointer? and mouse down? blocks) then tells the sprite that actually does the action to well, do the action.
Thanks for the support on the game!