are you using an EnterFrame handler or a Timer? I think using a timer would be the best choice to capture the mouse location.
Steve Easley Red Minnow Interactive, LLC 903 Eastwind Dr. Westerville, OH 43081 614.893.8169 > On Oct 5, 2016, at 1:17 PM, Jason Taylor <ja...@dedoose.com> wrote: > > can't you just up the frame per second of the swf to say 60, and if needed > interpolate data points to smooth it? > > -----Original Message----- > From: Clint M [mailto:cmod...@gmail.com] > Sent: Wednesday, October 05, 2016 10:07 AM > To: users@flex.apache.org > Subject: Re: Get mouse coordinates on high speed > > I think the simple answer to what you're asking is no. > > Try posting the code you're using to draw the curve though. > > Someone might spot something to help speed it up. > > On Wed, Oct 5, 2016 at 9:57 AM, Maxim Solodovnik <solomax...@gmail.com> > wrote: > >> Hello, >> >> Recently I got request to capture hand drawing from pen device using >> as3 (latest apache flex) >> unfortunately I got ungly results in case drawing is fast in case >> mouse/pen moves slowly I got smooth curve >> >> Is it possible to get mouse coordinates on higher frequency? >> >> -- >> WBR >> Maxim aka solomax >>