Hi Im Using Drawing System By weswog And Replaced The Line With A Picture (Crayon Looking Picture) And If I Draw Fast It Will Stretch How Do I Stop That
Hmmm, Well what you are actually doing, with this program is this: When you touch the screen, every .01 seconds, it spawns an "actor" and this actor is a certain size. Then if the mouse moves before the next .01 second, it will stretch the actor to make it look like a real line. If it didn't have this function, then all you would see is a bunch of dots on the screen. You can remove the stretch rules in the line actor for it not to stretch. I hope that you see what I'm getting at. ~CTM
Comments
When you touch the screen, every .01 seconds, it spawns an "actor" and this actor is a certain size. Then if the mouse moves before the next .01 second, it will stretch the actor to make it look like a real line. If it didn't have this function, then all you would see is a bunch of dots on the screen. You can remove the stretch rules in the line actor for it not to stretch.
I hope that you see what I'm getting at.
~CTM