HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... An example of IF SCORE, please.
An example of IF SCORE, please.
  View type:
Please, I need an example of
IF SCORE > 30 .... MOVE TO.


I have difficulty:
I wrote in OBJ_27:
SET SCORE(Objective='spesa1',Source=,Additive='Add',Score='12')

MOVE-START(Object='OBJ_27'X=30,Y='600',Additive='Replace',Duration='1000')

IF SCORE(Objective='Spesa1',Source=",Condition='<=',Score='21')

MOVE-START(Object='OBJ_27'X='0',Y='0',Additive='Replace,Duration='1100')

Objective spesa1 is less than 20 It should only go down but object_27 move up and down as if Spesa1 were more than 20. Why?







 
Hi, Paolo,

it seems that you did not make MOVE action dependent from IF SCORE. There should be one indent on the MOVE action row. I.e.

IF SCORE ....
_ MOVE-START ....

where _ means one indent (use arrow buttons in action editor to indent and outdent rows)
Subject:
Message options
No additional options