Hi, I'm new to JSFL and making a "Crop" tool, like the crop tool in Photoshop.
I would like my tool work like this:
1. click & drag - draw a square
2. release mouse - stop drawing, show tranform point of the square. use can scale & rotate the square.
3. double click - end "scale & rotate", crop the stage.
the problem is, how can i make a square after mouseUp and show its transform point ? and it should not affect the movie.
can JSFL make it ? if it can, how? thx
Most flash tools end their function when mouseUp,
however, the transform-tool and Fill-transfrom-tool require twice clicking .
It seams that flash can make tools like this, but i can't find it though i had searched in JSFL reference.