Script Hierarchy

David Bovill david at openpartnership.net
Sat Feb 3 10:21:20 EST 2007


I guess there is one difference with regard to the way "pass" works?

on mouseUp
    testHierarchy
end mouseUp

on testHierarchy
    answer 1
    pass testHierarchy
end testHierarchy

on testHierarchy
    answer 1
end testHierarchy

In that the second "testHierarchy" does not get called in a single script -
but would if it were in the right place in the hierarchy of used stacks for
instance?



More information about the use-livecode mailing list