Kevin,

on mouseUp
  ask "What is your name?"
  if the result is "Cancel" or it is empty then exit to top
  answer "Hello,"&&it&"!"
end mouseUp

Best Regards,

Tim Ponn



Kevin J wrote:

Hi thanks for all the usful info. Now I have just started to play
around with revolution. What I was trying to do was when a user clicks
a button(named askquestion) it would load a popup asking for the users
name(Wich I figured out how to do (ask "What is your name?"). Now what
i want to do is have the program answer the user with (answer "hello
<user name>"). How would I write a script to do that.

Thanks

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