Visible Players

A visible player can contain graphics, and can be viewed and arranged in the Layout window. The visible players are picture, sprite, button, text, box, control, and sublet.

Each visible player has the following properties:

Property Purpose
VISIBLE Makes the player visible at mbedlet startup. You can also do this with the Visible button.
RECT Sets the boundary of the player. You can also do this in the Layout window.
REGPOINT Specifies a point within the image you can use as an anchor for its location. The point 0,0 is the upper left corner, 50,50 is the exact center, and 100,100 is the lower right corner. You can also move this point easily in the Layout window.
NOMESSAGES Prohibits the player from responding to any user or system message.
DRAGGABLE Lets the user drag the player. Button players, control players, and sublet players cannot be dragged.
DRAGRECT If DRAGGABLE is set to on, sets coordinates marking the boundary of the area in which the player can be dragged.


Previous Page Next Page