Recently, Thomas McGrath III wrote: > How do you implement a grab or move to constrain a grc > horizontally within > the bounds of another graphic while the mouse is down????
The limitation of of the grab command is that no other commands/messages are sent while the mouse is down and the grab is taking place. So one can use a custom drag routine to get around limitation. See the Drag Sampler tutorial in the Software section of my site, or execute the following in your Rev message box: go url "http://www.tactilemedia.com/site_files/downloads/drag_sampler.rev" Regards, Scott Rossi Creative Director Tactile Media, Multimedia & Design _______________________________________________ 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
