@Aptiankurk: I used Icon Lover
http://www.aha-soft.com
@Morcior, thats why there is a *size thing, cuz teh cos/sin will only return something between 0 and 1, don't worry, im not new to this stuff
well, here is the code I set, and that worked perfectly
- Code: Select all
moveto(xmouse+(sin(draw-.01)*size), ymouse+(cos(draw-.01)*size));
for(draw=0; draw<6; draw+=.01)
{
lineto(xmouse+(sin(draw)*size), ymouse+(cos(draw)*size));
}
@anyone: Well i have been able to put the circle tool at a perfect circle ^^ yay me
And the bug in the line tool has been removed, when i do the smooth brush thing(not really smooth...) i will post the version number 1.4 ^^