6 Replies Latest reply: Mar 18, 2014 8:36 PM by vincentdoan RSS

    About  cursor  resource in illustrator CS4 SDK

    starnight1981 Community Member

      How to add cursor resource in CS4 ?

       

       

      /** Defines the cursor displyed when the MarkedObjects tool is selected
      and the cursor is over a document. The first 32 bytes define the cursor and
      the next 32 bytes define the mask, the last item is the h and v
      point of the hot spot.
      */
      resource 'CURS' (kMarkedObjectsCursorID, locked, preload) {
      $"80 00 C0 00"
      $"E0 00 F0 00"
      $"C8 00 88 00"
      $"84 88 44 D8"
      $"42 A8 22 88"
      $"27 BE 19 AA"
      $"10 AA 08 A2"
      $"0F BE 00 00",
      $"00 00 00 00"
      $"00 00 00 00"
      $"00 00 00 00"
      $"00 00 00 00"
      $"00 00 00 00"
      $"00 00 00 00"
      $"00 00 00 00"
      $"00 00 00 00",
      {0, 0}

      };

       

      who can know its face ?

      if I want to add a especial cursor ,how to edit these number?