1 Reply
Walt Hamilton

Yes. Create a T/F variable (like 5050Used) with a default value of False. 

Create triggers:

When 5050 Button is clicked, perform 5050 action if variable 5050Used is false.

When 5050 Button is clicked, set 5050Button to true.

If you have a whole bunch of functions that take place for the 5050 action, it may be best to place them on a layer.Show it when the 5050Button is clicked.  Put nothing on it, set its timeline to .1 or .25 sec, and set its property to hide when the timeline ends. Put the triggers for all the actions on it, triggered when the timeline starts. Then add the trigger to set the 5050Used variable to true when the timeline ends.