Cursor Behaviors
This behavior allows you to change the cursor icon to a specific cursor on rollover and another cursor on the down state. Drag the red dot in the example around to see this behavior in action. Pretty basic stuff, but saves a few lines of code.
__________________________________________________________
This behavior allows you to attach a graphic to follow the cursor upon clicking another graphic we'll call the trigger graphic. Upon clicking the triggering sprite, a sprite of your choosing will continuously track the cursor.
This behavior is a modified version of director's "sprite tracks mouse" behavior except that the graphic that follows the mouse is only visible when you click the triggering sprite. If your interested, I also went ahead and made a "Sprite Stop Tracking Cursor On Click" behavior to cease the tracking when say you click on another item as you'll see in the example below.
You can also set your current cursor to none or any other of Director's pre-packaged cursors if you use my "On Click Cursor Change" behavior. All of these behaviors mentioned are located in the Behavior Gallery.