time/frame !
Posted: 24 Sep 2014 22:48
tearing my hair out
i want to control a fader that is driven by a script involving time
it means i need to use an On Frame execution - i think - but this
creates all sorts of secondary problems with my switch to enable/disable the fader movement
so i've reduced it to something very simple - i think i'm missing something conceptually
i've tried a hundred strategies all with varying and surprising outcomes
usually resulting in my switch being ineffective or the movement only occurring at the instant i press the switch (like a sample and hold)
try this and tell me the missing concept to save my hair, not much left
One fader One switch
Script as follows (in Fader)
Fader.x = time % 1;
No matter what i try with the Switch.x value i cannot control the Fader or Script to play nice
i just want to use the switch to turn of the motion, how do you do it, it MUST be simple simple simple
things are a bit more complicated in my real world example, but this example reveals my roadblock just as well
any hints ?!
cheers
i want to control a fader that is driven by a script involving time
it means i need to use an On Frame execution - i think - but this
creates all sorts of secondary problems with my switch to enable/disable the fader movement
so i've reduced it to something very simple - i think i'm missing something conceptually
i've tried a hundred strategies all with varying and surprising outcomes
usually resulting in my switch being ineffective or the movement only occurring at the instant i press the switch (like a sample and hold)
try this and tell me the missing concept to save my hair, not much left
One fader One switch
Script as follows (in Fader)
Fader.x = time % 1;
No matter what i try with the Switch.x value i cannot control the Fader or Script to play nice
i just want to use the switch to turn of the motion, how do you do it, it MUST be simple simple simple
things are a bit more complicated in my real world example, but this example reveals my roadblock just as well
any hints ?!
cheers