Slowing the ball in maze game

How do I slow down the ball? its moving too fast making the maze very hard to complete.



maze1.aia (120.4 KB)

If you use the Accelerometer to control 'speed' you might experiment with these properties to change the behavior of the ball;:

MinimumInterval
Specifies the minimum interval required between back-to-back Shaking events, in milliseconds. Once the phone starts being shaken, all further Shaking events will be ignored until the interval has elapsed.

Sensitivity
Specifies the sensitivity of the accelerometer. Valid values are: 1 (weak), 2 (moderate), and 3 (strong).

AccelerometerSensor

An alternative is to NOT use the Accelerometer. Here is an example discussion Need help for making a maze game!

This worked for me:



maze1 (1).aia (120.5 KB)

I had to experiment with the negative blocks to get the proper gravity "feel".

I also had to fix the orientation of the Screen, to avoid a redraw if I tilted too much.