Forum: How do I...?
10-13-2020, 07:50 AM
|
Replies: 11
Views: 30,261
Use the while mouse is pressed on something event
You have done a good job trying to solve this problem, but as was pointed out, Alice 2 puts events into a Queue and will still fire them in sequence no matter how long you Wait. (Alice 3 addresses...
|
Forum: How do I...?
10-13-2020, 07:37 AM
|
Replies: 11
Views: 30,261
Use while mouse is clicked on something
You have set this up well, actually, but another response pointed out that Alice 2 puts every event into a queue and will process them one after another no matter how long the wait is. (This is an...
|
Forum: How do I...?
06-26-2020, 10:34 AM
|
Replies: 11
Views: 30,261
Multiple Mouse Click events
I assume that you are referring Alice 3...
In the header for the addMouseClickOnObject Listener event, there is an "add detail" menu. One of the menu items in that menu is "multipleEventPolicy"...
|
Forum: How do I...?
07-21-2012, 08:19 AM
|
Replies: 11
Views: 30,261
Reminder
Members of this forum are encouraged to not write code for other members, but rather provide pseudocode explanations of possible solutions. Those who continue to write and share solutions will have...
|