Timer select odd/even numbers?
Can we make the timer choose, at random, a odd or even number for an event?
I.E.
Timer 1, after, 1 or 3 seconds
Timer 2, after, 2 or 4 seconds
Possible?
I.E.
Timer 1, after, 1 or 3 seconds
Timer 2, after, 2 or 4 seconds
Possible?
Comments
Here are some more complicated examples that will lead you to your desired effect.
http://gamesalad.com/forums/topic.php?id=1885
integer attributes scene.Time1 and scene.Time2
Change attribute scene.Time1 to random(1,2)
When scene.Time1 = 1
timer After 1 second
---etc
otherwise
timer After 3 seconds
---etc
And the same principal with timer 2:
Change attribute scene.Time2 to random(1,2)
When scene.Time2 = 1
timer After 2 second
---etc
otherwise
timer After 4 seconds
---etc
""You are in a maze of twisty passages, all alike." - Zork temp domain http://spidergriffin.wix.com/alphaghostapps