How to adjust slide function
Hi All, I created few slides which are hyper link to each other through slide action.. For example slide 1 is linked to slide 5 … Once Trainee read example on slide 5 I created back button to go back to slide 1..but the issue is once it come backs to slide 1 slide starts from begining.. I won’t it should move to new or next Point of the same slide.. Please help
Please try to find the workflow to take a real screenshot instead of taking a photo. I would like to have seen the timeline panel of the sending slide and the slide to jump to. If you are on Windows, you can use the Snipping tool.
The popup scenario is easier, but I need to know if the ‘slide’ you are jumping to has any interactivity besides the back button? Than it is rather easy to have everything on the same slide, no need for extra slides but using popups.
In that case you do NOT need separate slides. Create a popup with the needed example and audio. It would be easier to explain if I could see the Timeline panel. Two possibilities, the first one is using Show/hide, easiest to understand, not necessarily best workflow.:
- Create as many different popups as needed, one for each button. If a popup needs multiple objects (audio can be attached to any object) group those popups. I will label them Gr_1, Gr_2, Gr_3….
- Hide those groups, either by using the On Enter action of the slide or by clicking the ‘Visible in Output’ eye button in their Properties panel.
- Each button needs an advanced action, which hides the popups which are not needed, and shows the popup needed. Example for button1:
Hide Gr_2
Hide Gr_3
Show Gr_1
Since these are advanced actions, the playhead will not be released when the button is clicked.
Second workflow uses one multistate object MS_Object. The Normal state is empty (use a smart shape with Alpha and Stroke set to 0). Add as many custom states as you have buttons, I will label them Popup1, Popup2, Popup3. The action triggered by the button can now be a simple action:
Change State of MS_Object to Popup1
In this scenario do not forget to uncheck ‘Continue Playing the Project’ for the button.
Both scenarios will also allow to have something happen when all buttons have been clicked, but that needs more explanation.
Hi, yes I used the jump to slide option available in properties.. My frame has three points.. Each Point is linked to example and I want the trainers to read the example and come back to original slide.. Once they are back to original slide it should move to Point number 2 and same is done for Point 3..your Article is very insightful but I need to learn How to do those step correctly. . . I haven’t used variables anytime.. I AM ok with either of method that solves my problem
Very little information, and I am confused by the terminology as well. Did you use hyperlinks to trigger the Jump to… actions? Or did you use the Success event of a button?
It is normal when you use ‘Jump to’ or ‘Go to’ actions to start the slide from the first frame. If you want to go to a later frame you need to use micro-navigation, which is a bit more complicated. Have a look at the explanation:
http://blog.lilybiri.com/micro-navigation-introduction
Since this means that you’ll need shared/advanced actions and user variables, I wonder if it is not possible to avoid it. I was thinking about a popup on the same slide to show what you now have on another slide. By closing the popup you will be back at the original slide, and if you didn’t release the playhead you will be at the same frame as before showing the popup.
I could explain both workflows, please tell me your choice? And what is the link with Audacity?
You must be logged in to post a comment.