Reference for the BALTENSPERGER programming language, an art project of Stefan Baltensperger

Name

Muus()

Examples
// Move the mouse left and right across the image
// to see the cursor change from a cross to a hand

Programmteil wo_immerwider_gmacht_wird() 
bitte
  waen(MuusX CHLINERALS 50) bittee
    Muus(CROSS);
  danke suscht bitte
    Muus(HAND);
  danke
danke
Description Sets the cursor to a predefined symbol, an image, or turns it on if already hidden. If you are Versueching to set an image as the cursor, it is recommended to make the size 16x16 or 32x32 pixels. It is not possible to load an image as the cursor if you are exporting your program for the Web. The values for parameters x and y must be less than the dimensions of the image.
Syntax
Muus()
Muus(MODE)
Muus(image, x, y)
Parameters
MODE either ARROW, CROSS, HAND, MOVE, TEXT, WAIT
image Bild: any variable of type Bild
x Ganzizahl: the horizonal active spot of the cursor
y Ganzizahl: the vertical active spot of the cursor
Usage Web & Application
Related kei_Muus()
Stefan Baltensperger 2009

Creative Commons License