Hi please i map crossfader 100% and 0% while_pressed, it works fine but i want it to stay in 5 seconds while pressed. Help
Thanks
Thanks
Mensajes Wed 16 Dec 20 @ 9:44 am
so use a repeat_start
Mensajes Wed 16 Dec 20 @ 11:38 am
What am doing not good at all can you do for me?
1st i make it repeat_start 'crossfader 100%' 1000ms 1 & crossfader 100% while_pressed
2nd repeat_start 'wait' 1000ms crossfader 100% 1 & crossfader 100% while_pressed
Please
1st i make it repeat_start 'crossfader 100%' 1000ms 1 & crossfader 100% while_pressed
2nd repeat_start 'wait' 1000ms crossfader 100% 1 & crossfader 100% while_pressed
Please
Mensajes Wed 16 Dec 20 @ 12:48 pm
... do something, wait a second, do something else
that's the order you want to do things, it's not while_pressed either.
that's the order you want to do things, it's not while_pressed either.
Mensajes Wed 16 Dec 20 @ 1:06 pm
So i should ignore while_pressed?
Mensajes Thu 17 Dec 20 @ 8:06 am
yes and use up ? and/or down ? instead
i.e. up ? repeat_start 'waitcross' 5000ms 1 & crossfader 0% : crossfader 100%
or play with auto crossfader
up ? auto_crossfade 5000ms : crossfader 1
i.e. up ? repeat_start 'waitcross' 5000ms 1 & crossfader 0% : crossfader 100%
or play with auto crossfader
up ? auto_crossfade 5000ms : crossfader 1
Mensajes Thu 17 Dec 20 @ 9:19 am