Hi All.
The buttons on my app are getting numerous. ONe button inserts a another
button into a card. I'd like a way to have one button do this depending on
the satus of a popup/
IE click on one button and it inserts a button with a script
on mouseup
do function1
end mouseup
but if function 2 is selected from the popup it adds a button with script
on mouseup
do function2
end mouseup
How do I do this. I thought of having a hidden stack with buttons with the
functions in them and simply have the button do this.
What would the type of command be.
here is a guess
on mouseup
if the popup "functionchoice" is menupick "insert function1"
Copy button "Function1" to stack "target"
end if
if the popup "functionchoice" is menupick "insert function2"
Copy button "Function2" to stack "target"
end if
end mouseup
Is this easy?
cheers
bob
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.322 / Virus Database: 266.11.14 - Release Date: 20/05/2005
_______________________________________________
use-revolution mailing list
[email protected]
http://lists.runrev.com/mailman/listinfo/use-revolution