Rhythm based game help please!
http://forums.gamesalad.com/discussion/10064/starter-help-for-a-rhythm-game
the video shown on the bottom of the thing... how would i set it up like he has got it where it shows when he touches it early/late/perfect.... how did he make gamesalad even recognize it? i have same attributes he talks about just trying to get this working for myself.
the video shown on the bottom of the thing... how would i set it up like he has got it where it shows when he touches it early/late/perfect.... how did he make gamesalad even recognize it? i have same attributes he talks about just trying to get this working for myself.
Comments
for real.. just dont knwo how he got those miss... perfect.. blah blah to work in what looks great timing and stuff
When line overlaps with button:
If button is touched and line position x < button position x, display early
If button is touched and line position x = button position x, display perfect
If button is touched and line position x > button position x, display late
If line position x > button position x + (width/2), display miss
Does that give you a better idea on the situation?