Skip to content

Instantly share code, notes, and snippets.

View DirleiDionisio's full-sized avatar

Dirlei Dionísio DirleiDionisio

View GitHub Profile
@DirleiDionisio
DirleiDionisio / app.js
Created March 27, 2012 12:10
Titanium- Control Stuff With Accelerometer
var win = Ti.UI.createWindow();
var ball = Ti.UI.createView({
backgroundColor:'blue',
height:50,
width:50,
borderRadius:20
});
win.add(ball);