Forum Discussion
LisaPastoor
12 years agoCommunity Member
Resetting a Drag and Drop
Hi there,
I have a drag and drop interaction that I need to reset when they click my Try Again button. I can reset the states of the drop images but can't seem to find where I can set the drag im...
rexmor
9 years agoCommunity Member
Hi Victoria,
Why your method doesn't work because of your trigger condition.
You need 4 attempts to get the condition to true.
Here's the logic.
dafault value: tryagain = 1
first attempt: tryagain = 1 (not equal to 4) because the Increment is after the condition
second attempt: tryagain = 2 (not equal to 4)
third attempt: tryagain = 3 (not equal to 4)
fourth attempt: tryagain = 4 (TRUE, tryagain is equal to 4)
Related Content
- 8 months ago