tallboy755 Posted May 16, 2003 Posted May 16, 2003 I need some help ... I need a script that basicly gives the user the option to cancel the button that they have just clicked on.. Like ... A message pops up that says "Are you sure that you wanted to do that" with a yes or no option ... I know that there is an easy way to do this ... I guess that I am just having a brain fart.
kenneth2k1 Posted May 16, 2003 Posted May 16, 2003 Hi: Your script should go: Show message ["Are you shure you want to to that?"] If [status(CurrentMessageChoice)=1] Do action If [status(CurrentMessageChoice)=2] do this 1 is for first button 2 is for the second button Ken
kenneth2k1 Posted May 16, 2003 Posted May 16, 2003 When you are defining your If statement, click the view drop down box and select Status Functions. Then scroll down the list until you see Status(CurrentMessageChoice) Wait...what version of FM do you have?
Ugo DI LUCA Posted May 16, 2003 Posted May 16, 2003 Hi Tallbay, It's not in the Scriptmaker Menu. It's in the Functions menu that you'll open when defining the If script. Very well explained in the Help though.
ddreese Posted May 16, 2003 Posted May 16, 2003 Excellent, I was just wondering how to do this myself, thanks gents
Recommended Posts
This topic is 7865 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now