setsize()

The function sets the Pen Size to the given number. The pen draws a trail of circles. The diameter of the circle, in pixels, is equal to the pen size.

changecolor()

The function changes the specified value by the number input.

setcolor()

The function sets the pen's color to the given color - (R, G, B).

up()

If a sprite is currently using the pen because of the down() function, the up() function will cause the sprite to stop drawing a trail. (Otherwise, it…

down()

The function will make its sprite continuously pen a trail wherever it moves until the up() function is used. The color, size, and transparency of the…

clear()

The function removes all marks made by the pen or stamping. It is the only pen block that the Stage can use.

stamp()

The function is used when the sprite needs to produce a bitmap image of itself which is stamped onto the stage. (Because it is merely a picture of the…

dayssince2000()

The function reports the number of days (and fractions of a day) since 00:00:00 1 January 2000 (UTC).

resettimer()

The function sets the timer's value back to 0. 

timer()

The function reports the time lapsed since the PictoBlox is launched and increases gradually; every second it will have increased by 1.

Get in Touch!