All the best tutorials are for C2, but they don't always translate into C3.
I followed this tutorial.
construct.net/en/tutorials/touch-stick-controllers-241
The problem is, if you follow the steps in the tutorial it will work on the PC, but not on mobile. I need it to work on mobile only.
So I downloaded the demo - That will work on the Mobile, but it can't be programmed the same way using C3. The way C2 and C3 use functions must be different and I can't translate (yet)
First, I tried to implement the idea into my project, but that didn't work, so I attempted to rebuild that demo line for line to learn/understand better how to make the touch controller, but C3 won't accept the word 'Function' in the code and I'm not exactly clear on what is supposed to go in that spot. (see image)
The word Function is in about a half dozen different places and C3 won't let me put it in there.
What am I doing wrong?
Thank you!