Help with transparent buttons on images

I have photos of a piece of equipment and load images to slides in Captivate 3. Then using the jump to feature to do move from slide to slide, simulating a button is pushed and then what a person would see.

The problem is that if they don't click on the button show advance automatically to the next slide, which is usually not the slide that they should be addressed to. do you know an easy fix for this?

Thank you advance!

Hi again of Serena

Check if there is perhaps a click box already on the slide that covers the region. This could be the case if you have imported PowerPoint. If so, you need to remove this box click object. Basically, a click outside the click box should be ignored. This is why I think that you have a larger surface area behind the smallest.

See you soon... Rick

Tags: Adobe Captivate

Similar Questions

  • help with framework button

    I have create a button (b1) can I double clicked and to "over" frame change color, so whene I'm above this button, I saw the color where I choose to "over" frame.

    I also have a (b2) button more and I want when I clicked on that the b1 button go to the color of the frame 'more' up to what I called the b2.

    any help with this?

    Thank you antony

    If b1 and b2 are movieclips and you label their mounts up and clicked with what is obvious, you can use something like:

    B1.onRelease = function() {}

    B2.gotoAndStop ("up");

    this.gotoAndStop ("clicked");

    };

    B2.onRelease = function() {}

    B1.gotoAndStop ("up");

    this.gotoAndStop ("clicked");

    };

  • Need help with the button mute on my helmet XL-3000 of Microsoft Chat, please!

    Hi all!  Hope everyone is having a good TGIF!  If you use my helmet even, I need help understanding the region button mute in the middle of the rope.  The red light is on or off?  I suppose that if I hit the curve button with the microphone on this subject, and the red light, I'm turn off my mike?

    I did some tests with others on the phone calls.  Sometimes, some other hear me, sometimes they do not have.  BUT I NEVER HEAR THEM!  FOR MY WORK, IT IS IMPERATIVE THAT I MAKE CALLS TO OTHERS!  HELP PLZ!  Thank you very much and have a great wkend!

    Hello
     
    Please follow the links below to troubleshoot the computer.
     
    Method 1
     
    Connect one microphone, music player or other audio device to your computer

    Method 2

    Step 1

    Troubleshooting: headsets

    Step 2

    Open the troubleshooting of Audio recording

    Method 3

    How to adjust the microphone volume

    a. click Start, type mmsys.cpl in the search box and press ENTER.
    b.
    in the sound dialog box, click the recording tab.
    c. click Microphone, and then click Properties.
    Note Make sure that the work appears under Microphone. If the job does not appear, click Microphone, and then click on set as default.
    d. the Microphone Properties dialog box, click the custom tab.
    e. select or clear the box amp Microphone.
    f. click the levels tab.
    g. set the volume to the desired level, and then click OK.
    h. click OK to close the sound dialog box.
     
    How to adjust the setting of the voice
     
    a. start the game.
    b. connect to LIVE (the Guide).
    c. click personal settings.
    d. click on voice.
    e. make sure that the recording volume level indicator records at a bar when you talk.
    f. click done.

    If you are still facing problems then, I would say that you contact support for Microsoft hardware for more direct intervention.


    I hope this helps.

     
  • Please help with card mother tx1000 image/information

    I have a tx1000 that just had a failure on the motherboard. A chip failed which apparently provides power to the external ac converter to the rest of the motherboard. Before I go buy a new motherboard (or a new laptop) I'll try to replace the chip that is visibly damaged. I guess that its a sort of thing pretty standard voltage regulator. The only problem is the part number was burned during the failure of the chip. (Of course, this thing is out of warranty or I wouldn't try this). I didn't get help from hp support again.

    Can anyone provide me with the missing numbers from the images below? Or just send me a picture of a high resolution map tx1000 mother? It's the chip in the red zone in the image of the whole of the Council. You can see that it is clearly damaged in close-up. I need an image with as much resolution as the close-up to read the number.

    Thank you!

    I checked the chip on my mobo and it said: 4413

    BA7YIL

    It may be useful

  • Hi guys: help with 2D in 3D images

    I'm new to photoshop and I have a 3d object and some 2d on top images, they are all distinct layers. When I move the 3d object to look at it from a different point of view the 2d pics don't move with it. I tried to merge layers or linking together, but when I do I can not move the 3d object to look at from another angle, it becomes 2d in a way. Can someone help me with this? Thank you so much in advance!

    [Left the forum Cloud/Installer generic for program specific forum... MOD]

    You would need to do the 2d 3d layers layers. Then, merge the 3d layers in a unique position scene objects 3d related each other, so you could shoot the scene, and everything would be sent.

  • Help with 2 buttons, 2 entertainment and 2 audio clips

    Hey everybody,

    On board, I just animated in After Effects so bear with me here... I'm on a DPS project help for a friend and it left me speechless.

    I have a project to animate with 2 animations, 2 audio clips and 2 buttons. Let's call them Animation1 Audio1 and Button1. Animation2, Audio2 and Button2. I want to have the charge of the composition and wait for the user to click a button, the easy part. Now, I want to have Animation1 play with Audio1 when the user clicks Button1, but I don't want the other elements (Animation2 etc.) to play or be visible. Then vice versa when Button2 is clicked. I was able to get the elements of Button1 to work but then I still see items of Button2. The animations are sync'd to the audio files so they need to play in time with each other. I searched some tutorials on the web, but I'm probably not the right thing.

    Any help is very appreciated.

    RA

    You can bind a callback with the 'complete' event function of the audio tag and you can toggle the display property key to the function call back from events.

    IN the case of composition ready, add the code below

    {sym.$("YourAudioElementId").bind ("ended", Function ()}

    code to display the button here

    });

  • Help with coding button

    I do dress up games in ActionScript 2 and I have a problem.

    I want to find a button all elements of movieclip with, say, "shirt" in the name of the Instance and move them to the frame 2.  I know how to do this with a single element, (on (release) {}

    _root.shirt1.gotoAndStop (1);

    }

    and on the previous games, I just copied and pasted that several dozen times for each item.  However, on this game, I try to reduce code and learned how to use

    for (var i: String in _root) {}

    If (i.IndexOf ("_drag") >-1) {}

    _root [i] .onPress = function() {}

    (put in the code)

    (put the closing} s)

    on the stage to make items drag and snap into place.  I learned that this code does not have the buttons, which need static commands, I think?  I'm still very novice.

    Any help would be appreciated!

    You must remove all code objects.  so, no matter what button has code attached there an instance name (for example, btn) so you can use:

    btn.onRelease = function() {}

    for (var i: String in _root) {}

    If (i.IndexOf ("shirt") >-1) {}

    _root [i] .gotoAndStop (2);

    }

    }

    };

    }

  • I need help with my button to post a link to my Web site! EMERGENCY AID!

    Hello everyone. Recently, I tried to link a button on my site with Action Script 3, however, whenever I try to load my film, I get an error! The error that says: scene 1, Layer 'Button', frame 1, line 5 1071: syntax error: produce a keyword of the definition (for example, the function) after attribute fuction, no PSE.


    That's what I wrote...


    Stop();


    peshp_btn.addEventListener (MouseEvent.CLICK, PSE);


    Fuction pes(e:MouseEvent):void {}

    var pesLink:URLRequest = new URLRequest ("http://www.penguinentertainmentstudios.com");

    navigateToURL(pesLink,"_blank");

    }



    PLEASE HELP ME I HAVE IVE SUMMER TRYING NOW FOR ALMOST 2 HOURS!

    Use the following syntax:

    peshp_btn.addEventListener (MouseEvent.CLICK, PSE);

    function pes(event: MouseEvent) {}
    var pesLink:URLRequest = new URLRequest ("http://www.penguinentertainmentstudios.com");

    navigateToURL (pesLink, "_blank");
    }

  • Help with active buttons

    I'm looking for a way toggle all buttons in a swf file. I found this search here, but I do not understand and am looking for some in many ways, as shown.

    http://www.Adobe.com/cfusion/webforums/Forum/MessageView.cfm?forumid=15 & catid = 288 & ThreadID = 1240137 & highlight_key = y & keyword1 = active

    I'm playing with having things to load in what I call 'windows' and when you close a window, basically he just collapses the .swf. The problem I have is that the cursor reacts to roll overs and I can still rollover buttons in the same swf if its collapsed. To see this prob go to:
    www.Custom-Differentials.com

    Open the Gallery, then drag the Gallery until the middle of the screen, close the Gallery, then move the mouse around the outside of the "title bar" and watch the change in mouse colors even if there is nothing there. I put a trace in working capital management, so I know the buttons that are the cause. I would like to just a disable a broad view, all of the buttons, then the window is closed.

    Thanks in advance for any help.

    Well, you really want to disable each button/movieclip in your swf file. But if you did you can use:

  • Help with Radio buttons in form

    Hello. I inherited a site that has a simple form. Asked me to change the form of 4 radio buttons added to collect the consumer satisfaction with the content of the Web site. I added radio buttons using Dreamweaver MX, however, they do not work as I planned to do. I was under the impression that option buttons did not allow the user to select several options because when the user has selected a different option, the first option is deselected. My form is currently allowing all four options to choose from at the same time. The code for the form is below. I changed the @ in the email address of the form to avoid possible spam. Any help would be greatly appreciated.

    Looks like you need to change the name = the same on each radio button, if they all have the same name, you can go only one. Then, click the shape in the behaviors panel and don't forget that the name of the radio button is the insertion in the appropriate column db.

  • Help with transparency and blend modes?

    Well, I'm doing a book cover

    The idea is that I have a background at the top of which I put a label that contains the name of the book, but will 'cut' through the label to display in the background.

    I made a sketch of ideas, it's here

    IMG_1164.PNG

    Now, the question is how can I do this in Illustrator, but with a real object and a font instead of clear out a rectangle on an iPhone

    Thanks in advance!

    Jonas,

    You can:

    (1) create the Type (no need to describe) on top of the label.

    (2) select the two (and nothing else) and in the tick of the flyout palette transparency opacity masks do.

    If the Type is black have Clip and mask Invert unchecked (if it's white, tick mask Invert, hardly relevant here).

  • Need help with JavaScript button to save as an event.

    Hello

    I use Adobe Acrobat X Pro and am totally new to scripting of forms in Adobe (completely new to Adobe Acrobat as well!).  There is a backup on a form button that opens the Save dialog box under using a trigger (the mouse upward) and action (execute a menu item - file > save under... > PDF...) and it works fine, however, I want to now use javascript to change the behavior of the button so that it uses a trigger (the mouse upward) and action (run a JavaScript script) , and I want that JavaScript to combine the text values in two form fields (a location drop down and a date text field) and use this string concateneated + ".pdf" as the file name when he opens the Save as dialog box.  Make sense?

    This is what I added to the button as a JavaScript so far I use a test at this time string ("NewFile.pdf") and add the string that is concatenated to the script after that I know that the script works as it should.

    var NouveauNomFichier = "NewFile.pdf";

    var pathArray = this.path.split("/"); "

    pathArray.pop ();

    pathArray.push (newFileName);

    this.saveAs(pathArray.join("/")); "

    Up to present two questions:

    1. when I click the button nothing happens, no dialog Save as or whatever it is.

    2 when I check the properties of the button depending on the Actions tab shows property to select Action "Performing a menu item", even if I chose previously 'run a JavaScript '.

    Thanks for any help!

    The saveAs method will not work if the code is placed in a key event. It would need to be in a JavaScript file to the folder level, inside a function of confidence, inside a block of app.beginPriv/app.endPriv. Each user must have the JavaScript file to the folder level. The button can then call the code in the file. It will be possible for users of the form?

  • Need help with copies of the image

    Hello

    I intend to perform online backups in the future. I use 8.1.7.4 on windows 2000 server SP2. My plan of action is:

    (1) take image copy of complete database Fridays 'TAG is full_bkp ".

    (2) take the copy of incremental backup and apply to this full_bkp.

    (3) I must apply this incremental backups on the computer of development on a daily basis.


    I took the copy of the image of all data files and tried to restore it on another machine. But it showed the error ORA-01152, RMAN-10031, ORA-06512.

    Please give me some measures specially related to the copy of RMAN image.

    Thank you

    >

    (3) I must apply this incremental backups on the computer of development on a daily basis.

    Hello

    If you want to apply incremental backups of machine production of development on a daily basis cannot open dev in RW mode database unless you use flashback database features.
    If you open this database in RW mode, there is no chance to upadate with incremental backup of the production.

  • Help with basic button

    Hello

    I created a button to achieve one thing: mouse over the button to play the music and the mouse to stop the music.

    I have six buttons on the same page. I tried to use the snippet of script, but was not enough knowledge to cusotmize it. Anyone can share code, or point me to resources?

    Thank you very much!

    that would be ok but for flash point has a very special meaning, then you must NOT use it in a class name, name of the variable etc.

    If you have used, instead of using a class sound.mp3, sound_mp3 or soundMP3 or soundmp3, you'd be ok.  convention class names start with a capital letter, so you can as well use the correct convention: SoundMP3, Sound_mp3 or Soundmp3 etc.

  • Help with a stubborn page, image definition

    Ive

    have tried everything I can think of to get a picture on the right side of my page, as I do for my work

    . But everything I do Gets the same result as the image just floats to the left in html and

    covers the text. I just can not understand and was hoping I could get some help here.

    Thanks in advance for anyone who can help me

    Charles Attia

    In the code you posted, you have in the img tab

    align = 'right '.

    The align attribute is deprecated, so get to by.  You also have a coupld of

    same thing, do not use it.

    If you change the attribute align = 'right' to the class = "imageright", which is a class that you already, the floats of the right image.  Don't forget that you have 20px right padding in your .contentleft, which is where the image is located.

    Try this.

    Gary

Maybe you are looking for

  • problem after sp2

    Dear Sir.After that the installation of SP2 on new tecra M2 745, when I want to shutdown computer first message 'nVidia double window display' can not finish so I have to give the command to put an end to this program; How to fix this?Thanks in advan

  • How to replace inside the faulty RAM on Satellite M40X 141?

    Hello worldI strongly suspect a main RAM failure. It is possible to replace it by removing a slot or is it is soldered to the motherboard?In this case is the only way to fix Board replacement?Like the RAM to be located under the keyboard, which is th

  • delivery of calendar iPhoto Luxembourg

    Hello When I buy a calendar (which I did several times) is will not ship to my country (Luxembourg) by default. It will only be available in Belgium. In the past I have already ordered and received my calendars, but never without significant delay, a

  • How to choose the disk defrag for several devices in windows? Using Norton 360 do now.

    Hello. I was wondering if in Win XP or Vista, is there a way to disk defragment multiple devices? I go in disk defrag at the moment and can only do one disc at a time. I have run more than one player internal (and some external drives). So I need a b

  • Need a driver for the video card multimedia on VGC - RB44G Office

    Hello! I had to reinstall Windows and can not find the driver for the multimedia video controller.  The device id is: PCI ven_4444 & dev_0016 & subsys_813d104d & rev_01 I went through all the drivers on the page of the appropriate driver, but this dr