Forum Discussion
DanyTurcotte
4 months agoCommunity Member
Drag-and-Drop or Display Issues
Hello everyone,
I would like to get some advice on a project I'm working on. I will share my file with you so you can better understand it. If you have any suggestions or alternative ideas, I woul...
JudyNollet
4 months agoSuper Hero
The attached file has an edited version of the drag-and-drop that works the way you want it to.
- I redid the triggers for each object so that the associated T/F variable is set to True and 1 is added to "nb_concept" when the item reaches the Drop Correct state.
- The opposite happens when the item returns to Normal.
- For those triggers, I used "is not Drop Correct." Why? Because all built-in states are based on Normal, so using "is Normal" doesn't always work as expected.
- As an example, here's what the triggers for item 1 look like:
FYI: I added references to the T/F variables to the temporary text box that references the "nb_concept" variable. I also gave that a bright red fill. That's just my way of marking something that will need to be deleted. 😊
By the way, I commend you on giving meaningful names to objects and variables. That always helps with programming and troubleshooting. 👏
Best wishes for success with your project.