That would be the dynamicPaths of this stack.
Bob
On Aug 28, 2011, at 7:38 PM, Timothy Miller wrote:
>> dynamicPaths
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manag
card 2"
> end DoIt
>
> The script of button on card 1 is:
>
> on mouseUp
> go card 2
> DoIt
> end mouseUp
>
> In HyperCard (or if the dynamicPaths property is true in LiveCode), you'll
> click the button, go to card 2 and the answer box will say "I&
On Aug 28, 2011, at 7:49 PM, Ken Ray wrote:
>>> If a stack's dynamicPaths property is true, when a handler in that stack
>>> uses the go or find command to go to a card other than the original card,
>>> that destination card's message path is inserted into the message path as
>>> long as the h
wo cards, and a button the first card.
The script of card one is empty.
The script of card two is:
on DoIt
answer "I'm on card 2"
end DoIt
The script of button on card 1 is:
on mouseUp
go card 2
DoIt
end mouseUp
In HyperCard (or if the dynamicPaths property is true in Liv
Good morning. Everyone in New York and North Carolina okay?
>From the dictionary:
> Use the dynamicPaths property for compatibility with imported HyperCard
> stacks that rely on HyperCard's dynamic path behavior.
Also from the dictionary:
> If a stack's dynamicPaths pr