Table of Contents

Mouse.show( ) Method Flash 5

make the mouse pointer appear
Mouse.show()

Returns

Either 1 or 0, indicating whether the mouse was shown (1) or hidden (0) before the call to show( ).

Description

The show( ) method causes the default system mouse pointer to reappear after hide( ) has been invoked. It can be used to provide a normal pointer at necessary times in a movie, such as when the user is expected to fill in a form.

See Also

Mouse.hide( )


Table of Contents