Scott Rossi wrote:

From a new, empty stack, I loaded the following into a frontscript:

on mouseStillDown
  put the millisecs
end mouseStillDown

But nothing appears in the message box when I click in the stack.  Is
mouseStillDown not trappable in a front script?  Does this handler need to
co-exist with mouseDown or something else I'm missing?
The docs say

Note: If there is no mouseStillDown handler in the target object's script, no mouseStillDown message is sent, even if there is a mouseStillDown handler in an object that's further along the message path.

so I think that may imply that you can't use it in a frontscript (maybe?).

--
Alex Tweedly       http://www.tweedly.net



--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.16/83 - Release Date: 26/08/2005

_______________________________________________
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