Is it possible: one condition, multiple actions?

Hi everyone:

attempt to make multiple actions by only one condition, like:

while a=0, then b->0 and c->0.

in desmos action, the way I can do that is:

{a=0:b->0},{a=0:c->0}

but it doesn’t look elegant…

is there a way to simplify it like"while a=0, then b->0 and c->0."?

thank you so much!

Are you using this in the ticker?

You can combine multiple actions in brackets, eg
{a=0:(b->0,c->0)}

1 Like

thank you!thank you!thank you!thank you!thank you!thank you!thank you!

hi, is there any document like manual for desmos?