Point of confusion - Custom Properties
Jim Ault
JimAultWins at yahoo.com
Thu Apr 27 13:55:32 EDT 2006
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" <m.schonewille at economy-x-talk.com>
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
More information about the use-livecode
mailing list