As the title says, I need help with a drawing script. I have it so the sprite, apptly dubbed "Pen", will follow the mouse, but there is something that I can't get to work but probably should be, because I could do it before: I can't get it so that when the mouse is DOWN, the sprite "Pen" will put the pen down, and when the mouse is UP, the pen goes up. And that means the pen as in the thing that DRAWS, not the other thing, the sprite. And I can't find the project I made it work in... >.< Can anyone help me? Please reply if you know! (Even though it will probably take a while, because NO ONE EVER ANSWERS. >.< )
Offline
To have the pen go down when your pressing, just use this script:
when gf clicked forever if <mouse down?> pen down else pen up end
Last edited by TorbyFork234 (2012-11-04 16:58:22)
Offline
TorbyFork234 wrote:
To have the pen go down when your pressing, just use this script:
when gf clicked forever if <mouse down?> pen down else pen up end
I thought I tried that... Huh, I'll go try again. Thanks!
Offline