Trying to get a custom submit button to appear once drag items are dropped on target

Aug 21, 2020

Hi,

I wanted my custom submit button to appear once I have dropped 2 objects on 2 targets and tried using a true/false variable but can't quite figure out what to use in the trigger to do this.  Any ideas please?

Thanks,

Pam.

2 Replies
Ned Whiteley

Hi Pam,

All you need to do is:

1.  Set the initial state of your custom Submit button to Hidden

2.  Create two True/False variables for Object1Dropped and Object2Dropped and set them initially to False

2.  Create a trigger to adjust the value of Object1Dropped to True when Object 1 is dropped on either Target 1 or Target 2.

3.  Create a second trigger to adjust the value of Object2Dropped to True when Object 2 is dropped on either Target 1 or Target 2.

4.  Create a third trigger to change the state of your custom Submit button to Normal when the variable Object1Dropped changes if Object2Dropped = True.

5.  Create a fourth trigger to change the state of your custom Submit button to Normal when the variable Object2Dropped changes if Object1Dropped = True.

This discussion is closed. You can start a new discussion or contact Articulate Support.