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

Name

Muus_bewegtsich()

Examples
// Move the mouse across the image
// to change its value

Ganzizahl value = 0;

Programmteil wo_immerwider_gmacht_wird() bitte
  Fuellfarb(value);
  Viereck(25, 25, 50, 50);
danke

Programmteil Muus_bewegtsich() bitte
  value = value + 5;
  if (value > 255) bitte
    value = 0;
  danke
danke
Description The Muus_bewegtsich() function is called every time the mouse moves and a mouse button is not pressed.
Syntax
Programmteil Muus_bewegtsich() bitte
  statements
danke
Parameters
Usage Web & Application
Related MuusX
MuusY
Muus_truckt()
Muus_losgla()
Muus_traeckt()
Stefan Baltensperger 2009

Creative Commons License