Announcement

Collapse
No announcement yet.

Custom Cursor Icons?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Custom Cursor Icons?

    Hello:

    I'm new to this program and I would like to create a custom cursor that would come on whenever the user moved the cursor over a hyperlink object.

    Is this possible?

    Thanks,
    Greg Grigsby

  • #2
    Re: Custom Cursor Icons?

    GBobb,

    You can achieve this by clicking on the attributes tab of the hyperlink object properties box. At the bottom there is a pull down box called cursor. In there you can choose the appropriate cursor.


    ------------------
    Adam Kapilik
    Indigo Rose Corporation

    Comment


    • #3
      Re: Custom Cursor Icons?

      Thanks Adam, but I want to use a custom cursor icon to help identify our product -- one of my own design, not one of the canned ones provided by the program.

      I already have the custom cursor. What I want to do is to add my custom cursor to the list of available cursors so I can select my custom cursor whenever I want to use it.

      Is this possible?
      Greg

      Comment


      • #4
        Re: Custom Cursor Icons?

        GBobb,

        I just checked it over with one of our developers and unfortunately there is no way to accomplish the custom mouseover icons. We have made note of this feature request and it will be looked at during the development of the next version.

        ------------------
        Adam Kapilik
        Indigo Rose Corporation

        Comment


        • #5
          Re: Custom Cursor Icons?

          I was wondering whether this feature has been incorporated into the newer versions or not yet?

          Comment


          • #6
            Re: Custom Cursor Icons?

            I am not sure how exactly flash will play a role into verion 4 but I have made many custom cursors in flash. If you can lay a .swf into autoplay then you probably be able to put a cursor into it also with this action script...

            onClipEvent (load) {
            Mouse.hide();
            }

            onClipEvent (mouseMove) {
            this._x = _root._xmouse;
            this._y = _root._ymouse;
            updateAfterEvent();
            }

            When version 4 is out this is one thing I will defietly try.

            -Eric

            Comment


            • #7
              Re: Custom Cursor Icons?

              There is one way to accomplish this. After you compile the menu, use a program called ******** ****** to edit and replace the cursors. I've been doing this for a while to edit the icon to a custom one myself, so I know it works. Good luck.

              Comment

              Working...
              X