Pages: 1
Topic closed
Well I have made a project where a pencil follows the cursor, its a drawing project, but when I move it around and draw, it draws from the middle, not the tip of the pencil. is there ways to change this? Please help.
Offline
All I can suggest is setting a sprite's X and Y to a certain difference of the pencil's, and making it stamp or use the pen-up and pen-down blocks.
I'm not an expert in this field, sorry.
Offline
The easiest way to do it is to set the pencil's costume center to the tip of the pencil.
Offline
The method I use is:
Duplicate the pencils costume and then turn it into a new Sprite.
Then, edit the new Sprite's costume and remove the bits you don't want.
Tell it to Forever, go to the pencil Sprite, and it should go to the Sprite perfectly.
Offline
JaredxD wrote:
Used steppenwulf's way, works fine on the project, but not when I share it online =\
Online can be glitchy. Just tell people to download it in the Project Notes like others do.
Offline
Use the costume center method. Just go to the paint editor, click on the button that looks like a +, and then set it to where you want.
Offline
Topic closed
Pages: 1