Charles,

local theOldLabel

on mouseDown
  put the label of me into theOldLabel
end mouseDown

on menuPick theItem
  if theItem is theOldLabel then
    put "The same old thing"
  else
    put "Time for a change!"
  end if
end menuPick


Mark

--

Economy-x-Talk
Consultancy and Software Engineering
http://economy-x-talk.com
http://www.salery.biz

Get your store on-line within minutes with Salery Web Store software. Download at http://www.salery.biz

Op 13-dec-2006, om 5:34 heeft Charles Szasz het volgende geschreven:

How can you determine if a new MenuPick message has been sent when any two of six option menus have changed? I am working on a script to sent a mouseUp message to trigger another script when two or more option menus have changed from six option menus.


Charles Szasz
[EMAIL PROTECTED]



_______________________________________________
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