--- Ludovic Thébault <[EMAIL PROTECTED]> wrote: > Hello, > > Always for made a demo of the use of my stack > without do a > screenrecord, i want to move the cursor from an > object to an another. > But how ? > > Thanks. > > PS : to record actions, i've modified the > revmessagewatcher to wrote > in a file all messages and ids of objects, so it's > already easier to > make the script (but not very easy !). >
You can change the mouse location: set the screenMouseLoc to 100,200 Don't forget to convert between local and global coordinates, for which you'll want to get acquainted with the 'localLoc' and 'globalLoc' functions. Hope this helped, Jan Schenkel. Quartam Reports & PDF Library for Revolution <http://www.quartam.com> ===== "As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld) _______________________________________________ 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
