Newer version of rev build 291 version 2.7.4
-----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Richard Gaskin Sent: Thursday, February 08, 2007 6:11 PM To: How to use Revolution Subject: Re: Rev scripting preferences Robert Mann wrote: > When I started with rev I was putting all the scripts right where I was > using them such as in the button, the problem I was having is keeping track > of all the globals I was generating so I started to then call a handler > which I then put in the card script, but now my stack seems to be slower.... If your stacks seem slower there's something else at play. The time to call a script further down the message path from the target object is such a small fraction of a microsecond that it isn't noticeable. What else changed in your stack between the time the script was on the control and the time it was moved to the stack? -- Richard Gaskin Managing Editor, revJournal _______________________________________________________ Rev tips, tutorials and more: http://www.revJournal.com _______________________________________________ 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
