An Action that combines multiple other Actions
new Macro([ new DelayAction({name:"1",time:50}), new DelayAction({name:"2",time:500}), ],"test")
An Action that combines multiple other Actions
example
new Macro([ new DelayAction({name:"1",time:50}), new DelayAction({name:"2",time:500}), ],"test")