I wondering if it is possible to change a script of a button through an If, Then statement on another button. For instance:
If variable>0 Then
Put 'Goto card3' into Button1Script
EndIf
Is there anything like "Button1Script" in the above example that I could use to do this?
Thanks!
(Also, sorry for all the questions at once, I guess I've been storing them up for a few weeks).