Page 1 of 1

Help with assigning values to buttons

Posted: Sun Jul 19, 2009 1:39 pm
by Stormy1
Hi Everyone

I have an admin area of my program where the user can assign any of 10 or more popup graphics to one of 4 buttons. The way they chose is via a dropdown menu underneath each button.

What I need to do is to then assign this action to the corresponding four buttons within the software itself.

The admin area is a different stack to the program.
The actions are cards within a substack which have graphics and audio.

Essentially, what I can't do is find a way of when the user selects from the dropdown, is to then tell the four buttons in the program to activate that particular graphic.

Thanks

Posted: Sun Jul 19, 2009 3:45 pm
by Mark
Dear Stormy1,

Values, graphics, actions,... What do you want exactly?

If you want to change the icon of a button, you can use the following syntax:

set the icon of btn x to <short id of image>

but I'm not sure that this is what you're asking.

Best,

Mark