Timer issue, not updating when changed? Please help
wroachbarrette
Member Posts: 101
I have a timer set to keep tempo, and i have a display that shows that the tempo attribute has been changed now in my timer attribute I have it set to be 60/game.tempo ill also mention that tempo is an intergier attribute, but the timer doesnt recognize that the time has been changed when i change the game.tempo attribute why is this?
Comments
Put your timer in a "When game.NewTempo is true" rule. Then in the button that you tap to change the tempo add a rule that says
when touch is pressed
change game.NewTempo to 0
change game.tempo to ___
change game.NewTempo to 1