Economy-x-Talk - Sample Scripts
Answer & Ask UserTalk
A few more user examples: answer, ask, and answer with two buttons.
--language_UserTalk;
on answerUTalk () {
dialog.alert("Heads up, please!");
};
--language_UserTalk;
on askUTalk () {
askVar="";
bool=false;
bool=dialog.ask("Heads up, please!",@askVar);
return askVar;
};
--language_UserTalk;
on answerUTalkChoose () {
return (dialog.twoway("Heads up, please!","Cancel","Okay"));
}
Keep this extensive resource of tutorials and samples on-line! Support RunRev.info!
| Yes, this script is useful. I make a donation and choose freely how much I want to donate on-line (PayPal). Click here if you want to make a donation in dollars. | This script has not (completely) solved my problem and I want Economy-x-Talk to take care of it. Let me contact you. |
Copyright©2002-2008 by Mark Schonewille, Nijmegen, the Netherlands. This web site is in no way affiliated with Runtime Revolution Ltd., but we do recommend the Revolution development platform.