PDA

Volledige versie bekijken : rollover zonder cursor verandering


james1979
%Europe/Berlin %633 %2009, 16:11
Hallo,

ben beginner so don't shoot me for a stupid question.:)

Ik zou graag een rollover effect creëren zonder dat de cursor verandert naar een handje (in geval van mac), dus zonder dat hij aangeeft dat er een link achter zit.

Is dit mogelijk?

tx j

Jan
%Europe/Berlin %639 %2009, 16:21
useHandCursor (MovieClip.useHandCursor property)
public useHandCursor : Boolean

A Boolean value that indicates whether the pointing hand (hand cursor) appears when the mouse rolls over a movie clip. The default value of the useHandCursor property is true. The movie clip must have an onRelease event handler defined for the useHandCursor property to take effect. If useHandCursor is set to true, the pointing hand used for buttons appears when the mouse rolls over a movie clip that has an onRelease event handler defined. If useHandCursor is false, the arrow pointer is used instead.

Press F1... ;) (en lees bij de MovieClip class)

Groeten;
Jan