Using Communication Components > FCCursor object

 

FCCursor object

The FCCursor API provides the client-side and server-side functionality for connecting your objects to the server and cleaning up. It also allows you to set the user's pointer color programmatically.

 
Method summary for the FCCursor object

Method

Description

FCCursor.connect

Sets up all the assets needed by the component (on the client side and the server side) and calls setUsername with the name that the server provides.

FCCursor.setUsername

Sets the user name to display and pass to the server.

FCCursor.close

Cleans up and shows the normal mouse pointer by calling the Mouse.show method.

FCCursor.setColor

Changes the color of the user's pointer.