HOME ➔ SUPPORT ➔ Community ➔ General CourseLab issues ... RETURN COMMAND
RETURN COMMAND
  View type:
I hope that someone can tell me how to get back from the slide users jump to when i put in alink using the using the "call"action command...No return to the start point slide happens. I have tried adding return in the object box...I am obviously missing something here. can anyone help me? I am a very new user.
 
Try just adding an object of some kind on the page to act as navigation link.
Then add an on-click goto action, set the goto to the page you want to skip back to. You now have an instant navigation button.
Should do what you want it to Ollie.
 
 
Dear Nick,
thanks very much, i appreciate you taking the time to help,
ollie
 
 
 
If you have a number of slides linking to a single slide and want to allow the user to return to which ever slide they came from using a simple 'back' button, then you may need to do some coding. For example; you have slides 'green', 'blue' and 'red' and they all link to a slide 'colour'. When the user clicks on the link in the 'green' slide to go to the 'colour' slide, create a variable (module-wide) called 'from' and make it equal 1 (if the user clicks from 'red' slide then make the variable 'from' equal '2' etc). In the 'colour' slide when the user clicks 'back', make the onClick event check to see what the value of 'from' equals and nest some 'if' statements containing Goto event. I hope that is not too confusing, but it works for me...:)
Subject:
Message options
No additional options