Maybe I made a big assumption, but I uploaded my game with sprite mouse clicks, and just assumed this would work with mobile touch.
What am I doing wrong?
I have since added in the touch functionality, and while I have it set to replicate mouse clicks (I forget the exact name of that toggle), it's still not working with mobile touch after I upload it.
Following up, my best guess is that it's related to how I have the sprite buttons setup for functionality?
Hoping someone can help me get this sorted so that the activity can be used on mobile web browsers.
Develop games in your browser. Powerful, performant & highly capable.
You have to replace your mouse conditions with the corresponding touch conditions. Mouse only covers mouse inputs. Touch covers touch AND mouse inputs (if you check that checkbox). So instead of "left button is down + is over button5" you can just use "is touching object" and it will also work with mouse.