Dynamic PushPin
-
Trying to make this PushPin mechanism work by clicking either at the red end button or the rotating part. They work individually, -but how can I make them work at same time (Connected) by clicking either?
(Something about "mother<Child"...)Any help appreciated
-
you can string simultaneous actions with semicolon
Animate Slow("Unlock",22,-1);Animate Slow ("PushPin!Push",-1,0)
-
Hi PCmoore,
Thank you for explaining. Very useful
Thank you once again
Advertisement