This makes sense now.
And in the example you sent below, the custom property 'beeper' would not be
set (or created) since you trapped, but did not pass the 'beeper' message.

> setprop beeper x
>    beep x
      pass beeper  -- this line allows Rev to do the setting
> end beeper

Jim Ault
Las Vegas

On 4/27/06 2:49 AM, "Mark Schonewille" <[EMAIL PROTECTED]>
wrote:

> on mouseUp
>    beeper 2
> end mouseUp
> 
> on beeper x
>    beep x
> end beeper
> 
> 
> example b)
> 
> on mouseUp
>    set the beeper of this stack to 2
> end mouseUp
> 
> setprop beeper x
>    beep x
> end beeper


_______________________________________________
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