Using An Animated Color Cursor In A Movie - MACROMEDIA DIRECTOR MX 2004-USING DIRECTOR Use Manual

Hide thumbs Also See for DIRECTOR MX 2004-USING DIRECTOR:
Table of Contents

Advertisement

Using an animated color cursor in a movie

After you add an animated color cursor to the cast, use script to switch to the animated cursor
as you would any other cursor. You can set up an animated cursor as the movie's cursor or a
sprite's cursor.
To switch to an animated color cursor, use the following method:
cursor (member whichCursorCastMember)
For
whichCursorCastMember
or a cast member number. For example, the following sprite script changes the cursor to the cast
member named myCursor when the cursor is over the sprite:
on mouseEnter
cursor (member "myCursor")
end
To reset the cursor to the regular arrow cursor, specify a cursor type of -1 and do not use
parentheses. The following sample sprite script resets the cursor:
on mouseLeave
cursor -1
end
Note: Do not place an animated color cursor cast member on the Stage.
For more information, see the Scripting Reference topics in the Director Help Panel.
, substitute a cast member name (surrounded by quotation marks)
Using an animated color cursor in a movie
301

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the DIRECTOR MX 2004-USING DIRECTOR and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Director mx 2004

Table of Contents