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

Name

Muus_traeckt()

Examples
// Drag (click and hold) your mouse across the 
// image to change the value of the rectangle

Ganzizahl value = 0;

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

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

Creative Commons License