• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

read a DATA string...

K

kent valden

Guest
Just a thought: If i want like the screen to blink in a specific pattern like "on off on on" with 1 and 0.
is there a way like DATA 1,0,1,1 and have that read to do what I want to do?
 
K

kent valden

Guest
To clarify...
I will have something jump in time to music but in different patterns like 1 isjump and 0 is not. As I do now I have to use lots of IF beat == 1 || beat == 0 and so on...
I have a beat running in bpm and 8 steps where I like check if beat is on beat 4 it shouls jump etc."

problem 2 is that when the object that jumps 1,0,1,0 touches a floor object with pattern like 0,1,1,1 the objects pattern become 1,1,0,1.
 
Top