Hi Andre,

It should be possible to get the global mouseLoc in Rev. At least, I am going to try this. I don't really feel like taking another snapshot of the images and an AppleScript OSAX is no option for this application, but I am sure I can work out something. The idea of a cursor trail is very nice. I will definitely implement that when I find the time for it.

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 17:05 heeft Andre Garzia het volgende geschreven:

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
_______________________________________________
use-revolution mailing list
[email protected]
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to