How to randomly show slides in Keynote

In May Cuztheyrefast posted this question (now archived).
"Is there a way to shuffle the order of the slides? I am using Keynote for flashcards but I'm afraid I'll start to memorize the answers by order rather than actually knowing the answer. "
This can be done with Applescript. I won't write the full script because so much depends on how you want it to work exactly, but here are the core components.
Refer to the slideshow:
first slideshow
or to always refer to a specific slideshow:
slideshow “name”
Find number of slides in a slideshow:
set noofslides to number of slides of first slideshow
Build a list of slideshow numbers:
set noofslides to number of slides of first slideshow
set nslides to {}
Repeat with n from 1 to noofslides
set nslides to nslides & n
end repeat
Play a slideshow starting from a random slide:
start from slide (some item of nslides) of slideshow “name”
Jump to a random slide without playing it:
show slide (some item of nslides) of slideshow “name”
As an example here is a script to jump to a random slide without playing it.
tell application "Keynote"
activate
set noofslides to number of slides of first slideshow
set nslides to {}
-- build a list with this number of items
repeat with n from 1 to noofslides
set nslides to nslides & n
end repeat
-- jump to a slide
show slide (some item of nslides) of first slideshow
end tell
This is pretty fast. However, if you play the slideshow you'd have to stop after each slide, hit the run button on the script and wait for the show to start. You might be able to put in a delay and have the script automatically display a new slide every few seconds. If you have Salling Clicker you might be able to have your cell phone trigger the script to advance. Other than that, I don't know how you would communicate with your script while Keynote was playing a slideshow.
Unfortunately, the hyperlink function in Keynote doesn't allow linking to an Applescript. That would be really cool and powerful.

You can't set a default font.
Instead use a custom slide master with the font you want to use.

Similar Messages

  • In Web Gallery HTML, how can I show Slide Titles?

    I am trying to use the HTML Gallery module within Bridge to create a photo archive. In all respects the appearance of this module is perfect for what i want to do, however it does not display the slide title. Some of the other modules do display the slide title but their layout is not what I want. I looked at modifying a copy of the .xml style docs within the CS4 Extensions library but stopped when it became apparent I was not merely modifying an existing instruction but trying to add a new one. If anyone knows how this can be done I'd appreciate hearing how.
    A related question... Is there a way, within this same module, to modify the "large" image result. When Bridge creates its large images it reduces the size appreciably. In one case by more than 50%. I want viewers to be able to download the original, not a reduced copy. Currently I am using the Photoshop Gallery plugin which handles both of these issues. However the appearance of the slide display is not equal to what Bridge produces.

    You're welcome.
    tt2

  • Somehow a random number appeared on the bottom of all my slides on keynote- it is always the same number regardless of the slide number I am- how can I remove it??

    Somehow a random number (white font on black square) appeared on the bottom of all my slides on keynote… it is always the same number regardless of the slide number I am… how can I remove it??

    Sorry!  I hope I didn't waste anybody's time.  I should have looked first for previous posts and I would have seen other people having the same issue and how they solved it.  Problem solved.  Thanks

  • How do I show my keynote file on a dvd player and control the slides?

    how do I show my keynote file on a dvd player and control the slides with the skip or next chapter command on the dvd remote? when I export to quicktime, it changes slides on a timed basis. I want the chapter button on a dvd remote to act like a mouse click would.

    Hi Robert
    You have to export the individual slides from your Keynote presentation, and then import them into your DVD application.
    I use DVDStudioPro - it works fine this. I'm sure iDVD will be OK.Going via QT has never worked for me.
    Regards Robert
    G4(7 y.o)1.5GHz 1.25 GB Ram, 2x120GB intHD, orig AGP & Radeon 9200 PCI card   Mac OS X (10.4.8)   2monitors, CRT TV, FCP5.0.4, DVDSP4.1.1, STP1.1, Comp2.3, LT2.1, QT7.1.3

  • How to select more than one slide on Keynote?

    Please, someone knows how to select more than one slide on keynote for IPad?

    // Allow selection to span one contiguous set of rows, visible columns, or block of cells
    table.setSelectionMode(ListSelectionModel.SINGLE_INTERVAL_SELECTION);
    // Allow multiple selections of rows, visible columns, or cell blocks
    table.setSelectionMode(ListSelectionModel.MULTIPLE_INTERVAL_SELECTION);

  • How do I view what slide I'm on out of how many I have total in keynote? I know on powerpoint it's at the bottom right of the window but I can't find it on keynote nor can I find the option to make it appear. Any help would be greatly appreciated.

    How do I view what slide I'm on out of how many I have total in keynote? I know on powerpoint it's at the bottom right of the window but I can't find it on keynote, nor can I find the option to make it appear. Any help would be greatly appreciated.

    Your steps so far are OK but you may want to try:
    1 Trash your user library Caches folder (House Icon with short name in Finder window (hard drive window)GOTO:House icon > Library folder > caches folder
    2 Trash the com.apple.Safari.plist file in User library > preferences folder > Safari.plist as well as removing the library Safari folder its self.
    3 you can selectivly re-install Safari 2.0 from your OS Tiger Install disk 1, (see Knowledge base article 301229 for how to just select the Safari Application) without doing a complete system Archive and Install.
    4. Create a new Test user account on the system and test how Safari responds in the Test user, see if its a user related issue and not system issue.
    5. Still no Safari response? have to do an Archive and install (not preserving user and network settings)article 107120
    PS. Issue may be related to actual internet connection connectivity, power cycle cable modem and router or airport if using one as well as the computer(keep unplugged for 3-5 min) and plug the cable modem in and then the router/airport then power on the computer. Do the Airport Admin utiliy (applications, utilities on HD_1)update.
    - do a hard reset of airport knowledge base article 108044(Express base) and 107451 (Extreme base)
    - Check with internet provider for connection issues "cannot find server" ect.

  • In PSE 9 how do I add slides to a saved slide show

    In PSE 9 How do I add slides to a saved slide show?

    When you open a project, there is an option to launch Add Media window from where you can access files from Catalog or a particular album.

  • How to adjust the size of the slide in keynote to 7.5 feet high x 3.1 feet wide?

    How to adjust the size of the slide in keynote to 7.5 feet high x 3.1 feet wide?

    Keynote is not designed to produce printed media, it is set up is for video. There are dozens of applications that are designed for printed output on the Mac, Pages, Word, In design, Quark, Open Office, Libra.
    Pages is the accompanying application in the iWork suite that is specifically designed to print to paper, you should look at that first as it May be on your Mac already.

  • How to set the transition duration of a slide in keynote with applescript

    hi
    how to set the transition duration of a slide in keynote with applescript
    i made an applescript script which converts a numbers file to a keynote presentation
    figured out how to set the transitions but cant find how to set the time
    +set appTransition of slideTransition of current slide to "apple:dissolve"+
    anyone?

    you can send keystrokes to invoke menu commands via shortcuts but as for transition time not sure. You've check the dictionary right? Scripting support is very limited in KN.

  • Hello! pleas help me ;) Question: how to export Project (slide show) from Iphoto (iphone) to desktop (windows)? Second - I export Procejct to Icloud - where I find this?

    Hello!
    Pleas help me!
    Problem: How to export Project (slide show) from IPhoto (Iphone) to other computer with windows?
    Second: How to save this project in Iphone?
    Next: I export this Project to ICloud. Where I will find this?
    regards
    Jerry

    Hi jerryj69,
    Welcome to the Support Communities!
    The link below to the iPhoto for iOS manual covers many of these topics. 
    iPhoto Help: Ways to share photos
    http://help.apple.com/iphoto/iphone/2.0/#blnk7d8f763e
    Ways to share photos
    Using iPhoto on your device, you can share your photos in many ways:
    Send photos to other devices
    Beam photos, albums, events, journals, and slideshows (send wirelessly) from your device to another iOS device with iPhoto installed. Beaming shares photos in full resolution.
    If you have a device that supports AirDrop, you can send photos wirelessly to other iOS devices that use AirDrop. You can use AirDrop to share photos, albums, events, journals, and slideshows. AirDrop shares photos in full resolution.
    If you have an iCloud account and you’ve set up My Photo Stream, photos you save to the Camera Roll are sent to all of your devices.
    Use photos in other apps on your device
    Send your photos to other apps installed on your device, including iMovie and other iPhoto-supported apps.
    Use your photos in any app by saving them to the Camera Roll.
    Send photos to your computer
    Import photos directly into iPhoto or Aperture on your computer.
    Save photos to your computer using iTunes.
    Share photos on the web
    Post photos to your Twitter, Flickr, or Facebook accounts directly from iPhoto. You can add comments when you post photos using iPhoto.
    Create a web journal with your photos and publish your journal as a webpage using your iCloud account.
    Create a slideshow with your photos and publish your sllideshow as a webpage using your iCloud account.
    Email, display, and print photos
    Send an email with your photos.
    Share photos using the Messages app on your device.
    Present your photos as a slideshow with music and transition effects.
    View photos on an external display using an HDMI cable adapter or on a TV using AirPlay and Apple TV.
    Print photos from your device to a printer that supports AirPrint. Tap > Print and select a printer.
    Create books of your photos and order professionally printed and bound copies of them.
    Order professional-quality prints, and have them delivered to an address you specify.
    Cheers,
    - Judy

  • HT1338 How to see photos slide show in macbook?

    How to see photos slide show in macbook?

    What OS are you running?
    Open Preview app. Open a folder with pics. Then in the menu under View, select Slideshow.
     Cheers, Tom

  • How do I open slide show in Elements 7.0

    when I click on slide show the organizer loads and then it tries to load slide show but all I get is a warnig from IE that slide show can't load and then it quits loading and freezes the organizer so that I need to close it through the task manager. I have changed preferences and it did not help.

    I had already tried a new user account and that did not work. I just reinstalled Photoshop elements and that did no good. I also reset preferences and that did no good. I just now tried to set up my 1st album I created and it sent me the same message not from IE but I am attaching a screen shot of the error message. I also installed the program on my laptop that is running Vista and the slide show works fine but it will not let me set up Premier for some unknown reason. Also my kodak printer will not print the photo size (6x4) when it is selected. I have to print it out using Kodak programming or with my old version of Adobe photo shop. The old version however does not recognize some of the new fangled things used in the 7.0 version. I may have used the wrong description of the error message, but the  screen shot will show who is sending the error messages.
    Date: Sat, 1 Aug 2009 17:22:01 -0600
    From: [email protected]
    To: [email protected]
    Subject: how do I open slide show in Elements 7.0
    You broke your filetype associations. IE should not launch when you open a slideshow. it previews in the organizer itself. Either that or you broke your registry. Try uninstalling the software and reinstalling. (no you will not lose all your pictures or work.) If that doesn't work, try creating a new account on your computer. If you are unsure of how to do that, call your computer manufacturer, do not call Adobe, they are closed on the weekends, for support.
    >

  • How do  create a slide show with both video and photos in elements 12

    how do  create a slide show with both video and photos in elements 12

    Hi Brian
    You can batch process a set of prepared slides from Full Edit (see image) using:
    File >> Process Multiple Files
    In the PMF dialog you can choose filename, date, or description (caption)
    Make sure you choose a separate destination folder to your source folder so as tot to permanently overwrite your originals.
    Click image to view

  • How to add sound effect to a slide in keynote on IPAD1

    How do I add a sound effect to a slide in Keynote on a IPAD1?

    MattiMattMatt wrote:
    I'm looking at GB 11 right now, so I don't know if this translate exactly to '09, but I think it's similar if it doesn't:
    Looking at the shown Master Track, on the automation menu of options on the track (that lists volume, pitch tempo - whatever you want to send a curve through) there's another choice on the bottom: "add automation." You select this which gives you a dialog box and the option to add an automation curve for any of the Master Effects you've added in that Edit box on the right hand side.
    Clicking a parameter in that dialog box will add the category to that menu, and then you can create a curve for it (using a two-dot quick ramp up from 0 to whatever value you want, then a two-dot ramp down at the end) for just the measures you want.
    Ive done Add Automation, and Automatic Filter is now available on the "Add Automation". (Although Frequency, Resonance, Mode, Intensity & Speed are down as 5 seperate tick boxes under Automatic Filter and I'd like to just be able to select Automatic filter and not have to change each of these 5 independently and it just work from what I have set it to manually on left hand side).
    I've added points/dots to the curve during the section I need it, but this moves the filter up and down over that point AND from the very start of the song to the very end of the song.
    Where does the point/dot need to be/set to at the Start of the song upto the point I want the filter to kick?
    So there would be NO filter on the track from Bar 1 to end of Bar 9
    Then, where does the point need to be/set to at the end of song from the end of the filtered section?
    So there would be NO filter on the track from Bar 13 to end of the song?
    So just to confirm I want
    Bar 1 to end of Bar 9 - NO FILTER
    Bar 10 to end of Bar 12 - Filter
    Bar 13 to end of song - NO FILTER
    Thanking you in advance for a speedy response.

  • How do you do slide show on apple tv

    How do you do slide show on apple tv

    There are a few options.
    If you wish to use your full library you will need to do so through home sharing.
    Setting up Home Sharing for Apple TV (2nd generation and 3rd generation)
    You can also setup a screensaver via Apple TV settings. You can choose to use your photo stream or select photos through home sharing (approx 100 images will be temporarily cached to the device)
    If you want to create a custom slideshow on your computer, you can create a movie and home share via iTunes. Mirroring is another way, but you would need to use a 3rd party program (i.e. Airparrot) since your computer doesn't meet the requirements for that.

Maybe you are looking for

  • Error when loggin on to the portal

    Hello all, I am new to the portal and I need your help to figure out a proble I have. When I log on to the portal I get the following error message on some of the tabs (not all): No user mapping defined for system SAP_WebDynpro_XSS When I get this me

  • Accounting total value of item conditions

    Dear Experts, I have a scenario where rebates(volume discounts) are accrued at an item level through an item condition and are hence released to accounts also at an item level. As a result of this there are too many accrual entries getting posted for

  • Serial number does not work

    i purchased CS2 online from amazon ... the serial number did not work... I then went to live chat and they guided me to a new number.. it does not work either...  what can i do?????

  • Why can't I create a new version of a photo edited in an external application, without Aperture making a new copy of the newly created Tiff?

    When Aperture creates a new version from a RAW file, no new master file is created.  This makes total sense and I understand why. When I edit a photo in an external editor (Photoshop CS6) from within Aperture, Aperture creates a Tiff file to edit in

  • Error in automatic payment program

    hi, i am usually do payment in other currency through automatic  payment program, today it is the first time i got an error that (error in creating payment document , read job log) i read job log, there is no valuable information to solve that prob,