define Draw Grid erase all set pen color to [#CCCCCC] // Light grey for the grid lines set pen size to (1) // 1. Draw Vertical Lines (Left to Right) set [X Position] to (-240) // Start at the far-left edge repeat until <(X Position) > (240)> pen up go to x: (X Position) y: (180) // Go to top edge pen down go to x: (X Position) y: (-180) // Draw down to bottom edge change [X Position] by (Grid Spacing) end // 2. Draw Horizontal Lines (Bottom to Top) set [Y Position] to (-180) // Start at the bottom edge repeat until <(Y Position) > (180)> pen up go to x: (-240) y: (Y Position) // Go to far-left edge pen down go to x: (240) y: (Y Position) // Draw across to right edge change [Y Position] by (Grid Spacing) end pen up
☆STARRING☆ Scratchy - Scratch Cat Ending Character - catdiva14 Circle - Scratch Paint Editor