PDA

View Full Version : Changing Mouse Cursor


kidisgood
06-12-2001, 05:55 AM
How to change a mouse cursor when it enters the flash movie?
i.e. to design a cursor and implement it in the movie????

Jesse
06-12-2001, 12:35 PM
this has been answerred many times before. do a search of the forums.

louise yellowlees
06-13-2001, 05:50 PM
create a movie, gota be a movie, you can place a graphic within it if you want.
bring it onto main stage
create layer for it,
select 'modify instance'
and name the instance e.g 'poo'
insert key frame.
dbl clic to get up frame actions:
write:
startDrag (poo,true);
Mouse.hide()

should work fine