As Bill says, this is a bug in the IDE. A workaround is to use:
	send "choose browse tool" to me in 5 ticks

This seems to work MOST of the time.

Sarah

On Saturday, November 23, 2002, at 02:12  pm, Roger Guay wrote:

Hi folks,

I'm using the following script to clone an invisible button "Video" and renaming the clones. And, despite my attempts to "choose browse tool" the selector tool comes up every time this script is executed:

On mouseDown
global Vn
add 1 to Vn
clone button "video"
set the name of last card button to "V"&Vn
set the visible of last card button to true
choose Browse Tool
end mouseDown

on mouseleave
choose Browse Tool
end mouseleave


Can anyone help?

Thanks, Roger

_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to