On 8/26/05 8:37 PM, "Todd Geist" <[EMAIL PROTECTED]> wrote:

> Or is there some way for the card to know which slice of the pie was clicked
> On?  Is there some property that is set with each object that a message
> passes through?
> 
> I am flailing about here   :<(

If you knew the ChartMaker controls, and if they pass mouseUp, your card
script could check the target.

on mouseUp
  switch the short name of the target
  case <one>
    
  break
  case <two>
    
  break
end switch
end mouseUp

Still flailing?

-- Dick


_______________________________________________
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