Change cursor icon from flash sprites

Ask a Question related to Macromedia Director Lingo, Design and Development.

  1. #1

    Default Change cursor icon from flash sprites

    I have a simple director movie with 2 swf's inside.
    I've put on some button's in the flash movies the following code:
    on (rollOver) {
    getURL("lingo: cursor 280");
    }
    on (rollOut) {
    getURL("lingo: cursor -1");
    }
    to change the cursor on director.

    It works just fine when I start the movie, but after I have navigated in the timeline, it stop working.

    Flash MX and Director MX.

    Any thoughts?

    Regards,
    André Silva


    pontopr webforumsuser@macromedia.com Guest

  2. Similar Questions and Discussions

    1. Change desktop pdf icon
      Is there a way to embed a new icon to the newly created pdf that will be "glued" to the document? I need this for transferability and cross-platform...
    2. Cursor Rollover With Some Sprites But Not Others
      Hello, I'm having some trouble getting a Lingo script to work and am hoping someone can see what I'm doing wrong and offer some help on how to...
    3. How to change the Icon
      how can i change the icon and the program that is associated with a certian file back to the default of windows xp. i am having this problem with...
    4. Change the "web hand" cursor in normal arrow cursor?
      Visit my page at http://www.frenchberliner.com and see the swap image...when you fly over it to see the effecct the cursor changes in a small hand as...
    5. OS X won't let me change icon
      laurent.daudelin@ihatespam.verizon.net (Laurent Daudelin) wrote: Try logging out and back in, or restarting. Sometimes my custom icons show...
  3. #2

    Default Re: Change cursor icon from flash sprites

    Why not use the Flash Cursor that comes in Director's library?
    I know, I don't like to use the library either but it comes in handy sometimes.



    RayFord webforumsuser@macromedia.com Guest

  4. #3

    Default Re: Change cursor icon from flash sprites

    I have the same problem
    and the Flash behavior doesn't solve it once I travel in the timeline.
    Did you finally find any solution ?
    thanks
    Aymeric



    orangers webforumsuser@macromedia.com Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139