ELearning for IPad: How do I create Touch to View interaction?

I am new to html, creating elearning for the iPad, and need how to help. How do I create a "touch the hotspot view an image or view text":? I know this is probably lame, and I have (I think) looked everywhere for a simple answer. Call me dense, but I cannot figure it out. I have used Cap. since Version 1 (ya, I've really been using/programming Cap that long! ) and I really need help! Please point me or just give me the steps to make this happen. Thanks!

This kind of interaction requires the use of Advanced Actions to SHOW or HIDE objects on the slide.
Set the initial Visibility of the object to be OFF, and then when the user taps the click box or button, set the Action to SHOW the object. You indicate which object to show by selecting its Item Name from the drop down list.  You will need to use buttons or click boxes to trigger the Advanced Actions. To my knowledge these interactive objects are still supported in HTML5 output. Users need to tap the screen instead of clicking a mouse.
Lilybiri has quite a few tutorials about how to set this up.  Try studying some of these tutorials: http://lilybiri.posterous.com/tag/advancedactions

Similar Messages

  • In DPS/Indesign for iPad - How can i create a button that once tapped, will pre-populate an email?

    In DPS/Indesign for iPad - How can i create a button that once tapped, will pre-populate an email? like when you tap a recipe in Marth Stewart Every Day Food for example....

    http://forums.adobe.com/message/4190932

  • Pages for iPad - how do I create space after a paragraph?

    All I want is one line space after each numbered paragraph in a document.
    When I press return twice, the numbering restarts!
    Help.
    Thanks.

    On the iPad, documents are saved directly in the app in which they are created. Your Pages documents are saved automatically as you work  on them. If you quit working on the document right now, your progress is saved on that file. No need to save like you would on a computer.
    When you close Pages and come back to it later - all of your documents will be listed in thumbnail view on the first screen. Tap on the document that you want to work on and it will open.
    There is a help feature within the app. Tap on the wrench icon in the upper right corner and select Help from the resulting menu.

  • When using imovie for Ipad, how can I fast forward a project to cut the length down?

    When using imovie for Ipad, how can I fast forward a project to cut the length down to fit under the 15 minutes required for Youtube? My current project is 23 minutes, and need to cut it down below 15 minutes. I was hoping to speed up the video. The content would actually be better viewed in at a faster speed anyhow.

    Jon,
    It sounds like you did, just as you should, Save_As and Delete everything that is unwanted. If you did the Deletion from the Timeline, there should be nothing from the old Project, that should be included. A DVD is Transcoded and burned from the Timeline. If the Assets are not there, they will not included in the DVD, even if you did not Delete anything from the Project Panel.
    Tell us about the Clips now on your Timeline. Also, can you check the Timeline, by hitting the \ (Backslash key), and looking near the end of the Timeline. Do you have any "orphans" out there? Check all Video Tracks, even if you have to scroll to see them all. Does the Duration of the Timeline (viewed in the Program Monitor) match what you think that it should? If not, then you most likely have orphans, that you missed Deleteing.
    Good luck,
    Hunt

  • I purchase Star Walk for IPAD, but I have Ipod Touch

    Hi,
    I purchase by mistake Star Walk for IPAD, but I have Ipod Touch.
    Its is possible ti have a refound ? Vito technology enterprise said to me to ask Apple for a refund. It is possible to have a refund ?
    If one of you want this very nice application, let me know, the file size is 81 megs. I'm able to put on my web site with a link to download the file.
    Trade is possible also.
    Thanks

    The terms of conditions stipulate no refunds. However, you can go to your purchase history and click on the report a problem button, explain the problem and ask for a refund. What you may not do is give the app you downloaded to anyone else. It is only licensed to your account.

  • How do I create a slide/push interaction/animation?

    There's an interaction/animation I want to create, but I don't know how (or if FC currently supports it).
    For example, let's say I have a custom component that consists of a rectangle with some text in it. Below it are a "back" and a "next" button. When I click the "next" button, I want to create the effect of a second rectangle sliding in from the right and pushing the first rectangle off to the left, like when you move between home screens on an iPhone. It seems you'd need to set the right and left boundaries, like the scrollable content of a scroll panel. How could I create this effect in FC?
    Thanks for your help

    Hi Scott,
    You can do this using an action sequence. You'll need to create an interaction to start the action sequence (e.g. "on application start" or "on button click"). In the interaction editor and change "Play Transition to State" to "Play Action Sequence". When you hit OK, Catalyst will open the Timelines panel to the new action sequence. You can now sequence a bunch of arbitrary events in time. To create a slideshow, make your slides the states of a custom component, and create "set component state" actions when you want to change slides.
    -Adam

  • How can I create a Table View in Cocoa Applescript?

    This is my last resort. I've searched for days and only found tutorials for iPhone and Cocoa, and I have no idea where to start. I'm looking for a way to create a Table View, and fill it with a few cells that call a handler when clicked. I've looked through the Xcode help, the Apple documentation, and countless tutorials, and I don't know what to do. I'm sure what I'm asking is possible, because usually what is possible in Cocoa is possible in Cocoa-Applescript.
    Perhaps something like:
    myTableView's addCell_OfType_WithHandler("This is a text cell", text, "myHandler:")
    I would appretiate any responses and brief descriptions on the matter.

    You did not answer my first question, which was not an idle question. I'll answer here, but if cross-chatter appears in a different thread I'll ignore it. You'll have to keep track of the mess yourself.
    Apple_For_The_Win wrote:
    At this point, I've dragged a Table View onto my window, in Xcode. I've connected it to the value "myTableView", and that's where I need help. I'm specifically trying to add cells into the table view.
    I'll assume that 'connected it to the value "myTableView"' means that you've control-dragged in XCode from the table view in Main Menu.xib to a property in your applescript app delegate called myTableView. If that's not the case, please correct me.
    I prefer to use an array controller for this, so please drag an array controller object into main menu.nib. once you've done that, do the following:
    open the applescript app delegate and add a new property called "tableController"
    select the table view in the object list (you may need to open some disclosure triangles to reach it). and add appropriate (an) column name(s). you can hide column titles later if you like, but having named columns makes life easier.
    select the array controller in the object list
    rename the array controller "table data"
    open the attributes inspector, and then add the column name(s) as key(s) in the object controller area
    open the bindings inspector, and where it says "controller content", open the disclosure arrow and bind the content to the App Delegate object on the model key path self.tableController
    select the table view in the object list again, then go down a level and select each column in turn
    for each column, open the bindings inspector, and where it says "value", open the disclosure arrow and bind the content to the Table Data object with the controller key arrangedObjects model key path being the name of the column (which is the name of the key in the controller as well)
    back in the applescript app delegate, add code like the following:
      -- create a list of records, where each record represents a row and the column name is the record key
      set myData to {{column_1_name:"hello"}}
      -- convert it to an NSArray and add it to the controller content. don't forget the *my* keyword, or it won't work
      set my tableController to NSArray's arrayWithArray:myData
      -- may or may not be needed
      myTableView's reloadData()
    That should populate the table with simple text. if you want something more complicated (like buttons or links) then create the more complicated elements separately and add them to the data.

  • How can i create a Matrix View or Matrix Report in JDeveloper

    Dear All
    I'm tring to creat an updatable view display (items , customer , quantity)
    The customer must be Distinct
    , And the view column are not fixed (Like the Matrix Reports)
    Example
    customers___________item01___________item02___________item03----------item_N
    dan_________________5_______________10_____________15 -----------
    sara________________12_______________7______________3 -----------
    How can i display that in ADF table ?
    It's Possible to make that view updateable
    Thanks
    Ahmed Galal

    May I suggest that you ask this question in the customer forums in the Business Center at [http://sme.sap.com|http://sme.sap.com]
    Best regards, Christian

  • My apple id is associated with my kid's ipad, how can I create an id for her without her loosing her games and mail?

    My apple ID is associated with my kid's ipad. I want to create her own ID but Im afraid she may loose everything she has downloaded (games, etc) if I give her a new ID.

    Why do you ask in the iWeb forum?

  • TS4002 Issue for families:  How do I create separate iCloud accounts while retaining a joint iTunes account?

    My family has previously used the same iTunes account.  Now that we all have apple devices, the iCloud feature is mixing our contacts, calendars and messages.  How do I set up individual iCloud accounts while retaining the current joint iTunes account (so that I can manage the payments for iTunes purchases)?  I cannot figure out how to change the current iCloud account (which is the Apple ID I have used for iTunes for years) on either my Mac or my iPhone.  It seems that once you have set your iCloud account, you cannot change it.  Any advice out there?

    No: @icloud.com is an Apple email address. To create a new Apple ID you need to start with an address other than @icloud.com, from any other service. Then you go to http://appleid.apple.com and follow the procedure to create a new ID: then you can sign into System Preferences or Settings>iCloud with it. When you enable Mail in the checklist you will be asked to create a new @icloud.com address. You can't transfer an @icloud.com address from one account to another.

  • TS1702 Have purchaseD pages for iPad, how do I install to iPhone?

    I have just purchase pages and installed to iPad. How do I install to iPhone. Do I have to purchase again??

    Just download it on your phone: App Store>Purchased>Not on this Phone...then download it. No, you don't have to pay for it again.

  • HT201210 i have forgotten password for IPAD , how can i get into it ?

    i have forgotten the password for my IPAD 2 , how can i restore ?

    Connect to iTunes on the computer you usually Sync with and “ Restore “...
    http://support.apple.com/kb/HT1414
    If necessary Place the Device into Recovery mode...
    http://support.apple.com/kb/ht4097

  • How long does purchasing storage take effect for ipad, how long does purchasing storage take effect for ipad?

    I just purchased more storage space for my ipad mini. How come it hasn't taken affect yet? How long does it take for me to see the storage that I purchased?

    There is a warning notice when the process first starts that it may shut down, and, if so, to wait some long time (30 or 60 seconds; I forgot just which) before powering up.  Sometimes they reboot, and sometimes not.  But in any event, you probably went through more than one reboot, and passed the firmware test.
    Enjoy your MacBook Air!

  • Pages for iPad - how to change left column in modern photo resume

    Hi there ladies and gents. I've spent the better part of an hour poking around and researching this, but I think I just need to ask an expert.
    I'm trying to create a "modern photo resume" document in pages on my ipad2. It starts out with a formatted document filled in with Lorum ipsum. The main body of the document is no problem, I can change that. The part I'm having a problem with is the left column text, with the name "Urna Semper," closely followed by another box of contact information with the same, uneditable properties. For the life of me, I can't find a way to edit any of this text. Selecting it only yields four options: cut, copy, delete, and lock. In the toolbar I can format it, change the size, font, layout, color, you name it. Anything you can think of except what the text in these boxes actually says.
    It's driving me crazy.
    Anyone with solutions to this will be my hero for the day. Thanks so much!
    Zintense
    En vino veritas

    These are merge fields.
    A double tap on them selects all and then you can type whatever you want in their place.
    Peter

  • Using Pages for iPad, how to replace images

    Hi. 
    I'm new to Pages.  I have created a Pages document with text and photos.  I'd like to create more documents using the same basic format.  I'd like to be able to click on a photo and choose a new image without the image size changing in the document.   I thought I had tried this from a pages template on my friend's ipad but I can't figure it out now that I have my own ipad.   Any help appreciated. 

    These are merge fields.
    A double tap on them selects all and then you can type whatever you want in their place.
    Peter

Maybe you are looking for

  • Can you delete an iCloud account but then make a new account with the same password?

    Me and my mum share the same iCloud account with her email address, but I can't make my own unless I delete my mum's account that I share with her. If I delete the account, will my mum be able to make a new account with the same password? Thank you!

  • Hp 6122 won't print in color

    I haave a HP 6122 that will not print in color.  I have used three new color cartridges, reset and cleaned the printer.  It prints in black fine.  Any ideas?  Thank you in advance.

  • The user name on laptop is wrong. How do I fix this?

    I gave my husband my Macbook Pro. I did a reformat, and wiped everything, I thought. Although under System Preferences/Users & Groups, it shows his name as Admin, and the only current user. But in Finder, under Users, it shows my name. Would this cau

  • Converting Actionscript from 1.0 to 2.0

    I am trying to convert Actionscript written in 1.0 to 2.0 for Flash 8. It is from a tsunami menu I downloaded off kirupa.com. There is no actions layer where al the actionscript is kept, and I have tried to convert it. I customized the menu and the t

  • HT204093 MAIL question

    Hi, I'm a newbie and am having trouble locating the MAIL function on my MAC OS X 10.6.8 Snow Leopard. I need to have it set up and couldn't find it via the search box either. Please help me locate MAIL so I can set it up. Thanks.