Only highlight when the mouse down on an object, but not when Rollover

I want that selected area turns blue when I'm selecting with the mouse down (like the selected cells in Excel). I can do it with Captivate 5?

Create three images (I use mostly PNG) and don't forget to label them in XXXXX_down XXXXX_up and XXXXX_over - when you replace XXXXX with the name you want, the rest is important to be exactly like that.

Replace your current button with an Image button and point to one of these three images - CP will automatically associate the three of them to the appropriate button States.

Take a look at the Gallery\Buttons in the folder of Captivate 5.5: you will see that all the buttons default image have these 3 versions corresponding to the States. It is not necessary to put your custom in this folder buttons, put together them in any folder you want and it will work, of course.

Lilybiri

Tags: Adobe Captivate

Similar Questions

  • MOUSE_LEAVE to detect when the mouse down

    I have to be able to detect a MOUSE_LEAVE on now that the mouse leaves the scene no matter if the mouse is pointing DOWNWARDS or upwards. This seems to be impossible or a limitation in AS3. The MOUSE_LEAVE gets only sent if the mouse is in PLACE or when the mouse is released out of the scene. Is there an API like isMouseOutsideStage instead of using headphones that I can use instead? stage.addEventListener (MouseEvent.MOUSE_OUT) is not applicable because whenever my slide show changes pictures, scene MOUSE_OUT is sent which is not desirable. The code below works perfectly where it detects a version or version out if event.target differs from the myButton. The strange thing or maybe a bad behavior is that if I release outside the stadium, event.target is equivalent to myButton thus detect a "communiqué" instead of "liberation outdoors." I think that when we release the outdoor stage, the event.target want to be null. There is no other work around, I may think or find.

    myButton.addEventListener (MouseEvent.MOUSE_DOWN, {function(event:MouseEvent):void}
    MouseHandler.addEventListener (MouseEvent.MOUSE_UP, {function(event:MouseEvent):void}
    MouseHandler.removeEventListener (MouseEvent.MOUSE_UP, arguments.callee);
    if(Event.Target == MyButton) {}
    dispatchEvent (new ButtonEvent (ButtonEvent.RELEASE));
    } else {}
    dispatchEvent (new ButtonEvent (ButtonEvent.RELEASE_OUTSIDE));
    }
    });
    });

    I created a MouseHandler class that maintains Boolean values such as isDown tried isOnStage by assigning true MOUSE_MOVE and false MOUSE_LEAVE and added checking:

    If (event.target == myButton & & MouseHandler.isOnStage ()) {}
    dispatchEvent (new ButtonEvent (ButtonEvent.RELEASE));
    } else {}
    dispatchEvent (new ButtonEvent (ButtonEvent.RELEASE_OUTSIDE));
    }

    but it cannot work because MOUSE_UP is distributed everything first he uses isOnStage = true before isOnStage can be set to false on the MOUSE_LEAVE event.

    You can use:

    stage.addEventListener (Event.MOUSE_LEAVE, f);

    function f(e:Event):void {}
    trace (e);
    }

    stage.addEventListener(MouseEvent.MOUSE_DOWN,ff);
    stage.addEventListener (MouseEvent.MOUSE_UP, fff);

    function fff(e:MouseEvent):void {}
    stage.removeEventListener (MouseEvent.MOUSE_MOVE, ffff);
    }

    function ff(e:MouseEvent):void {}
    stage.addEventListener (MouseEvent.MOUSE_MOVE, ffff);
    }

    function ffff(e:MouseEvent):void {}
    If (e.stageX<0 ||="" e.stagex="">stage.stageWidth | e.stageY<0 ||="" e.stagey="">stage.stageHeight) {}
    stage.dispatchEvent (new Event (Event.MOUSE_LEAVE));
    stage.removeEventListener (MouseEvent.MOUSE_MOVE, ffff);
    }
    }

  • Event Structure... the mouse down or to the cases of change of value

    I feel, it is a simple problem, but I can't seem to find a solution.

    I have a VI that is supposed to communicate with a stepper motor drive.  I'm working on the Boolean setting keys on the Panel before (acting as of the momentary switches) that will jog the hourly engine or counterclockwise, as long as the button is pressed.  Once the user releases the button, the motor should stop jogging.

    I tried to use the mouse down and value change event.  With the help of the mouse down, for some reason, the time-out occurs almost immediately even while holding the mouse on the button.  This translates into what seems like nothing is happening.  Although the engine receives all orders he has to run, it receives the stop command immediately after.

    Using the value change case, the procedure works and the motor turns, but when you release the button (another change of value), all orders of jog are returned to the engine stop control tracking.  Sometimes the motor continues to run after the shutdown command has been sent, and I think that might be involved because it receives all the shortening of orders (again) and the judgment of control both.

    Is it possible to cnage my case event to run the way I want to what he... Send commands to the button click on... Send different command button.

    Thank you.

    Thanks for the suggestion...

    I could solve the problem I had.  Previously, I was trying to display the timeout to-1 to a value greater than 0 to launch the timeout on a button release event.  To solve the problem, I just removed all of the code that has been changing the value of timeout and left the default to-1.  I also removed all the code in the case of timeout.  Then, I created a new mouse event that is fired by releasing one of the buttons and copied in the code that used to be in the case of timeout.

    Now, the works of VI exactly as I need to... where an event occurs on a mouse a click of a button and a different event happes when the button is released.

    A very simple solution, however I've only worked in BT for about a week and I have not seen the mouse event when I scroll to the event.

  • Picture of the events of clusters - change value and the mouse down

    Hello everyone

    I am facing a problem of triggering events using two arrays of clusters.

    I have two paintings of clusters: A and B. There is a Boolean control within each group and to maintain the two paintings in clusters at the same index value (indexVals), the vertical scroll bar of A is hidden but the vertical scroll bar of B is visible. I was using a case with 3 cases triggered by structure: the mouse down, timeout and the mouse upwards. The case of "mouse down" feeds of terminal 1, which makes the case "timeout" the waiting period. The case of "timeout" continues to fuel terminal 1 timeout and has two property nodes (one for A and for B) makes the value of B indexVals is written on the indexVals of a. inside the case of "mouse up" it has a value of-1 for the terminal timeout, putting an end to the process. OK, it was working great. But...

    Now I need to keep the same procedures described above, but I need to raise an event when the user clicks any boolean (led) change state. I thought about the event "change value", but when I click on the led to trigger the event of "change value", the "mouse down" event is also triggered.

    Any suggestions?

    The real VI is a little different from what I described, but the problem is exactly the same.

    Thank you

    Dan07

    Like this:

  • Mouse down? Event rejection does not

    Dear community,

    Please could you help me to work the reasons why the mouse down? Event is not be thrown in the following code. I deleted all but the relevant controls. It must be that clicking a control with the left middle of the mouse or buttons right mouse returns the name and the control key, it has been activated with (which it does), but NOT when the Boolean lock is True.

    However, he seems to ignore the value of the Boolean lock?

    Please help me understand what I did wrong here.

    Many thanks in advance,

    R Gibbs

    In the event of filter actions are performed without worrying.  If you add another case of "Change value" or "Mouse Down" for all these buttons, it will not be triggered when the lock is set to TRUE.

  • Hi there, when I drop my photo in photoshop it disappears, it shows in the layers that it is there, but not in my screen

    Hi there, when I drop my photo in photoshop it disappears, it shows in the layers that it is there, but not in my screen?

    Hello

    May I know if you use mac or a window.

    If you are using windows, please check the color profile assigned to the monitor, it could be because of the corrupt color profile.

    • Right-click anywhere on the desktop, and then choose the screen resolution
    • In the resolution of the screen the dialog box click the parameters in advance
    • The graphics card settings box will be the opening upwards
    • Go in the color management tab and click on color management

    • Click Add at the bottom, if this button is not highlighted check the option 'use my settings for this device'

    • In the next screen, provide you a list of the color profile. Scroll down and choose "sRGB IEC61966 - 2.1"

    • Click ok in each window.

    Restart Photoshop, and then try again.

    Thank you

  • My Wacom Graphire4 graphics tablet works only with the pen pressure, OK in CS5 but not CS6...

    I am Windows 7 Professional 64 bit and still have the CS5 and CS6 64 bits loaded.  I've used my tablet with stylus Graphire4 with CS6 will detect all problems.  All of a sudden it only works with the pen pressure even if the stylus pressure is off.  I'm trying to use it as a mouse and frequently use shift/click when you change a mask.  I can do it no longer.  If I run CS5 the pen works as it should but not CS6.  When I first open the CS6 with visible brush the brush palette shows a hard brush, but when I open a file it turns into sensitive pressure without measure by me.  I have reset the brushes, re-installed the driver and finally downloaded a driver more but the problem persists.  Because it works very well in CS5 but not CS6 it must be a problem to Adobe.  It's very frustrating.  I enclose a composite image showing what happens to the CS6.  The right side shows what looks like the brush palette until I open a file.  The left side shows what happens when I open a file.   Even if I do not open a file and make changes within the brush palette, it immediately turns to pen pressure.  It's very strange.

    I would of course someone can provide information that could help.

    Kind regards... Ralph

    brush_palette.jpg

    No answers, but in the meantime, I have come into contact with Adobe.  Problem has been resolved by phone.  Resolution is to delete the preferences file reopen CS6, date at which the PS automatically creates a new preferences file.  It was she, corrected a problem... Ralph

  • Grammar red line will only appear on the words misspelled on the half top of my document, but not on the bottom half how to fix this?

    Grammar red line will only appear on the words misspelled on the half top of my document, but not on the bottom half how to fix this? I am writing an essay and I know I misspelled words it contains, but the red line will not work. What should I do about it?

    Hi Brittany,

    You use Microsoft Word?

    If you use Microsoft Word, you can post your request in the Forum Office for assistance.

    Microsoft Office Forum

  • All my objects in Indesign are locked. I can move objects with the help of the arrow keys on my keyboard, but not with the mouse. I must have done an order by mistake. Any suggestions?

    All my objects in Indesign are locked. I can move objects with the help of the arrow keys on my keyboard, but not with the mouse. I must have done an order by mistake. Any suggestions?

    Thanks for your help. I work again InDesign brokedown and after a reboot, everything works perfectly fine.

  • How to create a custom control for a button where the look apply to everyone else but not the Boolean text?

    Hi all

    I would like to create a button custom as a master, so that if I change the look of the master all other buttons are changed.

    I did it with a custom control, such as a 'type strict def' otherwise the look will change , BUT if I do this as a strict type def I can't change the Boolean text more which should be different on each button.

    How to create a master control of a button where the look apply to everyone else but not the Boolean text?

    Steve Chandler wrote:

    I don't think that you can do. I just looked and as I suspected the Boolean property text is read only for strict typedefs, you cannot use the nodes property to change the text.

    As a just solution make it a typedef. When you want to change the open look the typedef and strict rendering, make your changes, then make no strict again. You will need to update the text Boolean yet once for all instances. Kind of pain. This is perhaps something for the exchange of ideas.

    Alternatively, remove Boolean text and replace with legend

  • a new datastore iSCSI (disk/lun) appears in the inventory. Warehouses of data, but not availble for quick vMotioning...

    Hello

    We have added the new datastore iSCSI (disk/lun)

    This new data store appears in the inventory. Warehouses of data, but not availble for quick vMotioning or the creation of a new virtual machine.

    did we miss a step?

    Ty

    r

    The reason is that the data store is not presented to all hosts in a cluster. When you create the VM in vCenter Server, only warehouses of data visible to the host on which the virtual machine is created are displayed.

    Make sure the presentation on your storage system is correct and rescan your hosts.

    To check the above, take a look at the Configuration-> Storage for guests.

    André

  • yesternight I tried to improve my S5 iphone for a new virsion so at the end he asked me my icloud and the password I remember my password but not my icloud so I need your help please

    Yester night I tried to improve my S5 iphone for a new virsion so at the end he asked me my icloud and the password I remember my password but not my icloud so I need your help please.

    Seems that Apple has temporary problems with their activation servers. Many users report similar problem on older devices.

    Latest news: If you can not activate your iPhone, iPad, or iPod touch after installing iOS 9.3 - Apple Support

    r http://www.IMore.com/Apple-Working-iOS-93-Fix-Older-iPhone-iPad?utm_medium=Slide & utm_campaign = navigation & utm_source = im

    lder-IOS-devices-affected-by-bricking-bug/ http://9to5mac.com/2016/03/24/Apple-releases-New-Build-of-iOS-9-3-for-Users-of-o

    Hoppefully Apple will highlight the top soon.

  • How do I programmatically load and show the façade of a vi but NOT run it?

    Is it possible to load and display the front panel of a vi but NOT run?  I start with the AsynchronousCallAndForget.vi from the example finder and inserted a node invoke with the Open FP method call before the starting node the asynchronous call. The vi that I'm loading has the "Run when opened" unchecked and the menu bar IS visible so I can manually click the run arrow. Thank you!

    Why do you use the asynchronous call? If you simply open the VI reference, then call the FP. Open method, it works very well. You can then call the VI run method which wait until is set to false if you want to execute asynchronously, it is how we did in ye olde days before we have this fangled tricks "Start Asynchronous Call.

  • Expiration of my subscription of the CC, I bought a new but not be able to use again. He's trying to use the free trial version at the same time, but after installation of app still redirects me just say renew subscription and won't let me open. Help, ple

    Expiration of my subscription of the CC, I bought a new but not be able to use again. He's trying to use the free trial version at the same time, but after installation of app still redirects me just say 'Renew subscription' and won't let me open. Help, please

    Contact adobe support, https://helpx.adobe.com/contact.html

  • put up-to-date now have no Favorites and page only moves using the mouse

    after update my pages would not move unless you have moved the mouse so will your help page it advived to reset after it not only did - he did not solve my problem, now it has erased my favorites, some of which are for my wedding

    Then, to recover your bookmarks, you can restore a backup file in this folder of old data of Firefox on your desktop. This article describes how to use the restore function:

    Restore backup bookmarks or move them to another computer

    Assuming that Firefox is not your backups in bookmark automatically, at the bottom of the drop-down list where it says choose a file, choose which to click until the desktop computer and load your last bookmark backup file (it will be in the bookmarkbackups folder).

    A little luck?

Maybe you are looking for