Have such behaviour sequences applied:
in Object Properties - [1]CustomMovement, [2]Rotate, [3]Sine - (were added in this order)
in Condition/Action Wizard - [1]CustomMovement, [2]Sine, [3]Rotate - (Wizard displaying Tabs in this order)
--When--
we made actions for behaviours in such order (besides, they DON'T DISPLAY their behaviours NAMES in event sheet ! I suggest to add displaying of names):
1. {family} Set Activated - (manipulating in "Sine", [2]Tab in Wizard)
2. {family} Set Activated - (manipulating in "Rotate", [3]Tab in Wizard)
--Then--
Actions will work by Wizard's TABS ORDER (NOT by manipulated Tabs NAMES) selecting corresponding behaviour number from Object's ADDED ORDER, e.g:
1. will activate second[2]behaviour "Rotate" in Object's added order, because "Sine" was second[2]Tab in Wizard
2. will activate thrid[3]behaviour "Sine" in Object's added order, because "Rotate" was third[3]Tab in Wizard
(you can toggle actions one-by-one testing runtime in example *.cap)
--
This BUG applies also to builtin actions of behaviours, e.g. setting rotating speed at third[3]Tab "Rotate" will have no effect in runtime, because thrid [3] Object's behavior "Sine" have not "Set Rotate Speed" in their builtin properties.
AND will have side effects for trying to set someIDnumber[X]action parameter from second[2]tab Wizard's "Sine" behaviour to non-existent someIDnumber[X]action of second[2]Object's "Rotate" behaviour and will crash !!
[2]Tab Wizard's behaviour "Sine" action "Set Movement" CRASHES in this example at startup, when you toggle IT on !!! TRY !!! :) I think because [2]Object's behaviour "Rotate" have no such [actionID] as action "Set Movement" of "Sine" has.
--
When you remove and RE-ADD behaviours to Object IN ORDER, that will MATCH Wizard TABS Order, ([1]CustomMovement, [2]Sine, [3]Rotate) - THEN all works FINE !!!!!!!
I think that Construct MUST recognize (and !display!) behaviours in events processing by NAMES assigned in "Behaviours" group of Object properties.
--
Actual BUG for versions 99.62 and 99.91
--
Thanks for your great work on this application !!!