How to Prvent user from Skipping ahead
March 6, 2009 12:00 AM
I actually came up with something last night that seems to work using variables.- First I created a Variable called NoSkip- Second, two actions are added to each slide (first slide only has one action.Slide 01:ActionAddToNoSkip: On ShowActionModify VariableTarget NoSkipValue 1Modification Type Set Variable ContentsSet Delay 10 secondsConditionOnly if TrueVariable NoSkip RelationShip Less Than or Equal Value 1Slide 02:CheckNoSkip: On ShowActionNoneTarget NoneConditionOnly if TrueVariable NoSkip RelationShip Greater Than or Equal Value 1ElseActionGo ToTargetBackActionAddToNoSkip: On ShowActionModify VariableTarget NoSkipValue 2Modification Type Set Variable ContentsSet Delay 10 secondsConditionOnly if TrueVariable NoSkip RelationShip Less Than or Equal Value 2The key is to increase the numbers by one for each variable as you progress through the slides.Edited By: Eric_NGRID on 2009-3-6 7:45:4
Discussions have been disabled for this post