CoronaBlitz #1 - by Jullau - Blind collector

Blind collector

My first game :slight_smile: with corona. Bugs inside. sorry.

http://www.youtube.com/watch?v=aIir9UxFs1Y

https://github.com/Jullau/CoronaBlitz1

Use : corona Complete, cfxr, photoshop

Music : free on http://www.nanamee.com/

movecamera() : code from other personal project

4hr : “dev” / 5min : design graphic

Rules : 

use accelerometer to move.

White ball = yes!

Black ball = Game Over

white balls are not visible immediately, keep Calm.

You have 45s for the better score.

Thx.

Nice! How are you simulating the accelerometer?

Thx, i test on my iphone. function onTilt()

Ah, I was wondering if you had it hooked up to test in the simulator. There was a program I used a while ago to allow for network broadcasting of the accelerometer data to a java application for a game I was working on, pre corona. Was useful to test without having to deploy to the device.

Nice! How are you simulating the accelerometer?

Thx, i test on my iphone. function onTilt()

Ah, I was wondering if you had it hooked up to test in the simulator. There was a program I used a while ago to allow for network broadcasting of the accelerometer data to a java application for a game I was working on, pre corona. Was useful to test without having to deploy to the device.