awa_labs
                (awa labs)
              
                
              
                  
                  
              1
              
             
            
              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
            
            
           
          
            
              
                awa_labs
                (awa labs)
              
              
                  
                  
              3
              
             
            
              thank you!thank you!thank you!thank you!thank you!thank you!thank you!
             
            
              
              
              
            
            
           
          
            
              
                awa_labs
                (awa labs)
              
              
                  
                  
              4
              
             
            
              hi, is there any document like manual for desmos?