toggle menu
Categories
Discussions
Dashboard
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Dashboard
Sign In
·
Register
×
Home
›
GameSalad 101
›
Working with GS (Mac)
Accelerometer
daverenner
Member
Posts:
133
August 2010
edited November -1
in
Working with GS (Mac)
I have my accelorometer working, but i cannot make it stop. If i hold the ipod completely still it will still go one way or another. Any tips?
Comments
scitunes
Member, Sous Chef
Posts:
4,047
August 2010
for landscape
rule when game.accelerometerY is >0.1
move
when game.accelerometerY is <-0.1
move
if this is too touchy change the 0.1s to 0.15 or 0.2
daverenner
Member
Posts:
133
August 2010
Hmmm, i have it set to .05
Sign In
or
Register
to comment.
Comments
rule when game.accelerometerY is >0.1
move
when game.accelerometerY is <-0.1
move
if this is too touchy change the 0.1s to 0.15 or 0.2