Hey Ashley and Tom
Can one of you you add these actions to Construct 3 which are as follows-
The Do until true action can be used to run an event until a boolean variable which specified by the user is True and if the boolean variable is set to false or inverted in the middle of an event then the execution off that event will be instantly and automatically stopped.
The Do until false action can be used to run an event until a boolean variable which specified by the user is false and if the boolean variable is set to True or inverted in the middle of an event then the execution of that event will stopped automatically.
The Do until variable value(Step) action can execute for a certain amount of time or steps multiplied by the value of the variable defined by the user until the variable reaches certain value after which the event running the Do until variable value(Step) will be automatically stopped.
And Ashley and Tom if you do not want to add these actions to Construct 3 can you tell me why?,Note -I have have thought of different actions for Construct 3 and your advice can help me improve them,Cheers.