Would it be possible to have it to where whenever your phone shakes than you get a value of 1 then 2 on second shake and so on..? If it is possible where would i start to implement this? You can think of it like a pedometer type thing.
The only way would be with the Touch object.
Acceleration, and accelerationwithG
construct.net/en/make-games/manuals/construct-3/plugin-reference/touch
If the device supports it.
Most mobiles do. Not that they're all great at it.
That's awesome! My next question would be how should it look to get the result I want? Is there some place I can look on how to build it in the event sheet so I get a value for every shake?
Develop games in your browser. Powerful, performant & highly capable.
No idea on a tut, all I can say is that a shake would need to be based on time.
You define what you think a shake is.