Hi Bob,

you need to take care that you don“t run into the scriptlimits limitation. If you set the script of a button on the fly in a standalone, that script will be limited to 10 transcript statements.

What you can do is have all needed script in the card or stack script. Then set a customproperty of the button to the name of the handler you want to call.

e.G have a cProp called myScript that is set to myCoolHandler

in the button have only this script:

on mouseUp
  send the myScript of me to me
end mouseUp

This will tigger the handler myCoolHandler in your card/stack

Hope that helps,

Malte
_______________________________________________
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