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?
_______________________________________________
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