HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... Playing Tick only checks 1st condition?
Playing Tick only checks 1st condition?
  View type:
I added a long video into my master page, and at every 10 secs interval, it is suppose to transit to the next slide.

I added the following into 'Playing Tick':

IF(Condition='$OBJ_9.currentPosition==10')
_GOTO(Frame='FRAME_6',Option='0')
ELSE
_IF(Condition='$OBJ_9.currentPosition==20')
__GOTO(Frame='FRAME_7',Option='0')

The first IF statement executes fine, but nothing happens at 20 sec. I've tried removing the ELSE, but that will give me an error saying "OBJ_9 is undefined".

Any help will be greatly appreciated.
 
After creating a few more courses using different approaches. It seems to me that the problem I am facing is

- Media/video object becomes undefined after it has successfully satisfied any of the IF conditions.

I would really appreciate any help here.
 
I tested 'Playing Tick' with a msgbox and it seems that after the 5th sec, 'Playing Tick' stops firing because the msgbox was not popping up.
Subject:
Message options
No additional options