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…
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…
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…