Multiple modal cards under 1 substack
Posted: Fri Sep 26, 2014 11:12 pm
I have been reading about modals and looking at example scripts. All of the examples show using only 1 modal per substack and showing the stack vs a specific card within the stack.
on mouseUp
set the loc of stack "modals" to the loc of this stack
modal stack "modals"
show stack "modals"
end mouseUp
Is there an issue if I were to have only 1 substack named "modals" with multiple modals cards for my entire application, or is it suggested, 1 per substack?
Thanks
Dan
on mouseUp
set the loc of stack "modals" to the loc of this stack
modal stack "modals"
show stack "modals"
end mouseUp
Is there an issue if I were to have only 1 substack named "modals" with multiple modals cards for my entire application, or is it suggested, 1 per substack?
Thanks
Dan