On Thu, Mar 4, 2010 at 12:46 PM, William de Smet
<williamdes...@gmail.com> wrote:
> Hi there,
>
> I have a stack with 100 buttons in it and they all have the same script.
> The buttons are called "d1" to "d100".
>
> How do I change the code for all of them in one time?
> I don't feel like copy/paste 100 times.
>

Hello William,
I once had the same issue with my little "Sign Language" stack and the
late Eric Chatonet provided me with a tip that worked very well for
me. Would something like this work as a stack script:

on mouseUp
  if "button" is in the target then
    --do something here--
  end if
end mouseUp

Regards,
David C.
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to