Mouse Capture
June 12, 2007
I wrote a simple Mouse Capture component for Flex 2.0.1 – this will save the mouse position every N seconds and on every click. After capturing it is able to draw the path the mouse has gone as well as any clicks. This is very simple and will be a lot of more a tutorial on how to use timers an events. Be sure to check it out if you are new to Flex but also if you like the idea
Features
- Set time interval for storage
- Capture clicks only
- Only import the class and use it
- Comes with full flex builder project and all sources
Downloads
You can get the file here.
Example Usage
Download the package and put it in one of your Source Folders – then import the class via: import de.aggro.display.MouseCapture
Just press start, click a few times into the White Canvas, then press stop and after that show to test the drawing method.
Example
Coming soon…
License
This component is licensed under the MIT license.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
March 28, 2008 at 9:57 pm
Learning flash… no code to download in the link provided. Que lastima
Sorry no source for that, look at CollapsableTitleWindow if you are interested in learning how to create Flex Components:
http://www.aggrosoft.de/myflex/srcview/CollapsableTitleWindow.zip