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
_______________________________________________
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