resume rev backdrop on top bug?
Thomas McGrath III
3mcgrath at adelphia.net
Fri Jul 1 10:48:19 EDT 2005
Also, this is a fun way to set the random backdrop to different colors:
set the backdrop to line (random(the number of lines of the
colorNames)) of the colorNames
putting that into a repeat loop in a button will drive you nuts. ;-0
set the 300 down to 30 and it is very fast
on mouseUp
fubar
end mouseUp
on fubar
repeat until the mouseclick
set the backdrop to line (random(the number of lines of the
colorNames)) of the colorNames
wait 300 milliseconds
end repeat
end fubar
TOm
More information about the use-livecode
mailing list