This article explains how to create a sphere with pen in Scratch.
The Process
Method One: Using a Light Source
Step 1: Create a sprite which will be the "Light Source", and create the pen sprite.
Step 2: Create the following code in the pen sprite:
Method Two: Pen Sprite Only
Step 1: Create the pen sprite.
Step 2: Do the same as Step 2, method 1, but replace the last script with this one:
Method 3: Wireframe
Another method for a wireframe 3d sphere is shown below:
Examples
See Also