Exists function:

Create 2 buttons:

Name the first one "taxes"
Name the second one "UFOs"

Group each button independantly and set the name of each group to "America"
Now you have 2 groups, each named "America", each with a differently named
button within.

Now, try the following in the msg box:

put exists(button "taxes" in group "America")
returns 'true'

put exists(button "UFOs" in group "America")
returns 'false'

Furthermore, this statement no longer works either:
edit script of button "UFOs" in group "America"

Seems like this should work.
_______________________________________________
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