> - rather it makes me thing of the syntax of poems.

global gSweet
on mouseUp
  answer "Please choose an option" with "red" or "blue"
  put it into field "theAnswerChosenByYou"
  if it is "red" then
    set the backgroundColor of field "roses" to red
  else
    if it is "blue" then
      set the backgroundColor of field "violets" to blue
    end if
  end if
  put "sugar" & cr into gSweet
  put "You" & cr after gSweet
end mouseUp 

LOL -- I just had to!

Roger Eller <[EMAIL PROTECTED]>

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to