Hi, i've search through the how do i section but couldn't find what i'm looking for...
I want to want to set a sprite on on layer according to a global variable:
Step1: If global=1 then sprite1 go to layer 1
Step2: If global =2 then sprite2 go to layer 1 AND sprite1 go to layer 1
Step3: if global i=3 then sprite3 go to layer 1AND sprite2 go to layer 1 AND sprite1 go to layer 1
I'm able to do this but i'm repeating all action and i'd like to know how to insert the previous steps...
thanks a lot!