Customized review info on drag and drop slide
Hi all,
I want to make a customized review on a drag-and-drop slide.
However, it does not seem like I can get cpInReviewMode to trigger the visibility on my review object.
Added the advanced action On Enter. Using C9, latest patch.
Tried advanced action:
IF ( cpInReviewMode == 1 )
Show dd1
Pause
ELSE
Continue
Also tried
IF ( cpInReviewMode == true )
Show dd1
Pause
ELSE
Continue
/Dan
