Hello Mark,

try this, get the global cursor location for each frame, if you can't do
that in Rev, then you can do that with applescript, I am sure. just record
the positions for each frame. Then before packing the images together, use
an PNG with alpha channel and put it on the location for each frame and take
a new snapshot. This will take more time rendering but I think it will work.
With such technique you can also implement cursor trails to help people see
what is happening or custom cursors.


two things come to mind:
Applescript OSAX ExtraSuite http://osaxen.com/files/extrasuites1.1.html
This suite has mouse location functions.


Or you can for each frame capture, lock the screen, show a stack the size of
the screen, get the mouseloc() for that stack, hide the stack. Don't know
how fast you can do this and how it affects the fps.


Some better coders in here may have better ideas!!! :-D


Cheers
andre

On 7/2/07, Mark Schonewille <[EMAIL PROTECTED]> wrote:

Hi Andre,

I can't show the cursor yet. I have been thinking of several
solutions. Maybe I can show a cursor in a cursor-shaped system window
during recording, but I am sure this will be annoying. Perhaps I
could remember the cursor location in a list and add a picture of the
cursor later. As far as I know, there is no way to show the cursor
when making a snapshot in Revolution. Ideas to solve this problem are
highly appreciated!

Best regards,

Mark Schonewille

--

Economy-x-Talk Consulting and Software Engineering
http://economy-x-talk.com
http;//www.salery.com

Quickly extract data from your HyperCard stacks with DIFfersifier.
http://differsifier.economy-x-talk.com


Op 2-jul-2007, om 16:08 heeft Andre Garzia het volgende geschreven:

> Mark,
> nice software! I am one that is always using such tools! :D
>
> just one question, is there a way to show the cursor during capture?
>
> Congratulations!
>
> Cheers
> andre

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your
subscription preferences:
http://lists.runrev.com /mailman/listinfo/use-revolution

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to