Basically you could do put backscripts() --educational purposes only
insert the script of group "yyy" into back get function() ---optionally then remove the script of group "yyy" from back Same for the 'front' Caution when using front for mouse and keyboard events. Even the 'answer' dialog will fall behind a front script, thus always include a 'pass' line unless you really want to intercept. You might find the 'back' a better location. Jim Ault Las Vegas On 3/27/06 7:40 AM, "David Burgun" <[EMAIL PROTECTED]> wrote: > Hi All, > > It is possible to call a function at a location? > > For instance it is possible to: > > send "xxx" to group "yyy" > > But can I do the same for functions, as in: > > get functionx() of group "yyy" > > I tried this and other syntax but I get an execution error. > > Thanks a lot > All the Best > Dave > > > > _______________________________________________ > 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 _______________________________________________ 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
